| PagedListSourceProvider | Callback that provides the source for a reloadable List. | code | html |
| SortDefinition | Definition for sorting bean instances by a property. | code | html |
| 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 |