Module com.aoindustries.web.struts
Class Reseller4CompletedAction
java.lang.Object
org.apache.struts.action.Action
com.aoindustries.web.struts.PageAction
com.aoindustries.web.struts.signup.ResellerStepAction
com.aoindustries.web.struts.signup.Reseller4Action
com.aoindustries.web.struts.signup.Reseller4CompletedAction
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclearCheckboxes(HttpServletRequest request, ActionForm form) Clears checkboxes when not in form.protected voidErrors 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
executeMethods inherited from class com.aoindustries.web.struts.PageAction
executeMethods 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
-
Reseller4CompletedAction
public Reseller4CompletedAction()
-
-
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:
executeResellerStepin classReseller4Action- Throws:
Exception
-
clearCheckboxes
Clears checkboxes when not in form.- Overrides:
clearCheckboxesin classResellerStepAction
-
clearErrors
Errors are not cleared for the complete step.- Overrides:
clearErrorsin classReseller4Action
-
