Class WebScriptViewRuntime

  • All Implemented Interfaces:
    Runtime

    public class WebScriptViewRuntime
    extends WebScriptServletRuntime
    Runtime for WebScript View. Extends the WebScript servlet runtime, delegates to the resource controller for access to resources and constructs using the supplied MVC view name URL.
    Author:
    muzquiano, kevinr
    • Constructor Detail

      • WebScriptViewRuntime

        public WebScriptViewRuntime​(java.lang.String url,
                                    RuntimeContainer container,
                                    ServletAuthenticatorFactory authFactory,
                                    javax.servlet.http.HttpServletRequest req,
                                    javax.servlet.http.HttpServletResponse res,
                                    ServerProperties serverProperties)
        Construction
        Parameters:
        url - View name URL
        container - RuntimeContainer
        authFactory - ServletAuthenticatorFactory
        req - HttpServletRequest
        res - HttpServletResponse
        serverProperties - ServerProperties