Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » support »

org.springframework.beans.support

Interfaces:

PagedListSourceProvider   Callback that provides the source for a reloadable List.  code | html
SortDefinition   Definition for sorting bean instances by a property.  code | html

Classes:

ArgumentConvertingMethodInvoker   Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via a TypeConverter code | html
MutableSortDefinition   Mutable implementation of the SortDefinition interface.  code | html
PagedListHolder   PagedListHolder is a simple state holder for handling lists of objects, separating them into pages.  code | html
PropertyComparator   PropertyComparator performs a comparison of two beans, evaluating the specified bean property via a BeanWrapper.  code | html
RefreshablePagedListHolder   RefreshablePagedListHolder is a PagedListHolder subclass with reloading capabilities.  code | html
ResourceEditorRegistrar   PropertyEditorRegistrar implementation that populates a given org.springframework.beans.PropertyEditorRegistry (typically a org.springframework.beans.BeanWrapper used for bean creation within an org.springframework.context.ApplicationContext ) with resource editors.  code | html