public abstract class UserInfoParameterizingPreInterceptor extends Object implements PreInterceptor
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UserInfoParameterizingPreInterceptor.Strategy |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
UserInfoParameterizingPreInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Request httpReq)
This intercept method is called for requests that happen during the render
of a servlet.
|
protected String |
resolveTokens(javax.portlet.PortletRequest req,
String input,
UserInfoParameterizingPreInterceptor.Strategy strategy) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitintercept, interceptpublic UserInfoParameterizingPreInterceptor()
public void intercept(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Request httpReq)
PreInterceptorintercept in interface PreInterceptorprotected String resolveTokens(javax.portlet.PortletRequest req, String input, UserInfoParameterizingPreInterceptor.Strategy strategy)
Copyright © 2016 Jasig. All Rights Reserved.