edu.wisc.my.webproxy.beans.interceptors
Class UserInfoUrlParameterizingPreInterceptor
java.lang.Object
edu.wisc.my.webproxy.beans.interceptors.UserInfoUrlParameterizingPreInterceptor
- All Implemented Interfaces:
- PreInterceptor
public class UserInfoUrlParameterizingPreInterceptor
- extends Object
- implements PreInterceptor
|
Method Summary |
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 req,
javax.servlet.http.HttpServletResponse res,
Request httpReq)
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserInfoUrlParameterizingPreInterceptor
public UserInfoUrlParameterizingPreInterceptor()
intercept
public void intercept(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res,
Request httpReq)
- Description copied from interface:
PreInterceptor
- This intercept method is called for requests that happen during the render
of a portlet.
- Specified by:
intercept in interface PreInterceptor
intercept
public void intercept(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
Request httpReq)
- Description copied from interface:
PreInterceptor
- This intercept method is called for requests that happen during the action
of a portlet
- Specified by:
intercept in interface PreInterceptor
intercept
public void intercept(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Request httpReq)
- Description copied from interface:
PreInterceptor
- This intercept method is called for requests that happen during the render
of a servlet.
- Specified by:
intercept in interface PreInterceptor
Copyright © 2012 Jasig. All Rights Reserved.