Interface WebApplicationServerRequest

    • Method Detail

      • setContextPath

        void setContextPath​(String contextPath)
        Set the context path.
        Parameters:
        contextPath - the context path.
      • setServletPath

        void setServletPath​(String servletPath)
        Set the servlet path.
        Parameters:
        servletPath - the servlet path.
      • setWebApplication

        void setWebApplication​(WebApplication webApplication)
        Set the web application.
        Parameters:
        webApplication - the web application.