public class JettyJspServlet
extends org.apache.jasper.servlet.JspServlet
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
JettyJspServlet() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
addPaths(java.lang.String servletPath,
java.lang.String pathInfo) |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
destroy, getJspCount, getJspQueueLength, getJspReloadCount, getJspUnloadCount, init, periodicEvent, setJspReloadCount
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
private static final long serialVersionUID
public void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, java.io.IOException
service
in class org.apache.jasper.servlet.JspServlet
javax.servlet.ServletException
java.io.IOException
private java.lang.String addPaths(java.lang.String servletPath, java.lang.String pathInfo)
servletPath
- the servletPath of the requestpathInfo
- the pathInfo of the request