Package org.springframework.beans.support

Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans.

See
          Description

Class Diagram Summary
support 
 

Interface Summary
PagedListSourceProviderCallback that provides the source for a reloadable List.
SortDefinitionDefinition for sorting bean instances by a property.
 

Class Summary
MutableSortDefinitionMutable implementation of SortDefinition.
PagedListHolderPagedListHolder is a simple state holder for handling lists of objects, separating them into pages.
PropertyComparatorPropertyComparator performs a comparison of two beans, using the specified bean property via a BeanWrapper.
RefreshablePagedListHolderRefreshablePagedListHolder is a PagedListHolder subclass with reloading capabilities.
 

Package org.springframework.beans.support Description

Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans.