com.atlassian.bamboo.ww2.interceptors
Class AbstractBambooInterceptor

java.lang.Object
  extended by com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, java.io.Serializable
Direct Known Subclasses:
BuildConfigurationEditInterceptor, BuildConfigurationInterceptor, BuildResultsSummaryAwareInteceptor, ChainAwareInterceptor, GlobalAdminInterceptor, JSONValidationInterceptor, NavigationAwareInterceptor, PaginationAwareInterceptor, PlanLimitAwareInterceptor, RemoteApiExceptionInterceptor, RemoteApiLoginInterceptor, RepositoryConfigurationEditInterceptor, ResultsListAwareInterceptor, ResultsSummaryAwareInteceptor, SignupAllowedCheckInterceptor, StatisticsAwareInterceptor

public abstract class AbstractBambooInterceptor
extends java.lang.Object
implements com.opensymphony.xwork.interceptor.Interceptor

See Also:
Serialized Form

Constructor Summary
AbstractBambooInterceptor()
           
 
Method Summary
 void destroy()
           
abstract  java.lang.String doIntercept(com.opensymphony.xwork.ActionInvocation invocation)
           
protected  java.lang.String getParameter(java.lang.String parameterName)
           
protected  int getParameterAsInt(java.lang.String parameterName)
           
protected  boolean hasParameter(java.lang.String parameterName)
           
 void init()
           
 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBambooInterceptor

public AbstractBambooInterceptor()
Method Detail

init

public void init()
Specified by:
init in interface com.opensymphony.xwork.interceptor.Interceptor

destroy

public void destroy()
Specified by:
destroy in interface com.opensymphony.xwork.interceptor.Interceptor

intercept

public final java.lang.String intercept(com.opensymphony.xwork.ActionInvocation invocation)
                                 throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork.interceptor.Interceptor
Throws:
java.lang.Exception

doIntercept

public abstract java.lang.String doIntercept(com.opensymphony.xwork.ActionInvocation invocation)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getParameter

protected java.lang.String getParameter(java.lang.String parameterName)

getParameterAsInt

protected int getParameterAsInt(java.lang.String parameterName)

hasParameter

protected boolean hasParameter(java.lang.String parameterName)


Copyright © 2012 Atlassian. All Rights Reserved.