org.apache.taglibs.rdc.sampleapps.musicstore.struts
Class CheckoutForm
java.lang.Object
org.apache.struts.action.ActionForm
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
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
CheckoutForm
public CheckoutForm()
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.