Class FlashScopeInterceptor
java.lang.Object
com.atlassian.confluence.struts.flash.FlashScopeInterceptor
- All Implemented Interfaces:
Serializable
,org.apache.struts2.interceptor.Interceptor
- Direct Known Subclasses:
FlashScopeInterceptor
public class FlashScopeInterceptor
extends Object
implements org.apache.struts2.interceptor.Interceptor
Takes Flash scope objects out of the session and makes them available to the current request.
- Since:
- 9.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FlashScopeInterceptor
public FlashScopeInterceptor()
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroy
in interfaceorg.apache.struts2.interceptor.Interceptor
-
init
public void init()- Specified by:
init
in interfaceorg.apache.struts2.interceptor.Interceptor
-
intercept
- Specified by:
intercept
in interfaceorg.apache.struts2.interceptor.Interceptor
- Throws:
Exception
-