站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.beans.support (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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

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 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.
 

Package org.springframework.beans.support Description

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.