Interface JspManager

    • Method Detail

      • addJspFile

        ServletRegistration.Dynamic addJspFile​(WebApplication webApplication,
                                               String servletName,
                                               String jspFile)
        Add the JSP file.
        Parameters:
        webApplication - the web application.
        servletName - the servlet name.
        jspFile - the jsp file.
        Returns:
        the servlet registration.
      • getJspConfigDescriptor

        JspConfigDescriptor getJspConfigDescriptor()
        Get the JSP config descriptor.
        Returns:
        the JSP config descriptor.