Class AbstractBambooInterceptor
- java.lang.Object
-
- com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
- Direct Known Subclasses:
AdminInterceptor
,BambooXsrfTokenInterceptor
,BuildConfigurationEditInterceptor
,BuildConfigurationInterceptor
,BuildResultsSummaryAwareInteceptor
,ChainAwareInterceptor
,GlobalAdminInterceptor
,JSONValidationInterceptor
,NavigationAwareInterceptor
,PaginationAwareInterceptor
,PlanLimitAwareInterceptor
,ReadOnlyConfigurationEditInterceptor
,RemoteApiExceptionInterceptor
,RemoteApiLoginInterceptor
,RepositoryConfigurationEditInterceptor
,ResultsListAwareInterceptor
,ResultsSummaryAwareInteceptor
,SignupAllowedCheckInterceptor
,StatisticsAwareInterceptor
public abstract class AbstractBambooInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractBambooInterceptor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
destroy()
abstract String
doIntercept(com.opensymphony.xwork2.ActionInvocation invocation)
protected String
getParameter(String parameterName)
protected int
getParameterAsInt(String parameterName)
protected boolean
hasParameter(String parameterName)
void
init()
String
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
-
-
-
Method Detail
-
init
public void init()
- Specified by:
init
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
destroy
public void destroy()
- Specified by:
destroy
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
intercept
public final String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
- Specified by:
intercept
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
- Throws:
Exception
-
doIntercept
public abstract String doIntercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
- Throws:
Exception
-
getParameterAsInt
protected int getParameterAsInt(String parameterName)
-
hasParameter
protected boolean hasParameter(String parameterName)
-
-