Package com.ibm.commerce.beans

Provides the interface and base implementation of DataBeans along with a few specialized beans that can be used by call components of WebSphere Commerce.

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 A data bean used to sort the results being returned.
StaticDataBean This is the abstract base class for data beans without dynamic activation from another class.
Class Summary
ControllerCommandInvokerDataBean This is a smart data bean that allows a JSP page to invoke a controller command.
DataBeanDescriptor A descriptor for a databean.
DataBeanHelper The helper class for all databean objects.
DataBeanManager The DataBean manager is responsible for populating databeans.
ECBeanResourceBundle A resource bundle that has a variety of keys and their corresponding english description.
ECPABeanResourceBundle A resource bundle that has a variety of keys and their corresponding english description.
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 Abstract implementation class of a data bean the provides the sorting of elements inside the bean.
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

Provides the interface and base implementation of DataBeans along with a few specialized beans that can be used by call components of WebSphere Commerce.


Feedback