public class

SetupCheckInterceptor

extends Object
implements Interceptor
java.lang.Object
   ↳ com.atlassian.confluence.setup.actions.SetupCheckInterceptor

Class Overview

Ensure we don't try to hit the setup step after setup is complete.

Summary

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

Constants

public static final String ALREADY_SETUP

Constant Value: "alreadysetup"

Public Constructors

public SetupCheckInterceptor ()

Public Methods

public void destroy ()

public void init ()

public String intercept (ActionInvocation actionInvocation)

Throws
Exception