| Interfaces | |
|---|---|
| PagedListSourceProvider | Callback that provides the source for a reloadable List. |
| SortDefinition | Definition for sorting bean instances by a property. |
| Classes | |
|---|---|
| ArgumentConvertingMethodInvoker | Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via a TypeConverter . |
| MutableSortDefinition | Mutable implementation of the SortDefinition interface. |
| PagedListHolder | PagedListHolder is a simple state holder for handling lists of objects, separating them into pages. |
| PropertyComparator | PropertyComparator performs a comparison of two beans, evaluating the specified bean property via a BeanWrapper. |
| RefreshablePagedListHolder | RefreshablePagedListHolder is a PagedListHolder subclass with reloading capabilities. |
| ResourceEditorRegistrar | PropertyEditorRegistrar implementation that populates a given PropertyEditorRegistry (typically a BeanWrapper used for bean creation within an ApplicationContext ) with resource editors. |