skoinfo.rfc.sso.interceptor
Class CookieProviderInterceptor

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by skoinfo.rfc.sso.interceptor.CookieProviderInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, com.opensymphony.xwork2.interceptor.PreResultListener, java.io.Serializable

public class CookieProviderInterceptor
extends com.opensymphony.xwork2.interceptor.AbstractInterceptor
implements com.opensymphony.xwork2.interceptor.PreResultListener

See Also:
Serialized Form

Constructor Summary
CookieProviderInterceptor()
           
 
Method Summary
 void beforeResult(com.opensymphony.xwork2.ActionInvocation invocation, java.lang.String resultCode)
           
 java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
           
 
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieProviderInterceptor

public CookieProviderInterceptor()
Method Detail

intercept

public java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
                           throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
Specified by:
intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Throws:
java.lang.Exception

beforeResult

public void beforeResult(com.opensymphony.xwork2.ActionInvocation invocation,
                         java.lang.String resultCode)
Specified by:
beforeResult in interface com.opensymphony.xwork2.interceptor.PreResultListener