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:
BuildAwareInterceptor, BuildConfigurationEditInterceptor, BuildConfigurationFromSessionInterceptor, BuildConfigurationInterceptor, BuildFromSessionInterceptor, BuildResultsSummaryAwareInteceptor, PaginationAwareInterceptor, RemoteApiExceptionInterceptor, RemoteApiLoginInterceptor, ResultsListAwareInterceptor, SignupAllowedCheckInterceptor, StatisticsAwareInterceptor, TestCaseAwareInterceptor

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()
           
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.xwork.interceptor.Interceptor
intercept
 

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

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 © 2009 Atlassian Pty Ltd. All Rights Reserved.