Class PlanAwareInterceptor

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

public class PlanAwareInterceptor extends org.apache.struts2.interceptor.AbstractInterceptor
See Also:
  • Constructor Details

    • PlanAwareInterceptor

      public PlanAwareInterceptor()
  • Method Details

    • intercept

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

      protected void before(org.apache.struts2.ActionInvocation actionInvocation)
    • after

      protected void after(org.apache.struts2.ActionInvocation dispatcher, @Nullable @Nullable String result)
    • setCachedPlanManager

      public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
    • setCustomVariableContext

      public void setCustomVariableContext(CustomVariableContext customVariableContext)
    • getParameter

      protected String getParameter(String parameterName)
    • hasParameter

      protected boolean hasParameter(String parameterName)