Class ChainAwareInterceptor
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
com.atlassian.bamboo.ww2.interceptors.ChainAwareInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
,org.apache.struts2.interceptor.Interceptor
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
com.opensymphony.xwork2.interceptor.Interceptor.LegacyAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoIntercept
(com.opensymphony.xwork2.ActionInvocation actionInvocation) void
setPlanManager
(PlanManager planManager) void
setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
intercept
-
Constructor Details
-
ChainAwareInterceptor
public ChainAwareInterceptor()
-
-
Method Details
-
doIntercept
public String doIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception - Specified by:
doIntercept
in classAbstractBambooInterceptor
- Throws:
Exception
-
setPlanManager
-
setResultsSummaryManager
-