Class CheckoutAddressesFormAction

java.lang.Object
org.apache.struts.action.Action
com.softslate.commerce.customer.core.BaseAction
com.softslate.commerce.customer.order.CheckoutAction
com.softslate.commerce.customer.order.CheckoutAddressesFormAction

public class CheckoutAddressesFormAction extends CheckoutAction
Struts action class for submissions to view the checkout addresses form. Used for requests to "/Checkout.do", if the user has not yet entered address information.

The execute method of this class invokes CheckoutAction.prepareCheckoutAddressesForm(CheckoutAddressesForm) to prepare the checkout addresses form.

Author:
David Tobey
  • Field Details

    • log

      static org.apache.commons.logging.Log log
  • Constructor Details

    • CheckoutAddressesFormAction

      public CheckoutAddressesFormAction()
  • Method Details

    • execute

      public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Description copied from class: CheckoutAction
      Forwards the user to the appropriate checkout screen based on the status of the session and the store's database settings.
      Overrides:
      execute in class CheckoutAction
      Throws:
      Exception