Class JettyJspServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, 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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JettyJspServlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void service​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      • Methods inherited from class org.apache.jasper.servlet.JspServlet

        destroy, getJspCount, getJspQueueLength, getJspReloadCount, getJspUnloadCount, init, periodicEvent, setJspReloadCount
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
      • Methods inherited from class javax.servlet.GenericServlet

        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

      • JettyJspServlet

        public JettyJspServlet()
    • Method Detail

      • service

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