com.opensymphony.webwork.interceptor
Class TokenSessionStoreInterceptor

java.lang.Object
  extended bycom.opensymphony.webwork.interceptor.TokenInterceptor
      extended bycom.opensymphony.webwork.interceptor.TokenSessionStoreInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, Serializable

public class TokenSessionStoreInterceptor
extends TokenInterceptor

Author:
Jason Carreira
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.webwork.interceptor.TokenInterceptor
INVALID_TOKEN_CODE
 
Constructor Summary
TokenSessionStoreInterceptor()
           
 
Method Summary
protected  String handleInvalidToken(com.opensymphony.xwork.ActionInvocation invocation)
           
protected  String handleValidToken(com.opensymphony.xwork.ActionInvocation invocation)
           
 
Methods inherited from class com.opensymphony.webwork.interceptor.TokenInterceptor
destroy, init, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenSessionStoreInterceptor

public TokenSessionStoreInterceptor()
Method Detail

handleInvalidToken

protected String handleInvalidToken(com.opensymphony.xwork.ActionInvocation invocation)
                             throws Exception
Overrides:
handleInvalidToken in class TokenInterceptor
Parameters:
invocation -
Returns:
Throws:
Exception

handleValidToken

protected String handleValidToken(com.opensymphony.xwork.ActionInvocation invocation)
                           throws Exception
Overrides:
handleValidToken in class TokenInterceptor
Parameters:
invocation -
Returns:
Throws:
Exception

WebWork Project Page