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 Details

    • FlashScopeInterceptor

      public FlashScopeInterceptor()
  • Method Details

    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.apache.struts2.interceptor.Interceptor
    • init

      public void init()
      Specified by:
      init in interface org.apache.struts2.interceptor.Interceptor
    • intercept

      public String intercept(org.apache.struts2.ActionInvocation actionInvocation) throws Exception
      Specified by:
      intercept in interface org.apache.struts2.interceptor.Interceptor
      Throws:
      Exception