public class BaseUrlProtocolHostPortEnforcingPostInterceptor extends Object implements PostInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
BaseUrlProtocolHostPortEnforcingPostInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Response httpResponse)
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,
Response httpResponse)
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,
Response httpResponse)
This intercept method is called for requests that happen during the render
of a portlet.
|
public BaseUrlProtocolHostPortEnforcingPostInterceptor()
public void intercept(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
Response httpResponse)
PostInterceptorintercept in interface PostInterceptorpublic void intercept(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Response httpResponse)
PostInterceptorintercept in interface PostInterceptorpublic void intercept(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Response httpResponse)
PostInterceptorintercept in interface PostInterceptorCopyright © 2016 Jasig. All Rights Reserved.