com.atlassian.confluence.xwork
Class FlashScopeInterceptor

java.lang.Object
  extended by com.atlassian.confluence.xwork.FlashScopeInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor

public class FlashScopeInterceptor
extends java.lang.Object
implements com.opensymphony.xwork.interceptor.Interceptor

Takes Flash scope objects out of the session and makes them available to the current request.


Constructor Summary
FlashScopeInterceptor()
           
 
Method Summary
 void destroy()
           
 void init()
           
 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashScopeInterceptor

public FlashScopeInterceptor()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface com.opensymphony.xwork.interceptor.Interceptor

init

public void init()
Specified by:
init in interface com.opensymphony.xwork.interceptor.Interceptor

intercept

public java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
                           throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork.interceptor.Interceptor
Throws:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.