Uses of Package
org.springframework.util

Packages that use org.springframework.util
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.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
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.timer Scheduling convenience classes for the J2SE Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. 
org.springframework.util Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
 

Classes in org.springframework.util used by org.springframework.beans.factory.config
MethodInvoker
          Helper class that allows to specify a method to invoke in a declarative fashion, be it static or non-static.
PropertiesPersister
          Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
 

Classes in org.springframework.util used by org.springframework.beans.support
MethodInvoker
          Helper class that allows to specify a method to invoke in a declarative fashion, be it static or non-static.
 

Classes in org.springframework.util used by org.springframework.context.support
PropertiesPersister
          Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
 

Classes in org.springframework.util used by org.springframework.scheduling.quartz
MethodInvoker
          Helper class that allows to specify a method to invoke in a declarative fashion, be it static or non-static.
 

Classes in org.springframework.util used by org.springframework.scheduling.timer
MethodInvoker
          Helper class that allows to specify a method to invoke in a declarative fashion, be it static or non-static.
 

Classes in org.springframework.util used by org.springframework.util
MethodInvoker.VoidType
          Special marker class used for a void return value, differentiating void from a null value returned by the method.
PropertiesPersister
          Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
ResponseTimeMonitor
          Interface implemented by objects that can provide performance information as well as a record of the number of times they are accessed.
StopWatch.TaskInfo
          Inner class to hold data about one task executed within the stop watch.
 

Classes in org.springframework.util used by org.springframework.web.context.support
ResponseTimeMonitorImpl
          Implementation of ResponseTimeMonitor for use via delegation by objects that implement this interface.
 



Copyright (C) 2003-2004 The Spring Framework Project.