com.atlassian.bamboo.ww2.interceptors
Class ChainAwareInterceptor

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

public class ChainAwareInterceptor
extends AbstractBambooInterceptor

See Also:
Serialized Form

Constructor Summary
ChainAwareInterceptor()
           
 
Method Summary
 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 void setChainManager(ChainManager chainManager)
           
 void setChainResultManager(ChainResultManager chainResultManager)
           
 
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainAwareInterceptor

public ChainAwareInterceptor()
Method Detail

intercept

public java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
                           throws java.lang.Exception
Throws:
java.lang.Exception

setChainManager

public void setChainManager(ChainManager chainManager)

setChainResultManager

public void setChainResultManager(ChainResultManager chainResultManager)


Copyright © 2010 Atlassian. All Rights Reserved.