fr.ifremer.echobase.ui.interceptors
Class CleanEchoBaseSessionInterceptor
java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
fr.ifremer.echobase.ui.interceptors.CleanEchoBaseSessionInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
public class CleanEchoBaseSessionInterceptor
- extends com.opensymphony.xwork2.interceptor.AbstractInterceptor
Interceptor to remove some stuff from user session.
- Since:
- 0.1
- Author:
- tchemit
- See Also:
EchoBaseSession,
Serialized Form
|
Method Summary |
String |
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
|
void |
setParameters(String parameters)
parameters to remove from session as comma-separated-values (csv). |
| Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor |
destroy, init |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleanEchoBaseSessionInterceptor
public CleanEchoBaseSessionInterceptor()
setParameters
public void setParameters(String parameters)
parameters to remove from session as comma-separated-values (csv).
- Parameters:
parameters - the parameters to set
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- Specified by:
intercept in interface com.opensymphony.xwork2.interceptor.Interceptor- Specified by:
intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
- Throws:
Exception
Copyright © 2011 Ifremer. All Rights Reserved.