Class ConfluenceWorkflowInterceptor

java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.MethodFilterInterceptor
org.apache.struts2.interceptor.DefaultWorkflowInterceptor
com.atlassian.confluence.core.ConfluenceWorkflowInterceptor
All Implemented Interfaces:
Serializable, org.apache.struts2.interceptor.ConditionalInterceptor, org.apache.struts2.interceptor.Interceptor

public class ConfluenceWorkflowInterceptor extends org.apache.struts2.interceptor.DefaultWorkflowInterceptor
See Also:
  • Field Summary

    Fields inherited from class org.apache.struts2.interceptor.MethodFilterInterceptor

    excludeMethods, includeMethods
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    intercept(org.apache.struts2.ActionInvocation actionInvocation)
     

    Methods inherited from class org.apache.struts2.interceptor.DefaultWorkflowInterceptor

    doIntercept, processInputConfig, processValidationErrorAware, setInputResultName

    Methods inherited from class org.apache.struts2.interceptor.MethodFilterInterceptor

    applyInterceptor, getExcludeMethodsSet, getIncludeMethodsSet, setExcludeMethods, setIncludeMethods

    Methods inherited from class org.apache.struts2.interceptor.AbstractInterceptor

    destroy, init, setDisabled, shouldIntercept

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfluenceWorkflowInterceptor

      public ConfluenceWorkflowInterceptor()
  • Method Details

    • intercept

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