@Named public class RequestHandlerManager extends HandlerManager<RequestHandler> implements HttpInvocationHandler
| Constructor and Description |
|---|
RequestHandlerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
postHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Runs all handlers that should be executed after the request is handled by the application.
|
void |
preHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Runs all handlers that should be executed before the request is handled by the application.
|
getHandlerspublic void preHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
preHandle in interface HttpInvocationHandlerrequest - The current HTTP request.response - The current HTTP response.public void postHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
postHandle in interface HttpInvocationHandlerrequest - The current HTTP request.response - The current HTTP response.Copyright © 2018 BitSensor. All rights reserved.