Class JspPropertyGroupServlet

  • All Implemented Interfaces:
    jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, java.io.Serializable

    public class JspPropertyGroupServlet
    extends jakarta.servlet.GenericServlet
    Servlet handling JSP Property Group mappings

    This servlet is mapped to by any URL pattern for a JSP property group. Resources handled by this servlet that are not directories will be passed directly to the JSP servlet. Resources that are directories will be passed directly to the default servlet.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()  
      void service​(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res)  
      • Methods inherited from class jakarta.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JspPropertyGroupServlet

        public JspPropertyGroupServlet​(org.eclipse.jetty.server.handler.ContextHandler context,
                                       ServletHandler servletHandler)
    • Method Detail

      • init

        public void init()
                  throws jakarta.servlet.ServletException
        Overrides:
        init in class jakarta.servlet.GenericServlet
        Throws:
        jakarta.servlet.ServletException
      • service

        public void service​(jakarta.servlet.ServletRequest req,
                            jakarta.servlet.ServletResponse res)
                     throws jakarta.servlet.ServletException,
                            java.io.IOException
        Specified by:
        service in interface jakarta.servlet.Servlet
        Specified by:
        service in class jakarta.servlet.GenericServlet
        Throws:
        jakarta.servlet.ServletException
        java.io.IOException