public class

SetupIncompleteInterceptor

extends Object
implements Interceptor
java.lang.Object
   ↳ com.atlassian.confluence.xwork.SetupIncompleteInterceptor

Class Overview

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.

Summary

Public Constructors
SetupIncompleteInterceptor()
Public Methods
void destroy()
void init()
String intercept(ActionInvocation invocation)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.opensymphony.xwork.interceptor.Interceptor

Public Constructors

public SetupIncompleteInterceptor ()

Public Methods

public void destroy ()

public void init ()

public String intercept (ActionInvocation invocation)

Throws
Exception