public interface HttpInvocationHandler
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.
|
void preHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
request - The current HTTP request.response - The current HTTP response.void postHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
request - The current HTTP request.response - The current HTTP response.Copyright © 2018 BitSensor. All rights reserved.