Class NavigationAwareInterceptor
- java.lang.Object
-
- com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
-
- com.atlassian.bamboo.ww2.interceptors.NavigationAwareInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class NavigationAwareInterceptor extends AbstractBambooInterceptor
Injects the appropriate navigation context into the action to be available to the UI- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NavigationAwareInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
doIntercept(com.opensymphony.xwork2.ActionInvocation invocation)
void
setCachedPlanManager(CachedPlanManager cachedPlanManager)
void
setCustomVariableContext(CustomVariableContext customVariableContext)
void
setDecoratedNavObjectFactory(DecoratedNavObjectFactory decoratedNavObjectFactory)
void
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
-
-
-
-
Method Detail
-
doIntercept
public String doIntercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
- Specified by:
doIntercept
in classAbstractBambooInterceptor
- Throws:
Exception
-
setDecoratedNavObjectFactory
public void setDecoratedNavObjectFactory(DecoratedNavObjectFactory decoratedNavObjectFactory)
-
setCachedPlanManager
public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
-
setResultsSummaryManager
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
setCustomVariableContext
public void setCustomVariableContext(CustomVariableContext customVariableContext)
-
-