Class SetupEmbeddedDatabaseAction

    • Constructor Detail

      • SetupEmbeddedDatabaseAction

        public SetupEmbeddedDatabaseAction()
    • 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
      • setServletContext

        public void setServletContext​(javax.servlet.ServletContext context)
        Specified by:
        setServletContext in interface org.apache.struts2.util.ServletContextAware
      • getWaitMessage

        public String getWaitMessage()
      • getWaitStep

        public int getWaitStep()
      • getJsonStatus

        public com.opensymphony.webwork.dispatcher.json.JSONObject getJsonStatus()
                                                                          throws Exception
        Specified by:
        getJsonStatus in interface JsonStatusProvider
        Returns:
        JSONObject with status information required to update the UI.
        Throws:
        Exception