Package com.atlassian.confluence.xwork
Class SetupIncompleteInterceptor
- java.lang.Object
-
- com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
- com.atlassian.confluence.xwork.SetupIncompleteInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.ConditionalInterceptor
,com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class SetupIncompleteInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor
Interceptor that checks whether or not Confluence has been setup yet (that is the setup wizard has been completed). If not, it will redirect the user to setup on any attempt to access actions that are not part of the /setup or /bootstrap action name spaces.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetupIncompleteInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
-