public interface IPreInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Intercept a content request before it is executed.
|
boolean |
validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
void intercept(HttpContentRequestImpl proxyRequest, javax.portlet.PortletRequest portletRequest)
proxyRequest - portletRequest - boolean validate(HttpContentRequestImpl proxyRequest, javax.portlet.PortletRequest portletRequest)
proxyRequest - portletRequest - Copyright © 2014 Jasig. All Rights Reserved.