Uses of Package
org.springframework.util

Packages that use org.springframework.util
org.springframework.aop.interceptor Provides miscellaneous interceptor implementations. 
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
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.core Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework. 
org.springframework.core.io.support Support classes for Spring's resource abstraction. 
org.springframework.core.task This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations. 
org.springframework.scheduling.backportconcurrent Scheduling convenience classes for the JSR-166 backport Executor mechanism, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as bean in a Spring context. 
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 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 various utility classes. 
org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.mvc Standard controller implementations for the servlet MVC framework that comes with Spring. 
org.springframework.web.servlet.mvc.annotation Support package for annotation-based Servlet MVC controllers. 
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
 

Classes in org.springframework.util used by org.springframework.aop.interceptor
ConcurrencyThrottleSupport
          Support class for throttling concurrent access to a specific resource.
 

Classes in org.springframework.util used by org.springframework.beans.factory.config
MethodInvoker
          Helper class that allows for specifying a method to invoke in a declarative fashion, be it static or non-static.
StringValueResolver
          Simple strategy interface for resolving a String value.
 

Classes in org.springframework.util used by org.springframework.beans.factory.support
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 for specifying 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.core
StringValueResolver
          Simple strategy interface for resolving a String value.
 

Classes in org.springframework.util used by org.springframework.core.io.support
PathMatcher
          Strategy interface for String-based path matching.
PropertiesPersister
          Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
 

Classes in org.springframework.util used by org.springframework.core.task
CustomizableThreadCreator
          Simple customizable helper class for creating threads.
 

Classes in org.springframework.util used by org.springframework.scheduling.backportconcurrent
CustomizableThreadCreator
          Simple customizable helper class for creating threads.
 

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

Classes in org.springframework.util used by org.springframework.scheduling.support
MethodInvoker
          Helper class that allows for specifying 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 for specifying a method to invoke in a declarative fashion, be it static or non-static.
 

Classes in org.springframework.util used by org.springframework.util
AutoPopulatingList.ElementFactory
          Factory interface for creating elements for an index-based access data structure such as a List.
AutoPopulatingList.ElementInstantiationException
          Exception to be thrown from ElementFactory.
PathMatcher
          Strategy interface for String-based path matching.
PropertiesPersister
          Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
ReflectionUtils.FieldCallback
          Callback interface invoked on each field in the hierarchy.
ReflectionUtils.FieldFilter
          Callback optionally used to filter fields to be operated on by a field callback.
ReflectionUtils.MethodCallback
          Action to take on each method.
ReflectionUtils.MethodFilter
          Callback optionally used to method fields to be operated on by a method callback.
ResponseTimeMonitor
          Deprecated. as of Spring 2.5, to be removed in Spring 3.0
StopWatch.TaskInfo
          Inner class to hold data about one task executed within the stop watch.
WeakReferenceMonitor.ReleaseListener
          Listener that is notified when the handle is being released.
 

Classes in org.springframework.util used by org.springframework.web.context.support
ResponseTimeMonitorImpl
          Deprecated. as of Spring 2.5, to be removed in Spring 3.0
 

Classes in org.springframework.util used by org.springframework.web.servlet
PathMatcher
          Strategy interface for String-based path matching.
 

Classes in org.springframework.util used by org.springframework.web.servlet.handler
PathMatcher
          Strategy interface for String-based path matching.
 

Classes in org.springframework.util used by org.springframework.web.servlet.mvc
PathMatcher
          Strategy interface for String-based path matching.
 

Classes in org.springframework.util used by org.springframework.web.servlet.mvc.annotation
PathMatcher
          Strategy interface for String-based path matching.
 

Classes in org.springframework.util used by org.springframework.web.servlet.mvc.multiaction
PathMatcher
          Strategy interface for String-based path matching.
 



Copyright © 2002-2008 The Spring Framework.