Class BambooCoopInterceptor

java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.CoopInterceptor
com.atlassian.bamboo.ww2.interceptors.BambooCoopInterceptor
All Implemented Interfaces:
Serializable, org.apache.struts2.interceptor.ConditionalInterceptor, org.apache.struts2.interceptor.Interceptor, org.apache.struts2.interceptor.PreResultListener

public class BambooCoopInterceptor extends org.apache.struts2.interceptor.CoopInterceptor
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    beforeResult, isExempted, setExemptedPaths, setMode

    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

    • BambooCoopInterceptor

      public BambooCoopInterceptor()
  • Method Details

    • intercept

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