com.atlassian.bamboo.ww2.interceptors
Class AbstractBambooInterceptor

java.lang.Object
  extended by com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
Direct Known Subclasses:
AbstractPermissionCheckInterceptor, BasePermissionCheckInterceptor, BuidConfigurationEditInterceptor, BuildAwareInterceptor, BuildConfigurationFromSessionInterceptor, BuildConfigurationInterceptor, ConfigurationEditorInterceptor, PaginationAwareInterceptor, ResultsListAwareInterceptor, SignupAllowedCheckInterceptor, StatisticsAwareInterceptor, TestCaseAwareInterceptor

public abstract class AbstractBambooInterceptor
extends Object


Constructor Summary
AbstractBambooInterceptor()
           
 
Method Summary
 void destroy()
           
protected  String getParameter(String parameterName)
           
protected  int getParameterAsInt(String parameterName)
           
protected  boolean hasParameter(String parameterName)
           
 void init()
           
 
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()

destroy

public void destroy()

getParameter

protected String getParameter(String parameterName)

getParameterAsInt

protected int getParameterAsInt(String parameterName)

hasParameter

protected boolean hasParameter(String parameterName)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.