Package com.ibm.commerce.beans

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

See: Description

  • Interface Summary 
    Interface Description
    CommandDataBean
    This data bean defines the interface that has to be implemented by a data bean that will be populated by a data bean command.
    DataBean
    A data bean is a Java bean that can be placed into JSP pages to represent data that is accessible by the page designer.
    InputDataBean
    This data bean needs to be initialized by properties passed in at input by the caller of the JSP page.
    SmartDataBean
    This data bean can populate itself without requiring a data bean command.
    SortedListInputDataBean
    This data bean is 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 
    Class Description
    ControllerCommandInvokerDataBean
    This data bean is a SmartDataBean object that allows a JSP to invoke a controller command.
    DataBeanDescriptor
    This is a descriptor for a databean.
    DataBeanHelper
    This is a helper class for all data bean objects.
    DataBeanManager
    This data bean manager is responsible for populating data beans.
    ECBeanResourceBundle
    This class defines a resource bundle that has a variety of keys and their corresponding English descriptions.
    ECPABeanResourceBundle
    This class defines a resource bundle that contains a variety of keys and their corresponding English descriptions.
    ErrorDataBean
    This class defines a data bean is used for displaying error information on a JSP page.
    InputDataBeanImpl
    This class represents a data bean that needs to be initialized by properties passed in at input by the caller of the JSP page.
    SmartDataBeanImpl
    This class defines a data bean that can populate itself without requiring a data bean command.
    SortedListBean
    This class defines a data bean allows elements to be sorted inside the bean.
    WcsAppDataBean
    This class defines a data bean that allows a JSP page to register/cache and access instance variables.

Package com.ibm.commerce.beans Description

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