com.softslate.commerce.customer.product
Class ProductListForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.action.DynaActionForm
          extended by com.softslate.commerce.customer.core.BaseDynaForm
              extended by com.softslate.commerce.customer.product.ProductListForm
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.beanutils.DynaBean

public class ProductListForm
extends BaseDynaForm

Struts form class that correspondes to the product list page. Used for requests to "/ProductList.do".

The validate method of this class does nothing, since no validations are needed.

Author:
David Tobey
See Also:
ProductListAction, Serialized Form

Field Summary
(package private) static org.apache.commons.logging.Log log
           
private static long serialVersionUID
           
 
Fields inherited from class org.apache.struts.action.DynaActionForm
dynaClass, dynaValues
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ProductListForm()
           
 
Method Summary
 
Methods inherited from class com.softslate.commerce.customer.core.BaseDynaForm
getBusinessObjectFactory, getErrors, getFormUtils, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, initializeProperties, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUser
 
Methods inherited from class org.apache.struts.action.DynaActionForm
contains, get, get, get, getDynaClass, getDynaProperty, getMap, getString, getStrings, initialize, initialize, isDynaAssignable, remove, reset, reset, set, set, set, toString
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

log

static org.apache.commons.logging.Log log
Constructor Detail

ProductListForm

public ProductListForm()


Copyright ? SoftSlate, LLC 2003?2005