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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidbefore(org.apache.struts2.ActionInvocation actionInvocation) protected StringgetParameter(String parameterName) protected booleanhasParameter(String parameterName) intercept(org.apache.struts2.ActionInvocation actionInvocation) voidsetCachedPlanManager(CachedPlanManager cachedPlanManager) voidsetCustomVariableContext(CustomVariableContext customVariableContext) Methods inherited from class org.apache.struts2.interceptor.AbstractInterceptor
destroy, init, setDisabled, shouldIntercept
-
Constructor Details
-
PlanAwareInterceptor
public PlanAwareInterceptor()
-
-
Method Details
-
intercept
- Specified by:
interceptin interfaceorg.apache.struts2.interceptor.Interceptor- Specified by:
interceptin classorg.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
-
setCustomVariableContext
-
getParameter
-
hasParameter
-