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