com.atlassian.bamboo.ww2.interceptors
Class SetupCheckInterceptor

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

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

Ensure we don't try to hit the setup step after setup is complete.

See Also:
Serialized Form

Field Summary
static java.lang.String ALREADY_SETUP
           
 
Constructor Summary
SetupCheckInterceptor()
           
 
Method Summary
 void destroy()
           
 void init()
           
 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALREADY_SETUP

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

SetupCheckInterceptor

public SetupCheckInterceptor()
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 actionInvocation)
                           throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork.interceptor.Interceptor
Throws:
java.lang.Exception


Copyright © 2010 Atlassian. All Rights Reserved.