public interface RequestHandler
HttpServletRequest.| Modifier and Type | Field and Description |
|---|---|
static String |
FORWARDED
Constant used as a request-attribute to indicate a
HttpServletRequest has been forwarded by appNG. |
| 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, |
static final String FORWARDED
HttpServletRequest has been forwarded by appNG.void handle(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
Environment environment,
Site site,
PathInfo pathInfo)
throws javax.servlet.ServletException,
IOException
HttpServletRequest,servletRequest - 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–2023 aiticon GmbH. All rights reserved.