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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALREADY_SETUP
-
Constructor Summary
Constructors Constructor Description SetupCheckInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinit()Stringintercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
-
-
-
Field Detail
-
ALREADY_SETUP
public static final String ALREADY_SETUP
- See Also:
- Constant Field Values
-
-