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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidbefore(com.opensymphony.xwork2.ActionInvocation actionInvocation) protected StringgetParameter(String parameterName) protected booleanhasParameter(String parameterName) voidsetCachedPlanManager(CachedPlanManager cachedPlanManager) voidsetCustomVariableContext(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:
beforein classcom.atlassian.xwork.interceptors.AroundInterceptor
-
after
protected void after(com.opensymphony.xwork2.ActionInvocation dispatcher, @Nullable @Nullable String result) - Specified by:
afterin classcom.atlassian.xwork.interceptors.AroundInterceptor
-
setCachedPlanManager
-
setCustomVariableContext
-
getParameter
-
hasParameter
-