fr.ifremer.echobase.ui.interceptors
Class CheckInUserSessionInterceptor

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by fr.ifremer.echobase.ui.interceptors.AbstractCheckInterceptor
          extended by 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.
 
Fields inherited from class fr.ifremer.echobase.ui.interceptors.AbstractCheckInterceptor
redirectAction
 
Constructor Summary
CheckInUserSessionInterceptor()
           
 
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 fr.ifremer.echobase.ui.interceptors.AbstractCheckInterceptor
getRedirectUrl, intercept, redirect, setRedirectAction
 
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
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Logger.

Constructor Detail

CheckInUserSessionInterceptor

public CheckInUserSessionInterceptor()
Method Detail

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 Ifremer. All Rights Reserved.