com.atlassian.confluence.xwork
Class SetupIncompleteInterceptor
java.lang.Object
com.atlassian.confluence.xwork.SetupIncompleteInterceptor
- All Implemented Interfaces:
- Interceptor
public class SetupIncompleteInterceptor
- extends Object
- implements Interceptor
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetupIncompleteInterceptor
public SetupIncompleteInterceptor()
intercept
public String intercept(ActionInvocation invocation)
throws Exception
- Specified by:
intercept
in interface Interceptor
- Throws:
Exception
destroy
public void destroy()
- Specified by:
destroy
in interface Interceptor
init
public void init()
- Specified by:
init
in interface Interceptor