Class CheckoutLoginFormAction

java.lang.Object
org.apache.struts.action.Action

public class CheckoutLoginFormAction extends CheckoutAction
Struts action class for submissions to view the checkout login form. Used for requests to "/Checkout.do", if the user has not logged in and is required to, or if the user has not yet declined to log in.

The execute method of this class invokes CheckoutAction.prepareLoginForm(BaseForm) to prepare the login form.

Version:
$Id: CheckoutLoginFormAction.java,v 1.3 2004/10/21 05:08:58 dtobey Exp $
Author:
David Tobey
  • Field Details

    • log

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

    • CheckoutLoginFormAction

      public CheckoutLoginFormAction()
  • 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