Class SetupAdministrator

java.lang.Object
org.apache.struts2.ActionSupport
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, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class SetupAdministrator extends AbstractSetupAction
See Also:
  • Constructor Details

    • SetupAdministrator

      public SetupAdministrator()
  • Method Details

    • setTest

      public void setTest(boolean test)
    • validate

      public void validate()
      Specified by:
      validate in interface MessageHolderAware
      Specified by:
      validate in interface org.apache.struts2.Validateable
      Overrides:
      validate in class org.apache.struts2.ActionSupport
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getConfirm

      public String getConfirm()
    • setConfirm

      public void setConfirm(String confirm)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getFullName

      public String getFullName()
    • setFullName

      public void setFullName(String fullName)
    • setEmbeddedCrowdBootstrap

      public void setEmbeddedCrowdBootstrap(EmbeddedCrowdBootstrap embeddedCrowdBootstrap)
    • setUserFormValidator

      public void setUserFormValidator(UserFormValidator validator)