fr.ifremer.echobase.ui.interceptors
Class CheckInUserSessionInterceptor
java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
fr.ifremer.echobase.ui.interceptors.AbstractCheckInterceptor
fr.ifremer.echobase.ui.interceptors.CheckInUserSessionInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
public class CheckInUserSessionInterceptor
- extends AbstractCheckInterceptor
To check if some data are in the user session.
- Since:
- 0.1
- Author:
- tchemit
- See Also:
EchoBaseSession,
Serialized Form
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
Logger. |
|
Method Summary |
protected boolean |
doCheck(com.opensymphony.xwork2.ActionInvocation invocation)
|
void |
setParameters(String parameters)
Allows sessionParametersToClean attribute to be set 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 |
log
protected static final org.apache.commons.logging.Log log
- Logger.
CheckInUserSessionInterceptor
public CheckInUserSessionInterceptor()
setParameters
public void setParameters(String parameters)
- Allows
sessionParametersToClean attribute to be set as comma-separated-values (csv).
- Parameters:
parameters - the sessionParametersToClean to set
doCheck
protected boolean doCheck(com.opensymphony.xwork2.ActionInvocation invocation)
- Specified by:
doCheck in class AbstractCheckInterceptor
Copyright © 2011-2012 Ifremer. All Rights Reserved.