com.aoindustries.website.signup
Class Managed5CompletedAction
java.lang.Object
Action
com.aoindustries.website.SiteSettingsAction
com.aoindustries.website.LocaleAction
com.aoindustries.website.SkinAction
com.aoindustries.website.ProtocolAction
com.aoindustries.website.HttpsAction
com.aoindustries.website.signup.ManagedStepAction
com.aoindustries.website.signup.Managed5Action
com.aoindustries.website.signup.Managed5CompletedAction
public class Managed5CompletedAction
- extends Managed5Action
- Author:
- AO Industries, Inc.
|
Method Summary |
protected void |
clearErrors(javax.servlet.http.HttpServletRequest req)
Errors are not cleared for the complete step. |
ActionForward |
executeManagedStep(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SiteSettings siteSettings,
java.util.Locale locale,
Skin skin,
ManagedSignupSelectPackageForm signupSelectPackageForm,
boolean signupSelectPackageFormComplete,
ManagedSignupCustomizeServerForm signupCustomizeServerForm,
boolean signupCustomizeServerFormComplete,
SignupCustomizeManagementForm signupCustomizeManagementForm,
boolean signupCustomizeManagementFormComplete,
SignupBusinessForm signupBusinessForm,
boolean signupBusinessFormComplete,
SignupTechnicalForm signupTechnicalForm,
boolean signupTechnicalFormComplete,
SignupBillingInformationForm signupBillingInformationForm,
boolean signupBillingInformationFormComplete)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Managed5CompletedAction
public Managed5CompletedAction()
executeManagedStep
public ActionForward executeManagedStep(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SiteSettings siteSettings,
java.util.Locale locale,
Skin skin,
ManagedSignupSelectPackageForm signupSelectPackageForm,
boolean signupSelectPackageFormComplete,
ManagedSignupCustomizeServerForm signupCustomizeServerForm,
boolean signupCustomizeServerFormComplete,
SignupCustomizeManagementForm signupCustomizeManagementForm,
boolean signupCustomizeManagementFormComplete,
SignupBusinessForm signupBusinessForm,
boolean signupBusinessFormComplete,
SignupTechnicalForm signupTechnicalForm,
boolean signupTechnicalFormComplete,
SignupBillingInformationForm signupBillingInformationForm,
boolean signupBillingInformationFormComplete)
throws java.lang.Exception
- Overrides:
executeManagedStep in class Managed5Action
- Throws:
java.lang.Exception
clearErrors
protected void clearErrors(javax.servlet.http.HttpServletRequest req)
- Errors are not cleared for the complete step.
- Overrides:
clearErrors in class Managed5Action