Uses of Package
org.springframework.beans.support

Packages that use org.springframework.beans.support
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.beans.support Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans. 
org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. 
org.springframework.scheduling.support Generic support classes for scheduling. 
org.springframework.scheduling.timer Scheduling convenience classes for the JDK 1.3+ Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. 
 

Classes in org.springframework.beans.support used by org.springframework.beans.factory.config
ArgumentConvertingMethodInvoker
          Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via BeanWrapperImpl.
 

Classes in org.springframework.beans.support used by org.springframework.beans.support
PagedListHolder
          PagedListHolder is a simple state holder for handling lists of objects, separating them into pages.
PagedListSourceProvider
          Callback that provides the source for a reloadable List.
SortDefinition
          Definition for sorting bean instances by a property.
 

Classes in org.springframework.beans.support used by org.springframework.scheduling.quartz
ArgumentConvertingMethodInvoker
          Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via BeanWrapperImpl.
 

Classes in org.springframework.beans.support used by org.springframework.scheduling.support
ArgumentConvertingMethodInvoker
          Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via BeanWrapperImpl.
 

Classes in org.springframework.beans.support used by org.springframework.scheduling.timer
ArgumentConvertingMethodInvoker
          Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via BeanWrapperImpl.
 



Copyright (c) 2002-2007 The Spring Framework Project.