org.springframework.extensions.webscripts
Interface Runtime

All Known Implementing Classes:
AbstractRuntime, LocalWebScriptRuntime, WebScriptServletRuntime

public interface Runtime

Web Script Runtime

Author:
davidc

Method Summary
 Container getContainer()
          Gets the Web Script Container within which this Runtime is hosted
 String getName()
          Gets the name of the Web Script Runtime
 Map<String,Object> getScriptParameters()
          Gets script parameters
 Map<String,Object> getTemplateParameters()
          Gets template parameters
 

Method Detail

getName

String getName()
Gets the name of the Web Script Runtime

Returns:
name

getContainer

Container getContainer()
Gets the Web Script Container within which this Runtime is hosted

Returns:
web script container

getScriptParameters

Map<String,Object> getScriptParameters()
Gets script parameters

Returns:
script parameters provided by the runtime

getTemplateParameters

Map<String,Object> getTemplateParameters()
Gets template parameters

Returns:
template parameters provided by the runtime


Copyright © 2009 SpringSource, Inc. All Rights Reserved.