Class AbstractBambooInterceptor
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
,org.apache.struts2.interceptor.Interceptor
- Direct Known Subclasses:
AdminInterceptor
,BambooXsrfTokenInterceptor
,BuildConfigurationEditInterceptor
,BuildConfigurationInterceptor
,BuildResultsSummaryAwareInteceptor
,ChainAwareInterceptor
,GlobalAdminInterceptor
,JSONValidationInterceptor
,NavigationAwareInterceptor
,PaginationAwareInterceptor
,PlanLimitAwareInterceptor
,ReadOnlyConfigurationEditInterceptor
,RemoteApiExceptionInterceptor
,RemoteApiLoginInterceptor
,ResultsListAwareInterceptor
,ResultsSummaryAwareInterceptor
,SignupAllowedCheckInterceptor
,StatisticsAwareInterceptor
public abstract class AbstractBambooInterceptor
extends Object
implements com.opensymphony.xwork2.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 TypeMethodDescriptionvoid
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()
final String
intercept
(com.opensymphony.xwork2.ActionInvocation invocation) 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
-
AbstractBambooInterceptor
public AbstractBambooInterceptor()
-
-
Method Details
-
init
public void init()- Specified by:
init
in interfaceorg.apache.struts2.interceptor.Interceptor
-
destroy
public void destroy()- Specified by:
destroy
in interfaceorg.apache.struts2.interceptor.Interceptor
-
intercept
- 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
-
getParameter
-
getParameterAsInt
-
hasParameter
-