Interface Runtime
- All Known Implementing Classes:
AbstractRuntime,WebScriptServletRuntime,WebScriptViewRuntime
public interface Runtime
Web Script Runtime
- Author:
- davidc
-
Method Summary
Modifier and TypeMethodDescriptionGets the Web Script Container within which this Runtime is hostedgetName()Gets the name of the Web Script RuntimeGets script parametersGet the Web Script SessionGets template parameters
-
Method Details
-
getName
String getName()Gets the name of the Web Script Runtime- Returns:
- name
-
getSession
WebScriptSession getSession()Get the Web Script Session- Returns:
- web script session
-
getContainer
Container getContainer()Gets the Web Script Container within which this Runtime is hosted- Returns:
- web script container
-
getScriptParameters
Gets script parameters- Returns:
- script parameters provided by the runtime
-
getTemplateParameters
Gets template parameters- Returns:
- template parameters provided by the runtime
-