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
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.opensymphony.xwork.interceptor.Interceptor
|
abstract
void
|
destroy()
|
|
abstract
void
|
init()
|
|
abstract
String
|
intercept(ActionInvocation arg0)
|
|
Public Constructors
public
SetupIncompleteInterceptor
()
Public Methods
public
String
intercept
(ActionInvocation invocation)