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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
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) Methods inherited from class com.atlassian.xwork.interceptors.AroundInterceptor
destroy, init, intercept
-
Constructor Details
-
PlanAwareInterceptor
public PlanAwareInterceptor()
-
-
Method Details
-
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
-
setCustomVariableContext
-
getParameter
-
hasParameter
-