Class SetupCheckInterceptor
- java.lang.Object
-
- com.atlassian.confluence.setup.actions.SetupCheckInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class SetupCheckInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
Ensure we don't try to hit the setup step after setup is complete.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALREADY_SETUP
-
Constructor Summary
Constructors Constructor Description SetupCheckInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
init()
String
intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-
-
-
Field Detail
-
ALREADY_SETUP
public static final String ALREADY_SETUP
- See Also:
- Constant Field Values
-
-