Module com.aoindustries.web.struts
Class Reseller2CompletedAction
java.lang.Object
org.apache.struts.action.Action
com.aoindustries.web.struts.PageAction
com.aoindustries.web.struts.signup.ResellerStepAction
com.aoindustries.web.struts.signup.Reseller2Action
com.aoindustries.web.struts.signup.Reseller2CompletedAction
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Errors are not cleared for the complete step.executeResellerStep
(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response, ResellerSignupSelectPackageForm signupSelectPackageForm, boolean signupSelectPackageFormComplete, SignupOrganizationForm signupOrganizationForm, boolean signupOrganizationFormComplete, SignupTechnicalForm signupTechnicalForm, boolean signupTechnicalFormComplete, SignupBillingInformationForm signupBillingInformationForm, boolean signupBillingInformationFormComplete) Methods inherited from class com.aoindustries.web.struts.signup.ResellerStepAction
clearCheckboxes, execute
Methods inherited from class com.aoindustries.web.struts.PageAction
execute
Methods 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
-
Reseller2CompletedAction
public Reseller2CompletedAction()
-
-
Method Details
-
executeResellerStep
public ActionForward executeResellerStep(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response, ResellerSignupSelectPackageForm signupSelectPackageForm, boolean signupSelectPackageFormComplete, SignupOrganizationForm signupOrganizationForm, boolean signupOrganizationFormComplete, SignupTechnicalForm signupTechnicalForm, boolean signupTechnicalFormComplete, SignupBillingInformationForm signupBillingInformationForm, boolean signupBillingInformationFormComplete) throws Exception - Overrides:
executeResellerStep
in classReseller2Action
- Throws:
Exception
-
clearErrors
Errors are not cleared for the complete step.- Overrides:
clearErrors
in classReseller2Action
-