public class JspHandler extends Object implements RequestHandler
RequestHandler responsible for serving JSPs. Internally,the HttpServletRequest is forwarded to the
Jasper JSP Engine, namely a
org.apache.jasper.servlet.JspServlet.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.jasper.servlet.JspServlet |
jspServlet |
FORWARDED| Constructor and Description |
|---|
JspHandler(javax.servlet.ServletConfig servletConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
Environment environment,
Site site,
PathInfo pathInfo)
Handles the given
HttpServletRequest, |
public JspHandler(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic void handle(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
Environment environment,
Site site,
PathInfo pathInfo)
throws javax.servlet.ServletException,
IOException
RequestHandlerHttpServletRequest,handle in interface RequestHandlerservletRequest - the current HttpServletRequestservletResponse - the current HttpServletResponseenvironment - the current Environmentsite - the current SitepathInfo - the current PathInfojavax.servlet.ServletException - if a servlet-specific error occursIOException - if a resource could not be foundCopyright © 2011–2022 aiticon GmbH. All rights reserved.