com.atlassian.bamboo.ww2.interceptors
Class OnDemandNotSupportedInterceptor

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

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

See Also:
Serialized Form

Field Summary
static java.lang.String ON_DEMAND_NOT_SUPPORTED
           
 
Constructor Summary
OnDemandNotSupportedInterceptor()
           
 
Method Summary
 void destroy()
           
 void init()
           
 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation invocation)
           
 void setFeatureManager(FeatureManager featureManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_DEMAND_NOT_SUPPORTED

public static final java.lang.String ON_DEMAND_NOT_SUPPORTED
See Also:
Constant Field Values
Constructor Detail

OnDemandNotSupportedInterceptor

public OnDemandNotSupportedInterceptor()
Method Detail

destroy

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

init

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

intercept

public 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

setFeatureManager

public void setFeatureManager(FeatureManager featureManager)


Copyright © 2012 Atlassian. All Rights Reserved.