Class JettyJspServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.jasper.servlet.JspServlet
org.eclipse.jetty.ee10.jsp.JettyJspServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, org.apache.tomcat.PeriodicEventListener

public class JettyJspServlet extends org.apache.jasper.servlet.JspServlet
JettyJspServlet Wrapper for the jsp servlet that handles receiving requests mapped from jsp-property-groups. Mappings could be wildcard urls like "/*", which would include welcome files, but we need those to be handled by the DefaultServlet.
See Also:
  • Field Summary Link icon

    Fields inherited from class jakarta.servlet.http.HttpServlet Link icon

    LEGACY_DO_HEAD
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    service(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)
     

    Methods inherited from class org.apache.jasper.servlet.JspServlet Link icon

    destroy, getJspCount, getJspQueueLength, getJspReloadCount, getJspUnloadCount, init, periodicEvent, setJspReloadCount

    Methods inherited from class jakarta.servlet.http.HttpServlet Link icon

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service

    Methods inherited from class jakarta.servlet.GenericServlet Link icon

    getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • JettyJspServlet Link icon

      public JettyJspServlet()
  • Method Details Link icon

    • service Link icon

      public void service(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      Overrides:
      service in class org.apache.jasper.servlet.JspServlet
      Throws:
      jakarta.servlet.ServletException
      IOException