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 HttpServletRequest
servletResponse
- the current HttpServletResponse
environment
- the current Environment
site
- the current Site
pathInfo
- the current PathInfo
javax.servlet.ServletException
- if a servlet-specific error occursIOException
- if a resource could not be foundCopyright © 2011–2020 aiticon GmbH. All rights reserved.