Package com.atlassian.confluence.xwork
Class FlashScopeInterceptor
- java.lang.Object
-
- com.atlassian.confluence.xwork.FlashScopeInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class FlashScopeInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
Takes Flash scope objects out of the session and makes them available to the current request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlashScopeInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
init()
String
intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-