com.atlassian.confluence.setup.actions
Class SetupCheckInterceptor
java.lang.Object
com.atlassian.confluence.setup.actions.SetupCheckInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork.interceptor.Interceptor
public class SetupCheckInterceptor
- extends Object
- implements com.opensymphony.xwork.interceptor.Interceptor
Ensure we don't try to hit the setup step after setup is complete.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALREADY_SETUP
public static final String ALREADY_SETUP
- See Also:
- Constant Field Values
SetupCheckInterceptor
public SetupCheckInterceptor()
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 String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
throws Exception
- Specified by:
intercept
in interface com.opensymphony.xwork.interceptor.Interceptor
- Throws:
Exception