|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.io.support | Support classes for Spring's resource abstraction, like a ResourcePatternResolver mechanism. |
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 1.3+ 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.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. |
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.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
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. |
|
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
Implementation of ResponseTimeMonitor for use via delegation by objects that implement this interface. |
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.multiaction | |
---|---|
PathMatcher
Strategy interface for String -based path matching. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |