public final class BaseUrlOnlyPreInterceptor extends Object implements PreInterceptor
| Constructor and Description |
|---|
BaseUrlOnlyPreInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
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 req,
javax.portlet.RenderResponse res,
Request httpReq)
This intercept method is called for requests that happen during the render
of a portlet.
|
public void intercept(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res,
Request httpReq)
PreInterceptorintercept in interface PreInterceptorpublic void intercept(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
Request httpReq)
PreInterceptorintercept in interface PreInterceptorpublic void intercept(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Request httpResp)
PreInterceptorintercept in interface PreInterceptorCopyright © 2016 Jasig. All Rights Reserved.