Module com.aoindustries.web.struts
Class ManagedStepAction
java.lang.Object
org.apache.struts.action.Action
com.aoindustries.web.struts.PageAction
com.aoindustries.web.struts.signup.ManagedStepAction
- Direct Known Subclasses:
Managed2Action
,Managed3Action
,Managed4Action
,Managed5Action
,Managed6Action
,Managed7Action
,ManagedAction
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clearCheckboxes
(HttpServletRequest request, ActionForm form) Clears checkboxes when not in form.final ActionForward
execute
(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, Registry pageRegistry) Initializes the step details.abstract ActionForward
executeManagedStep
(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response, ManagedSignupSelectPackageForm signupSelectPackageForm, boolean signupSelectPackageFormComplete, ManagedSignupCustomizeServerForm signupCustomizeServerForm, boolean signupCustomizeServerFormComplete, SignupCustomizeManagementForm signupCustomizeManagementForm, boolean signupCustomizeManagementFormComplete, SignupOrganizationForm signupOrganizationForm, boolean signupOrganizationFormComplete, SignupTechnicalForm signupTechnicalForm, boolean signupTechnicalFormComplete, SignupBillingInformationForm signupBillingInformationForm, boolean signupBillingInformationFormComplete) 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
-
ManagedStepAction
public ManagedStepAction()
-
-
Method Details
-
execute
public final ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, Registry pageRegistry) throws Exception Initializes the step details.- Overrides:
execute
in classPageAction
- Throws:
Exception
-
clearCheckboxes
Clears checkboxes when not in form. -
executeManagedStep
public abstract ActionForward executeManagedStep(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response, ManagedSignupSelectPackageForm signupSelectPackageForm, boolean signupSelectPackageFormComplete, ManagedSignupCustomizeServerForm signupCustomizeServerForm, boolean signupCustomizeServerFormComplete, SignupCustomizeManagementForm signupCustomizeManagementForm, boolean signupCustomizeManagementFormComplete, SignupOrganizationForm signupOrganizationForm, boolean signupOrganizationFormComplete, SignupTechnicalForm signupTechnicalForm, boolean signupTechnicalFormComplete, SignupBillingInformationForm signupBillingInformationForm, boolean signupBillingInformationFormComplete) throws Exception - Throws:
Exception
-