Class 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 Detail

      • SetupIncompleteInterceptor

        public SetupIncompleteInterceptor()
    • Method Detail

      • intercept

        public String intercept​(com.opensymphony.xwork2.ActionInvocation invocation)
                         throws Exception
        Specified by:
        intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
        Specified by:
        intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
        Throws:
        Exception