Package | Description |
---|---|
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 |
This package builds on the beans package to add support for
message sources and for the Observer design pattern, and the
ability for application objects to obtain resources using a
consistent API.
|
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.format.datetime.joda |
Integration with the Joda Time for formatting Joda types as well as standard JDK Date types.
|
org.springframework.format.number |
Formatters for
java.lang.Number properties. |
org.springframework.format.support |
Support classes for the formatting package,
providing common implementations as well as adapters.
|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
org.springframework.scheduling.concurrent |
Scheduling convenience classes for the JDK 1.5+ Executor mechanism
in the
java.util.concurrent package, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean 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.
|
Class and Description |
---|
ConcurrencyThrottleSupport
Support class for throttling concurrent access to a specific resource.
|
Class and Description |
---|
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.
|
Class and Description |
---|
PropertiesPersister
Strategy interface for persisting
java.util.Properties ,
allowing for pluggable parsing strategies. |
StringValueResolver
Simple strategy interface for resolving a String value.
|
Class and Description |
---|
MethodInvoker
Helper class that allows for specifying a method to invoke in a declarative
fashion, be it static or non-static.
|
Class and Description |
---|
StringValueResolver
Simple strategy interface for resolving a String value.
|
Class and Description |
---|
PropertiesPersister
Strategy interface for persisting
java.util.Properties ,
allowing for pluggable parsing strategies. |
Class and Description |
---|
StringValueResolver
Simple strategy interface for resolving a String value.
|
Class and Description |
---|
PathMatcher
Strategy interface for
String -based path matching. |
PropertiesPersister
Strategy interface for persisting
java.util.Properties ,
allowing for pluggable parsing strategies. |
Class and Description |
---|
CustomizableThreadCreator
Simple customizable helper class for creating threads.
|
Class and Description |
---|
StringValueResolver
Simple strategy interface for resolving a String value.
|
Class and Description |
---|
StringValueResolver
Simple strategy interface for resolving a String value.
|
Class and Description |
---|
StringValueResolver
Simple strategy interface for resolving a String value.
|
Class and Description |
---|
StringValueResolver
Simple strategy interface for resolving a String value.
|
Class and Description |
---|
CustomizableThreadCreator
Simple customizable helper class for creating threads.
|
ErrorHandler
A strategy for handling errors.
|
Class and Description |
---|
ErrorHandler
A strategy for handling errors.
|
MethodInvoker
Helper class that allows for specifying a method to invoke in a declarative
fashion, be it static or non-static.
|
Class and Description |
---|
MethodInvoker
Helper class that allows for specifying a method to invoke in a declarative
fashion, be it static or non-static.
|
Class and Description |
---|
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.
|
MultiValueMap
Extension of the
Map interface that stores multiple values. |
PathMatcher
Strategy interface for
String -based path matching. |
PropertiesPersister
Strategy interface for persisting
java.util.Properties ,
allowing for pluggable parsing strategies. |
PropertyPlaceholderHelper.PlaceholderResolver
Strategy interface used to resolve replacement values for placeholders contained in Strings.
|
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 filter methods to be operated on by a method callback.
|
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.
|
Copyright © 2012. All Rights Reserved.