@Service(value="headerPassingPreInterceptor") public class HeaderPassingPreInterceptor extends Object implements IPreInterceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
HEADER_PREFERENCE_NAMES |
static String |
HEADER_PREFERENCE_VALUES |
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
HeaderPassingPreInterceptor() |
| 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.
|
protected final org.slf4j.Logger logger
public static final String HEADER_PREFERENCE_NAMES
public static final String HEADER_PREFERENCE_VALUES
public void intercept(HttpContentRequestImpl proxyRequest, javax.portlet.PortletRequest portletRequest)
IPreInterceptorintercept in interface IPreInterceptorpublic boolean validate(HttpContentRequestImpl proxyRequest, javax.portlet.PortletRequest portletRequest)
IPreInterceptorvalidate in interface IPreInterceptorCopyright © 2022 Apereo. All rights reserved.