Package com.ibm.commerce.beans

Contains a general purpose data bean.

See:
          Description

Interface Summary
CommandDataBean The CommandDataBean defines the interface that has to be implemented by a DataBean that will be populated by a DataBeanCommand.
DataBean DataBeans are JavaBeans that are placed into JSP pages and represent data that is accessible by the page designer.
InputDataBean InputDataBeans is a data bean that needs to be initialized by properties passed in by the caller of the JSP.
SmartDataBean A SmartDataBean is a DataBean that can populate itself without requiring a data bean command.
SortedListInputDataBean  
SortedListSmartDataBean  
StaticDataBean This is the abstract base class for data beans without dynamic activation from another class.
 

Class Summary
ControllerCommandInvokerDataBean This is a SmartDataBean that allows a Jsp to invoke a controller command from a JSP.
DataBeanDescriptor  
DataBeanHelper The helper class for all databean objects.
DataBeanManager The DataBean manager is responsible for populating databeans
ECBeanResourceBundle  
ECPABeanResourceBundle  
ErrorDataBean The bean is for displaying error information on a JSP
InputDataBeanImpl InputDataBeans is a data bean that needs to be initialized by properties passed in by the caller of the JSP.
SmartDataBeanImpl A SmartDataBean is a DataBean that can populate itself without requiring a data bean command.
SortedListBean Insert the type's description here.
WcsAppDataBean The data bean allows a Jsp to register/cache and access instance variables associated with this instance of WCS application.
 

Package com.ibm.commerce.beans Description

Contains a general purpose data bean.