Module com.aoindustries.web.struts
Class VirtualManaged3CompletedAction
java.lang.Object
org.apache.struts.action.Action
com.aoindustries.web.struts.PageAction
com.aoindustries.web.struts.signup.VirtualManagedStepAction
com.aoindustries.web.struts.signup.VirtualManaged3Action
com.aoindustries.web.struts.signup.VirtualManaged3CompletedAction
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidErrors are not cleared for the complete step.executeVirtualManagedStep(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response, VirtualManagedSignupSelectPackageForm signupSelectPackageForm, boolean signupSelectPackageFormComplete, VirtualManagedSignupCustomizeServerForm 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.VirtualManagedStepAction
clearCheckboxes, executeMethods inherited from class com.aoindustries.web.struts.PageAction
executeMethods 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
-
VirtualManaged3CompletedAction
public VirtualManaged3CompletedAction()
-
-
Method Details
-
executeVirtualManagedStep
public ActionForward executeVirtualManagedStep(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response, VirtualManagedSignupSelectPackageForm signupSelectPackageForm, boolean signupSelectPackageFormComplete, VirtualManagedSignupCustomizeServerForm signupCustomizeServerForm, boolean signupCustomizeServerFormComplete, SignupCustomizeManagementForm signupCustomizeManagementForm, boolean signupCustomizeManagementFormComplete, SignupOrganizationForm signupOrganizationForm, boolean signupOrganizationFormComplete, SignupTechnicalForm signupTechnicalForm, boolean signupTechnicalFormComplete, SignupBillingInformationForm signupBillingInformationForm, boolean signupBillingInformationFormComplete) throws Exception - Overrides:
executeVirtualManagedStepin classVirtualManaged3Action- Throws:
Exception
-
clearErrors
Errors are not cleared for the complete step.- Overrides:
clearErrorsin classVirtualManaged3Action
-
