com.aoindustries.website.signup
Class Managed3CompletedAction
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.Managed3Action
com.aoindustries.website.signup.Managed3CompletedAction
public class Managed3CompletedAction
- extends Managed3Action
- 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 |
Managed3CompletedAction
public Managed3CompletedAction()
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 Managed3Action
- 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 Managed3Action