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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlanAwareInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
after(com.opensymphony.xwork2.ActionInvocation dispatcher, @Nullable String result)
protected void
before(com.opensymphony.xwork2.ActionInvocation actionInvocation)
protected String
getParameter(String parameterName)
protected boolean
hasParameter(String parameterName)
void
setCachedPlanManager(CachedPlanManager cachedPlanManager)
void
setCustomVariableContext(CustomVariableContext customVariableContext)
-
-
-
Method Detail
-
before
protected void before(com.opensymphony.xwork2.ActionInvocation actionInvocation)
- Specified by:
before
in classcom.atlassian.xwork.interceptors.AroundInterceptor
-
after
protected void after(com.opensymphony.xwork2.ActionInvocation dispatcher, @Nullable @Nullable String result)
- Specified by:
after
in classcom.atlassian.xwork.interceptors.AroundInterceptor
-
setCachedPlanManager
public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
-
setCustomVariableContext
public void setCustomVariableContext(CustomVariableContext customVariableContext)
-
hasParameter
protected boolean hasParameter(String parameterName)
-
-