Interface Runtime

All Known Implementing Classes:
AbstractRuntime, WebScriptServletRuntime, WebScriptViewRuntime

public interface Runtime
Web Script Runtime
Author:
davidc
  • 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

      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