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.
since 9.3, use FlashScopeInterceptor instead.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.Interceptor

    com.opensymphony.xwork2.interceptor.Interceptor.LegacyAdapter
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    intercept(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

      public String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
      Throws:
      Exception
    • intercept

      public String intercept(org.apache.struts2.ActionInvocation invocation) throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
      Specified by:
      intercept in interface org.apache.struts2.interceptor.Interceptor
      Overrides:
      intercept in class FlashScopeInterceptor
      Throws:
      Exception