public interface PreInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Request httpReq)
This intercept method is called for requests that happen during the action
of a portlet
|
void |
intercept(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Request httpResp)
This intercept method is called for requests that happen during the render
of a servlet.
|
void |
intercept(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
Request httpResp)
This intercept method is called for requests that happen during the render
of a portlet.
|
void intercept(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
Request httpResp)
void intercept(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Request httpReq)
void intercept(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Request httpResp)
Copyright © 2016 Jasig. All Rights Reserved.