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