org.apache.taglibs.rdc.sampleapps.musicstore.struts
Class CheckoutForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.taglibs.rdc.sampleapps.musicstore.struts.CheckoutForm
All Implemented Interfaces:
java.io.Serializable

public class CheckoutForm
extends org.apache.struts.action.ActionForm

Struts form bean for reviewcart.jsp (from music store sample app)

Author:
Thomas Ling, Rahul Akolkar
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CheckoutForm()
           
 
Method Summary
 java.lang.String getAction()
          Access method for the action property.
 void setAction(java.lang.String aAction)
          Sets the value of the action property.
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckoutForm

public CheckoutForm()
Method Detail

getAction

public java.lang.String getAction()
Access method for the action property.

Returns:
the current value of the action property

setAction

public void setAction(java.lang.String aAction)
Sets the value of the action property.

Parameters:
aAction - the new value of the action property

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.