Class PlanAwareInterceptor

java.lang.Object
com.atlassian.xwork.interceptors.AroundInterceptor
com.atlassian.bamboo.ww2.interceptors.PlanAwareInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, Serializable

public class PlanAwareInterceptor extends com.atlassian.xwork.interceptors.AroundInterceptor
See Also:
  • Constructor Details

    • PlanAwareInterceptor

      public PlanAwareInterceptor()
  • Method Details

    • before

      protected void before(com.opensymphony.xwork2.ActionInvocation actionInvocation)
      Specified by:
      before in class com.atlassian.xwork.interceptors.AroundInterceptor
    • after

      protected void after(com.opensymphony.xwork2.ActionInvocation dispatcher, @Nullable @Nullable String result)
      Specified by:
      after in class com.atlassian.xwork.interceptors.AroundInterceptor
    • setCachedPlanManager

      public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
    • setCustomVariableContext

      public void setCustomVariableContext(CustomVariableContext customVariableContext)
    • getParameter

      protected String getParameter(String parameterName)
    • hasParameter

      protected boolean hasParameter(String parameterName)