Package com.atlassian.confluence.xwork
Class FlashScopeInterceptor
java.lang.Object
com.atlassian.confluence.struts.flash.FlashScopeInterceptor
com.atlassian.confluence.xwork.FlashScopeInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
,org.apache.struts2.interceptor.Interceptor
@Deprecated(forRemoval=true,
since="9.3")
public class FlashScopeInterceptor
extends FlashScopeInterceptor
implements com.opensymphony.xwork2.interceptor.Interceptor
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
com.opensymphony.xwork2.interceptor.Interceptor.LegacyAdapter
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionintercept
(com.opensymphony.xwork2.ActionInvocation invocation) Deprecated, for removal: This API element is subject to removal in a future version.intercept
(org.apache.struts2.ActionInvocation invocation) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.atlassian.confluence.struts.flash.FlashScopeInterceptor
destroy, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.struts2.interceptor.Interceptor
destroy, init
-
Constructor Details
-
FlashScopeInterceptor
public FlashScopeInterceptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
intercept
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
intercept
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
- Throws:
Exception
-
intercept
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
intercept
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
- Specified by:
intercept
in interfaceorg.apache.struts2.interceptor.Interceptor
- Overrides:
intercept
in classFlashScopeInterceptor
- Throws:
Exception
-
FlashScopeInterceptor
instead.