Class SetupDataAction

  • All Implemented Interfaces:
    WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class SetupDataAction
    extends AbstractSetupAction
    SetupDataAction: Sets up data within Confluence behind the scenes, i.e. configures confluence.cfg.xml, and allows the user to choose whether or not they would like to install demo content, restore from a previous export, or start fresh.

    See Also:
    Serialized Form
    • Constructor Detail

      • SetupDataAction

        public SetupDataAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getContentChoice

        public String getContentChoice()
      • setContentChoice

        public void setContentChoice​(String contentChoice)
      • setSetupLocks

        public void setSetupLocks​(SetupLocks setupLocks)
      • getShowSetupRestore

        public Boolean getShowSetupRestore()