|
|||||||||
| Home >> All >> org >> springframework >> beans >> [ support overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.springframework.beans.support
This package contains interfaces and classes for manipulating Java beans.
See:
Description
| Interface Summary | |
| PagedListSourceProvider | Callback that provides the source for a reloadable List. |
| SortDefinition | Definition for sorting bean instances by a property. |
| Class Summary | |
| ArgumentConvertingMethodInvoker | Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via BeanWrapperImpl. |
| MutableSortDefinition | Mutable implementation of SortDefinition. |
| PagedListHolder | PagedListHolder is a simple state holder for handling lists of objects, separating them into pages. |
| PropertyComparator | PropertyComparator performs a comparison of two beans, using the specified bean property via a BeanWrapper. |
| RefreshablePagedListHolder | RefreshablePagedListHolder is a PagedListHolder subclass with reloading capabilities. |
Package org.springframework.beans.support Description
This package contains interfaces and classes for manipulating Java beans. It is used by most other Spring packages.
A BeanWrapper object may be used to set and get bean properties, singly or in bulk.
The classes in this package are discussed in Chapter 11 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002).
|
|||||||||
| Home >> All >> org >> springframework >> beans >> [ support overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||