org.apache.beehive.netui.pageflow.interceptor.request
Class RequestInterceptorContext
Object
InterceptorContext
RequestInterceptorContext
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActionInterceptorContext
public class RequestInterceptorContext
- extends InterceptorContext
- See Also:
- Serialized Form
Constructor Summary |
RequestInterceptorContext(HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestInterceptorContext
public RequestInterceptorContext(HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
cancelRequest
public void cancelRequest(RequestInterceptor interceptor)
requestWasCancelled
public boolean requestWasCancelled()
getRequest
public HttpServletRequest getRequest()
getResponse
public HttpServletResponse getResponse()
getServletContext
public ServletContext getServletContext()
init
public static void init(ServletContext servletContext)
getRequestInterceptors
public List<Interceptor> getRequestInterceptors()
addInterceptor
public static void addInterceptor(ServletContext servletContext,
RequestInterceptor interceptor)