Module com.aoindustries.web.struts
Class Managed6CompletedAction
java.lang.Object
org.apache.struts.action.Action
com.aoindustries.web.struts.PageAction
com.aoindustries.web.struts.signup.ManagedStepAction
com.aoindustries.web.struts.signup.Managed6Action
com.aoindustries.web.struts.signup.Managed6CompletedAction
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clearCheckboxes
(HttpServletRequest request, ActionForm form) Clears checkboxes when not in form.protected void
Errors are not cleared for the complete step.executeManagedStep
(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response, ManagedSignupSelectPackageForm signupSelectPackageForm, boolean signupSelectPackageFormComplete, ManagedSignupCustomizeServerForm signupCustomizeServerForm, boolean signupCustomizeServerFormComplete, SignupCustomizeManagementForm signupCustomizeManagementForm, boolean signupCustomizeManagementFormComplete, SignupOrganizationForm signupOrganizationForm, boolean signupOrganizationFormComplete, SignupTechnicalForm signupTechnicalForm, boolean signupTechnicalFormComplete, SignupBillingInformationForm signupBillingInformationForm, boolean signupBillingInformationFormComplete) Methods inherited from class com.aoindustries.web.struts.signup.ManagedStepAction
execute
Methods inherited from class com.aoindustries.web.struts.PageAction
execute
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
Constructor Details
-
Managed6CompletedAction
public Managed6CompletedAction()
-
-
Method Details
-
executeManagedStep
public ActionForward executeManagedStep(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response, ManagedSignupSelectPackageForm signupSelectPackageForm, boolean signupSelectPackageFormComplete, ManagedSignupCustomizeServerForm signupCustomizeServerForm, boolean signupCustomizeServerFormComplete, SignupCustomizeManagementForm signupCustomizeManagementForm, boolean signupCustomizeManagementFormComplete, SignupOrganizationForm signupOrganizationForm, boolean signupOrganizationFormComplete, SignupTechnicalForm signupTechnicalForm, boolean signupTechnicalFormComplete, SignupBillingInformationForm signupBillingInformationForm, boolean signupBillingInformationFormComplete) throws Exception - Overrides:
executeManagedStep
in classManaged6Action
- Throws:
Exception
-
clearCheckboxes
Clears checkboxes when not in form.- Overrides:
clearCheckboxes
in classManagedStepAction
-
clearErrors
Errors are not cleared for the complete step.- Overrides:
clearErrors
in classManaged6Action
-