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 void
protected void
before
(org.apache.struts2.ActionInvocation actionInvocation) protected String
getParameter
(String parameterName) protected boolean
hasParameter
(String parameterName) intercept
(org.apache.struts2.ActionInvocation actionInvocation) void
setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
setCustomVariableContext
(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:
intercept
in interfaceorg.apache.struts2.interceptor.Interceptor
- Specified by:
intercept
in 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
-