com.atlassian.bamboo.ww2.interceptors
Class ResultsListAwareInterceptor

java.lang.Object
  extended by com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
      extended by com.atlassian.bamboo.ww2.interceptors.ResultsListAwareInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, java.io.Serializable

public class ResultsListAwareInterceptor
extends AbstractBambooInterceptor

See Also:
Serialized Form

Constructor Summary
ResultsListAwareInterceptor()
           
 
Method Summary
 java.lang.String doIntercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 BuildResultsFilter getFilter()
           
 void setBuildResultsFilterFactory(BuildResultsFilterFactory buildResultsFilterFactory)
           
 void setFilterController(FilterController filterController)
           
 
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultsListAwareInterceptor

public ResultsListAwareInterceptor()
Method Detail

doIntercept

public java.lang.String doIntercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
                             throws java.lang.Exception
Specified by:
doIntercept in class AbstractBambooInterceptor
Throws:
java.lang.Exception

getFilter

public BuildResultsFilter getFilter()

setFilterController

public void setFilterController(FilterController filterController)

setBuildResultsFilterFactory

public void setBuildResultsFilterFactory(BuildResultsFilterFactory buildResultsFilterFactory)


Copyright © 2012 Atlassian. All Rights Reserved.