com.opensymphony.webwork.interceptor
Class TokenSessionStoreInterceptor
java.lang.Object
com.opensymphony.webwork.interceptor.TokenInterceptor
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenSessionStoreInterceptor
public TokenSessionStoreInterceptor()
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