| Library: | Spring |
| Version: | 2.5.2 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbstractAdvisorAutoProxyCreator | org.springframework.aop.framework.autoproxy | Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean. |
| AbstractAnnotationAwareTransactionalTests | org.springframework.test.annotation | Java 5 specific subclass of AbstractTransactionalDataSourceSpringContextTests , exposing a SimpleJdbcTemplate and obeying annotations for transaction control. |
| AbstractApplicationContext | org.springframework.context.support | Abstract implementation of the ApplicationContext interface. |
| AbstractApplicationEventMulticaster | org.springframework.context.event | Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility. |
| AbstractAspectJAdvice | org.springframework.aop.aspectj | Base class for AOP Alliance Advice classes wrapping an AspectJ aspect or an AspectJ-annotated advice method. |
| AbstractAspectJAdvisorFactory | org.springframework.aop.aspectj.annotation | Abstract base class for factories that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax. |
| AbstractAspectJAdvisorFactory.AspectJAnnotation | org.springframework.aop.aspectj.annotation | Class modelling an AspectJ annotation, exposing its type enumeration and pointcut String. |
| AbstractAspectjJpaTests | org.springframework.test.jpa | Subclass of AbstractJpaTests that activates AspectJ load-time weaving
and allows the ability to specify a custom location for AspectJ's
aop.xml file. |
| AbstractAutoProxyCreator | org.springframework.aop.framework.autoproxy | BeanPostProcessor implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself. |
| AbstractAutowireCapableBeanFactory | org.springframework.beans.factory.support | Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class. |
| AbstractBeanDefinition | org.springframework.beans.factory.support | Base class for concrete, full-fledged BeanDefinition classes, factoring out common properties of RootBeanDefinition and ChildBeanDefinition . |
| AbstractBeanDefinitionParser | org.springframework.beans.factory.xml | Abstract BeanDefinitionParser implementation providing a number of convenience methods and a template method that subclasses must override to provide the actual parsing logic. |
| AbstractBeanDefinitionReader | org.springframework.beans.factory.support | Abstract base class for bean definition readers which implement the BeanDefinitionReader interface. |
| AbstractBeanFactory | org.springframework.beans.factory.support | Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI. |
| AbstractBeanFactoryBasedTargetSource | org.springframework.aop.target | Base class for TargetSource implementations that are based on a Spring BeanFactory , delegating to Spring-managed bean instances. |
| AbstractBeanFactoryBasedTargetSourceCreator | org.springframework.aop.framework.autoproxy.target | Convenient superclass for TargetSourceCreator implementations that require creating multiple instances of a prototype bean. |
| AbstractBeanFactoryPointcutAdvisor | org.springframework.aop.support | Abstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory. |
| AbstractBindingResult | org.springframework.validation | Abstract implementation of the BindingResult interface and its super-interface Errors . |
| AbstractCachingLabeledEnumResolver | org.springframework.core.enums | Abstract base class for LabeledEnumResolver implementations, caching all retrieved LabeledEnum instances. |
| AbstractCachingViewResolver | org.springframework.web.servlet.view | Convenient base class for ViewResolver implementations. |
| AbstractCheckedElementTag | org.springframework.web.servlet.tags.form | Abstract base class to provide common methods for
implementing databinding-aware JSP tags for rendering an HTML 'input'
element with a 'type' of 'checkbox' or 'radio'. |
| AbstractClassTestingTypeFilter | org.springframework.core.type.filter | Type filter that exposes a ClassMetadata object to subclasses, for class testing purposes. |
| AbstractCommandController | org.springframework.web.portlet.mvc | Abstract base class for custom command controllers. |
| AbstractCommandController | org.springframework.web.servlet.mvc | Abstract base class for custom command controllers. |
| AbstractComponentDefinition | org.springframework.beans.factory.parsing | Base implementation of ComponentDefinition that provides a basic implementation of getDescription() which delegates to getName() . |
| AbstractConfigurableMBeanInfoAssembler | org.springframework.jmx.export.assembler | Base class for MBeanInfoAssemblers that support configurable JMX notification behavior. |
| AbstractContextLoader | org.springframework.test.context.support | Abstract application context loader, which provides a basis for all concrete implementations of the ContextLoader strategy. |
| AbstractController | org.springframework.web.portlet.mvc | Convenient superclass for controller implementations, using the Template Method design pattern. |
| AbstractController | org.springframework.web.servlet.mvc | Convenient superclass for controller implementations, using the Template Method design pattern. |
| AbstractDataBoundFormElementTag | org.springframework.web.servlet.tags.form | Base tag for all data-binding aware JSP form tags. |
| AbstractDataFieldMaxValueIncrementer | org.springframework.jdbc.support.incrementer | Base implementation of DataFieldMaxValueIncrementer that delegates
to a single getNextKey() template method that returns a long. |
| AbstractDataSource | org.springframework.jdbc.datasource | Abstract base class for Spring's DataSource implementations, taking care of the padding. |
| AbstractDependencyInjectionSpringContextTests | org.springframework.test | Convenient superclass for JUnit 3.8 based tests depending on a Spring context. |
| AbstractDetectingUrlHandlerMapping | org.springframework.web.servlet.handler | Abstract implementation of the HandlerMapping interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context. |
| AbstractEnterpriseBean | org.springframework.ejb.support | Base class for Spring-based EJB 2.x beans. |
| AbstractEntityManagerFactoryBean | org.springframework.orm.jpa | Abstract FactoryBean that creates a local JPA EntityManagerFactory instance within a Spring application context. |
| AbstractExcelView | org.springframework.web.servlet.view.document | Convenient superclass for Excel document views. |
| AbstractExpressionPointcut | org.springframework.aop.support | Abstract superclass for expression pointcuts, offering location and expression properties. |
| AbstractFactoryBean | org.springframework.beans.factory.config | Simple template superclass for FactoryBean implementations that creates a singleton or a prototype object, depending on a flag. |
| AbstractFallbackTransactionAttributeSource | org.springframework.transaction.interceptor | Abstract implementation of TransactionAttributeSource that caches attributes for methods and implements a fallback policy: 1. |
| AbstractFormController | org.springframework.web.portlet.mvc | Form controller that auto-populates a form bean from the request. |
| AbstractFormController | org.springframework.web.servlet.mvc | Form controller that auto-populates a form bean from the request. |
| AbstractFormTag | org.springframework.web.servlet.tags.form | Base class for all JSP form tags. |
| AbstractGenericContextLoader | org.springframework.test.context.support | Abstract, generic extension of AbstractContextLoader which loads a GenericApplicationContext from the locations provided to loadContext(String...) . |
| AbstractGenericLabeledEnum | org.springframework.core.enums | Base class for labeled enum instances that aren't static. |
| AbstractGenericPointcutAdvisor | org.springframework.aop.support | Abstract generic PointcutAdvisor that allows for any Advice to be configured. |
| AbstractHandlerMapping | org.springframework.web.portlet.handler | Abstract base class for HandlerMapping implementations. |
| AbstractHandlerMapping | org.springframework.web.servlet.handler | Abstract base class for HandlerMapping implementations. |
| AbstractHtmlElementBodyTag | org.springframework.web.servlet.tags.form | Convenient super class for many html tags that render content using the databinding features of the AbstractHtmlElementTag . |
| AbstractHtmlElementTag | org.springframework.web.servlet.tags.form | Base class for databinding-aware JSP tags that render HTML element. |
| AbstractHtmlInputElementTag | org.springframework.web.servlet.tags.form | Base class for databinding-aware JSP tags that render HTML form input element. |
| AbstractHttpInvokerRequestExecutor | org.springframework.remoting.httpinvoker | Abstract base implementation of the HttpInvokerRequestExecutor interface. |
| AbstractInterceptorDrivenBeanDefinitionDecorator | org.springframework.aop.config | Base implementation for BeanDefinitionDecorators wishing to add an interceptor to the resulting bean. |
| AbstractInterruptibleBatchPreparedStatementSetter | org.springframework.jdbc.core.support | Abstract implementation of the InterruptibleBatchPreparedStatementSetter interface, combining the check for available values and setting of those into a single callback method setValuesIfAvailable(PreparedStatement, int) . |
| AbstractJasperReportsSingleFormatView | org.springframework.web.servlet.view.jasperreports | Extends AbstractJasperReportsView to provide basic rendering logic
for views that use a fixed format, e.g. |
| AbstractJasperReportsView | org.springframework.web.servlet.view.jasperreports | Base class for all JasperReports views. |
| AbstractJdbcCall | org.springframework.jdbc.core.simple | Abstract class to provide base functionality for easy stored procedure calls based on configuration options and database metadata. |
| AbstractJdbcInsert | org.springframework.jdbc.core.simple | Abstract class to provide base functionality for easy inserts based on configuration options and database metadata. |
| AbstractJExcelView | org.springframework.web.servlet.view.document | Convenient superclass for Excel document views. |
| AbstractJmsListeningContainer | org.springframework.jms.listener | Common base class for all containers which need to implement listening based on a JMS Connection (either shared or freshly obtained for each attempt). |
| AbstractJmsMessageDrivenBean | org.springframework.ejb.support | Convenient base class for JMS-based EJB 2.x MDBs. |
| AbstractJmxAttribute | org.springframework.jmx.export.metadata | Base class for all JMX metadata classes. |
| AbstractJpaTests | org.springframework.test.jpa | Convenient support class for JPA-related tests. |
| AbstractJpaVendorAdapter | org.springframework.orm.jpa.vendor | Abstract JpaVendorAdapter implementation that defines common properties, to be translated into vendor-specific JPA properties by concrete subclasses. |
| AbstractJUnit38SpringContextTests | org.springframework.test.context.junit38 | Abstract base TestCase which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit 3.8 environment. |
| AbstractJUnit4SpringContextTests | org.springframework.test.context.junit4 | Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit 4.4 environment. |
| AbstractLabeledEnum | org.springframework.core.enums | Abstract base superclass for LabeledEnum implementations. |
| AbstractLazyCreationTargetSource | org.springframework.aop.target | TargetSource implementation that will lazily create a user-managed object. |
| AbstractLobCreatingPreparedStatementCallback | org.springframework.jdbc.core.support | Abstract PreparedStatementCallback implementation that manages a LobCreator. |
| AbstractLobHandler | org.springframework.jdbc.support.lob | Abstract base class for LobHandler implementations. |
| AbstractLobStreamingResultSetExtractor | org.springframework.jdbc.core.support | Abstract ResultSetExtractor implementation that assumes streaming of LOB data. |
| AbstractLobType | org.springframework.orm.hibernate3.support | Abstract base class for Hibernate UserType implementations that map to LOBs. |
| AbstractLobTypeHandler | org.springframework.orm.ibatis.support | Abstract base class for iBATIS TypeHandler implementations that map to LOBs. |
| AbstractLocaleResolver | org.springframework.web.servlet.i18n | Abstract base class for LocaleResolver implementations. |
| AbstractMapBasedHandlerMapping | org.springframework.web.portlet.handler | Abstract base class for HandlerMapping implementations that rely on a map which caches handler objects per lookup key. |
| AbstractMBeanInfoAssembler | org.springframework.jmx.export.assembler | Abstract implementation of the MBeanInfoAssembler interface
that encapsulates the creation of a ModelMBeanInfo instance
but delegates the creation of metadata to subclasses. |
| AbstractMessageDrivenBean | org.springframework.ejb.support | Convenient base class for EJB 2.x MDBs. |
| AbstractMessageEndpointFactory | org.springframework.jca.endpoint | Abstract base implementation of the JCA 1.5 MessageEndpointFactory interface, providing transaction management capabilities as well as ClassLoader exposure for endpoint invocations. |
| AbstractMessageEndpointFactory.AbstractMessageEndpoint | org.springframework.jca.endpoint | Inner class for actual endpoint implementations, based on template method to allow for any kind of concrete endpoint implementation. |
| AbstractMessageListenerContainer | org.springframework.jms.listener | Abstract base class for message listener containers. |
| AbstractMessageSource | org.springframework.context.support | Abstract implementation of the HierarchicalMessageSource interface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource. |
| AbstractModelAndViewTests | org.springframework.test.web | Convenient JUnit 3.8 base class for tests dealing with Spring Web MVC ModelAndView objects. |
| AbstractMonitoringInterceptor | org.springframework.aop.interceptor | Base class for monitoring interceptors, such as performance monitors. |
| AbstractMultiCheckedElementTag | org.springframework.web.servlet.tags.form | Abstract base class to provide common methods for implementing
databinding-aware JSP tags for rendering multiple
HTML 'input' elements with a 'type'
of 'checkbox' or 'radio'. |
| AbstractMultipartHttpServletRequest | org.springframework.web.multipart.support | Abstract base implementation of the MultipartHttpServletRequest interface. |
| AbstractPathMapHandlerMapping | org.springframework.web.servlet.handler.metadata | Abstract implementation of the HandlerMapping interface that recognizes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext. |
| AbstractPdfView | org.springframework.web.servlet.view.document | Abstract superclass for PDF views, using Bruno Lowagie's iText package. |
| AbstractPlatformTransactionManager | org.springframework.transaction.support | Abstract base class that implements Spring's standard transaction workflow, serving as basis for concrete platform transaction managers like JtaTransactionManager and DataSourceTransactionManager . |
| AbstractPlatformTransactionManager.SuspendedResourcesHolder | org.springframework.transaction.support | Holder for suspended resources. |
| AbstractPointcutAdvisor | org.springframework.aop.support | Abstract base class for PointcutAdvisor implementations. |
| AbstractPollingMessageListenerContainer | org.springframework.jms.listener | Base class for listener container implementations which are based on polling. |
| AbstractPoolingServerSessionFactory | org.springframework.jms.listener.serversession | Abstract base class for ServerSessionFactory implementations that pool ServerSessionFactory instances. |
| AbstractPoolingTargetSource | org.springframework.aop.target | Abstract base class for pooling TargetSource implementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation. |
| AbstractPropertyAccessor | org.springframework.beans | Abstract implementation of the PropertyAccessor interface. |
| AbstractPropertyBindingResult | org.springframework.validation | Abstract base class for BindingResult implementations that work with Spring's PropertyAccessor mechanism. |
| AbstractPrototypeBasedTargetSource | org.springframework.aop.target | Base class for dynamic TargetSources that can create new prototype bean instances to support a pooling or new-instance-per-invocation strategy. |
| AbstractReflectiveMBeanInfoAssembler | org.springframework.jmx.export.assembler | Builds on the AbstractMBeanInfoAssembler superclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class. |
| AbstractRefreshableApplicationContext | org.springframework.context.support | Base class for ApplicationContext implementations which are supposed to support multiple refreshs, creating a new internal bean factory instance every time. |
| AbstractRefreshableConfigApplicationContext | org.springframework.context.support | AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations. |
| AbstractRefreshablePortletApplicationContext | org.springframework.web.portlet.context | AbstractRefreshableApplicationContext subclass which implements the ConfigurablePortletApplicationContext interface for portlet environments. |
| AbstractRefreshableTargetSource | org.springframework.aop.target.dynamic | Abstract TargetSource implementation that wraps a refreshable target object. |
| AbstractRefreshableWebApplicationContext | org.springframework.web.context.support | AbstractRefreshableApplicationContext subclass which implements the ConfigurableWebApplicationContext interface for web environments. |
| AbstractRegexpMethodPointcut | org.springframework.aop.support | Abstract base regular expression pointcut bean. |
| AbstractRemoteSlsbInvokerInterceptor | org.springframework.ejb.access | Base class for interceptors proxying remote Stateless Session Beans. |
| AbstractRequestAttributes | org.springframework.web.context.request | Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes. |
| AbstractRequestAttributesScope | org.springframework.web.context.request | Abstract Scope implementation that reads from a particular scope in the current thread-bound RequestAttributes object. |
| AbstractRequestLoggingFilter | org.springframework.web.filter | Base class for Filters that perform logging operations before and after a
request is processed. |
| AbstractResource | org.springframework.core.io | Convenience base class for Resource implementations, pre-implementing typical behavior. |
| AbstractRoutingDataSource | org.springframework.jdbc.datasource.lookup | Abstract DataSource implementation that routes getConnection() calls to one of various target DataSources based on a lookup key. |
| AbstractSequenceMaxValueIncrementer | org.springframework.jdbc.support.incrementer | Abstract base class for DataFieldMaxValueIncrementer implementations that use a database sequence. |
| AbstractServiceLoaderBasedFactoryBean | org.springframework.beans.factory.serviceloader | Abstract base class for FactoryBeans operating on the JDK 1.6 ServiceLoader facility. |
| AbstractSessionBean | org.springframework.ejb.support | Base class for Spring-based EJB 2.x session beans. |
| AbstractSessionFactory | org.springframework.orm.toplink | Abstract SessionFactory implementation that creates proxies for "managed" client Sessions and transaction-aware Session references. |
| AbstractSessionFactoryBean | org.springframework.orm.hibernate3 | Abstract FactoryBean that creates a Hibernate SessionFactory within a Spring application context, providing general infrastructure not related to Hibernate's specific configuration API. |
| AbstractSimpleBeanDefinitionParser | org.springframework.beans.factory.xml | Convenient base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on the Class being configured. |
| AbstractSingleBeanDefinitionParser | org.springframework.beans.factory.xml | Base class for those BeanDefinitionParser implementations that
need to parse and define just a single BeanDefinition. |
| AbstractSingleCheckedElementTag | org.springframework.web.servlet.tags.form | Abstract base class to provide common methods for implementing
databinding-aware JSP tags for rendering a single
HTML 'input' element with a 'type'
of 'checkbox' or 'radio'. |
| AbstractSingleSpringContextTests | org.springframework.test | Abstract JUnit 3.8 test class that holds and exposes a single Spring ApplicationContext . |
| AbstractSingletonProxyFactoryBean | org.springframework.aop.framework | Convenient proxy factory bean superclass for proxy factory beans that create only singletons. |
| AbstractSlsbInvokerInterceptor | org.springframework.ejb.access | Base class for AOP interceptors invoking local or remote Stateless Session Beans. |
| AbstractSpringContextTests | org.springframework.test | Superclass for JUnit 3.8 test cases using Spring ApplicationContexts . |
| AbstractSpringPreparerFactory | org.springframework.web.servlet.view.tiles2 | Abstract implementation of the Tiles2 PreparerFactory interface, obtaining the current Spring WebApplicationContext and delegating to getPreparer(String, WebApplicationContext) . |
| AbstractSqlParameterSource | org.springframework.jdbc.core.namedparam | Abstract base class for SqlParameterSource implementations. |
| AbstractSqlTypeValue | org.springframework.jdbc.core.support | Abstract implementation of the SqlTypeValue interface, for convenient
creation of type values that are supposed to be passed into the
PreparedStatement.setObject method. |
| AbstractStatefulSessionBean | org.springframework.ejb.support | Convenient base class for EJB 2.x stateful session beans (SFSBs). |
| AbstractStatelessSessionBean | org.springframework.ejb.support | Convenient base class for EJB 2.x stateless session beans (SLSBs), minimizing the work involved in implementing an SLSB and preventing common errors. |
| AbstractTemplateView | org.springframework.web.servlet.view | Adapter base class for template-based view technologies such as Velocity and FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's Velocity/FreeMarker macro library. |
| AbstractTemplateViewResolver | org.springframework.web.servlet.view | Abstract base class for template view resolvers, in particular for Velocity and FreeMarker views. |
| AbstractTestExecutionListener | org.springframework.test.context.support | Abstract implementation of the TestExecutionListener interface which provides empty method stubs. |
| AbstractTestNGSpringContextTests | org.springframework.test.context.testng | Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a TestNG environment. |
| AbstractThemeResolver | org.springframework.web.servlet.theme | Abstract base class for ThemeResolver implementations. |
| AbstractTraceInterceptor | org.springframework.aop.interceptor | Base MethodInterceptor implementation for tracing. |
| AbstractTransactionalDataSourceSpringContextTests | org.springframework.test | Subclass of AbstractTransactionalSpringContextTests that adds some convenience functionality for JDBC access. |
| AbstractTransactionalJUnit38SpringContextTests | org.springframework.test.context.junit38 | Abstract transactional extension of AbstractJUnit38SpringContextTests which adds convenience functionality for JDBC access. |
| AbstractTransactionalJUnit4SpringContextTests | org.springframework.test.context.junit4 | Abstract transactional extension of AbstractJUnit4SpringContextTests which adds convenience functionality for JDBC access. |
| AbstractTransactionalSpringContextTests | org.springframework.test | Convenient base class for JUnit 3.8 based tests that should occur in a transaction, but normally will roll the transaction back on the completion of each test. |
| AbstractTransactionalTestNGSpringContextTests | org.springframework.test.context.testng | Abstract transactional extension of AbstractTestNGSpringContextTests which adds convenience functionality for JDBC access. |
| AbstractTransactionStatus | org.springframework.transaction.support | Abstract base implementation of the TransactionStatus interface. |
| AbstractTypeHierarchyTraversingFilter | org.springframework.core.type.filter | Type filter that is aware of traversing over hierarchy. |
| AbstractUrlBasedView | org.springframework.web.servlet.view | Abstract base class for URL-based views. |
| AbstractUrlHandlerMapping | org.springframework.web.servlet.handler | Abstract base class for URL-mapped HandlerMapping implementations. |
| AbstractUrlMethodNameResolver | org.springframework.web.servlet.mvc.multiaction | Abstract base class for URL-based MethodNameResolver implementations. |
| AbstractUrlViewController | org.springframework.web.servlet.mvc | Abstract base class for Controllers that return a view name
based on the request URL. |
| AbstractView | org.springframework.web.servlet.view | Abstract base class for View implementations. |
| AbstractWizardFormController | org.springframework.web.portlet.mvc | Form controller for typical wizard-style workflows. |
| AbstractWizardFormController | org.springframework.web.servlet.mvc | Form controller for typical wizard-style workflows. |
| AbstractXmlApplicationContext | org.springframework.context.support | Convenient base class for ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionReader . |
| AbstractXsltView | org.springframework.web.servlet.view.xslt | Convenient superclass for views rendered using an XSLT stylesheet. |
| AcceptHeaderLocaleResolver | org.springframework.web.servlet.i18n | Implementation of LocaleResolver that simply uses the primary locale specified in the "accept-language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS). |
| ActionRequestWrapper | org.springframework.web.portlet.util | Simple wrapper for a Portlet ActionRequest , delegating all calls to the underlying request. |
| ActionSupport | org.springframework.web.struts | Convenience class for Spring-aware Struts 1.1+ Actions. |
| AdaptableJobFactory | org.springframework.scheduling.quartz | JobFactory implementation that supports Runnable objects as well as standard Quartz Job instances. |
| AdviceEntry | org.springframework.aop.config | ParseState entry representing an advice element. |
| AdvisedSupport | org.springframework.aop.framework | Base class for AOP proxy configuration managers. |
| AdvisorAdapterRegistrationManager | org.springframework.aop.framework.adapter | BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory with an AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry ). |
| AdvisorComponentDefinition | org.springframework.aop.config | ComponentDefinition
that bridges the gap between the advisor bean definition configured
by the <aop:advisor> tag and the component definition
infrastructure. |
| AdvisorEntry | org.springframework.aop.config | ParseState entry representing an advisor. |
| AfterReturningAdviceInterceptor | org.springframework.aop.framework.adapter | Interceptor to wrap am AfterReturningAdvice . |
| AliasDefinition | org.springframework.beans.factory.parsing | Representation of an alias that has been registered during the parsing process. |
| AnnotatedGenericBeanDefinition | org.springframework.beans.factory.annotation | Extension of the GenericBeanDefinition class, adding support for annotation metadata exposed through the AnnotatedBeanDefinition interface. |
| AnnotationAwareAspectJAutoProxyCreator | org.springframework.aop.aspectj.annotation | AspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors. |
| AnnotationAwareOrderComparator | org.springframework.core.annotation | Comparator implementation that checks
Ordered as well as the
Order annotation, with an order value provided by an
Ordered instance overriding a statically defined
annotation value (if any). |
| AnnotationBeanNameGenerator | org.springframework.context.annotation | BeanNameGenerator implementation for bean classes annotated with the @Component annotation or with another annotation that is itself annotated with @Component as a meta-annotation. |
| AnnotationBeanUtils | org.springframework.beans.annotation | General utility methods for working with annotations in JavaBeans style. |
| AnnotationBeanWiringInfoResolver | org.springframework.beans.factory.annotation | BeanWiringInfoResolver that uses the Configurable annotation to identify which classes need autowiring. |
| AnnotationClassFilter | org.springframework.aop.support.annotation | Simple ClassFilter that looks for a specific Java 5 annotation being present on a class. |
| AnnotationConfigBeanDefinitionParser | org.springframework.context.annotation | Parser for the <context:annotation-config/> element. |
| AnnotationConfigUtils | org.springframework.context.annotation | Utility class that allows for convenient registration of common BeanPostProcessor definitions for annotation-based configuration. |
| AnnotationJmxAttributeSource | org.springframework.jmx.export.annotation | Implementation of the JmxAttributeSource interface that
reads JDK 1.5+ annotations and exposes the corresponding attributes. |
| AnnotationMatchingPointcut | org.springframework.aop.support.annotation | Simple Pointcut that looks for a specific Java 5 annotation being present on a class or method . |
| AnnotationMBeanExporter | org.springframework.jmx.export.annotation | Convenient subclass of Spring's standard MBeanExporter , activating Java 5 annotation usage for JMX exposure of Spring beans: ManagedResource , ManagedAttribute , ManagedOperation , etc. |
| AnnotationMethodHandlerAdapter | org.springframework.web.portlet.mvc.annotation | Implementation of the HandlerAdapter interface that maps handler methods based on portlet modes, action/render phases and request parameters expressed through the RequestMapping annotation. |
| AnnotationMethodHandlerAdapter | org.springframework.web.servlet.mvc.annotation | Implementation of the HandlerAdapter interface that maps handler methods based on HTTP paths, HTTP methods and request parameters expressed through the RequestMapping annotation. |
| AnnotationMethodMatcher | org.springframework.aop.support.annotation | Simple MethodMatcher that looks for a specific Java 5 annotation being present on a method (checking both the method on the invoked interface, if any, and the corresponding method on the target class). |
| AnnotationScopeMetadataResolver | org.springframework.context.annotation | A ScopeMetadataResolver implementation that (by default) checks for the presence of the Scope annotation on the bean class. |
| AnnotationSessionFactoryBean | org.springframework.orm.hibernate3.annotation | Subclass of Spring's standard LocalSessionFactoryBean for Hibernate3, supporting JDK 1.5+ annotation metadata for mappings. |
| AnnotationTransactionAttributeSource | org.springframework.transaction.annotation | Implementation of the TransactionAttributeSource interface for working with transaction metadata in JDK 1.5+ annotation format. |
| AnnotationTypeFilter | org.springframework.core.type.filter | A simple filter which matches classes with a given annotation, checking inherited annotations as well. |
| AnnotationUtils | org.springframework.core.annotation | General utility methods for working with annotations, handling bridge methods (which the compiler generates for generic declarations) as well as super methods (for optional "annotation inheritance"). |
| AntPathMatcher | org.springframework.util | PathMatcher implementation for Ant-style path patterns. |
| AopConfigUtils | org.springframework.aop.config | Utility class for handling registration of AOP auto-proxy creators. |
| AopContext | org.springframework.aop.framework | Class containing static methods used to obtain information about the current AOP invocation. |
| AopNamespaceHandler | org.springframework.aop.config | NamespaceHandler for the aop namespace. |
| AopNamespaceUtils | org.springframework.aop.config | Utility class for handling registration of auto-proxy creators used internally
by the 'aop' namespace tags. |
| AopProxyUtils | org.springframework.aop.framework | Utility methods for AOP proxy factories. |
| AopUtils | org.springframework.aop.support | Utility methods for AOP support code. |
| ApplicationContextEvent | org.springframework.context.event | Base class for events raised for an ApplicationContext. |
| ApplicationEvent | org.springframework.context | Class to be extended by all application events. |
| ApplicationObjectSupport | org.springframework.context.support | Convenient superclass for application objects that want to be aware of the application context, e.g. |
| ArgumentConvertingMethodInvoker | org.springframework.beans.support | Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via a TypeConverter . |
| AspectComponentDefinition | org.springframework.aop.config | ComponentDefinition that holds an aspect definition, including its nested pointcuts. |
| AspectEntry | org.springframework.aop.config | ParseState entry representing an aspect. |
| AspectJAdviceParameterNameDiscoverer | org.springframework.aop.aspectj | ParameterNameDiscoverer implementation that tries to deduce parameter names for an advice method from the pointcut expression, returning, and throwing clauses. |
| AspectJAfterAdvice | org.springframework.aop.aspectj | Spring AOP advice wrapping an AspectJ after advice method. |
| AspectJAfterReturningAdvice | org.springframework.aop.aspectj | Spring AOP advice wrapping an AspectJ after-returning advice method. |
| AspectJAfterThrowingAdvice | org.springframework.aop.aspectj | Spring AOP advice wrapping an AspectJ after-throwing advice method. |
| AspectJAopUtils | org.springframework.aop.aspectj | Utility methods for dealing with AspectJ advisors. |
| AspectJAroundAdvice | org.springframework.aop.aspectj | Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method. |
| AspectJAwareAdvisorAutoProxyCreator | org.springframework.aop.aspectj.autoproxy | AbstractAdvisorAutoProxyCreator subclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect. |
| AspectJExpressionPointcut | org.springframework.aop.aspectj | Spring Pointcut implementation that uses the AspectJ weaver to evaluate a pointcut expression. |
| AspectJExpressionPointcutAdvisor | org.springframework.aop.aspectj | Spring AOP Advisor that can be used for any AspectJ pointcut expression. |
| AspectJMethodBeforeAdvice | org.springframework.aop.aspectj | Spring AOP advice that wraps an AspectJ before method. |
| AspectJPointcutAdvisor | org.springframework.aop.aspectj | AspectJPointcutAdvisor that adapts an AbstractAspectJAdvice to the PointcutAdvisor interface. |
| AspectJProxyFactory | org.springframework.aop.aspectj.annotation | AspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well Java 5 annotation style). |
| AspectJProxyUtils | org.springframework.aop.aspectj | Utility methods for working with AspectJ proxies. |
| AspectJTypeFilter | org.springframework.core.type.filter | Type filter that uses AspectJ type pattern for matching. |
| AspectJWeaverMessageHandler | org.springframework.aop.aspectj | Implementation of AspectJ's IMessageHandler interface that routes AspectJ weaving messages through the same logging system as the regular Spring messages. |
| AspectJWeavingEnabler | org.springframework.context.weaving | Post-processor that registers AspectJ's ClassPreProcessorAgentAdapter with the Spring application context's default LoadTimeWeaver . |
| AspectMetadata | org.springframework.aop.aspectj.annotation | Metadata for an AspectJ aspect class, with an additional Spring AOP pointcut for the per clause. |
| Assert | org.springframework.util | Assertion utility class that assists in validating arguments. |
| AssertThrows | org.springframework.test | Simple method object encapsulation of the 'test-for-Exception' scenario (for JUnit). |
| AssignableTypeFilter | org.springframework.core.type.filter | A simple filter which matches classes that are assignable to a given type. |
| AttributeAccessorSupport | org.springframework.core | Support class for AttributeAccessors , providing a base implementation of all methods. |
| AttributesJmxAttributeSource | org.springframework.jmx.export.metadata | Implementation of the JmxAttributeSource interface that
reads metadata via Spring's Attributes abstraction. |
| AttributesTransactionAttributeSource | org.springframework.transaction.interceptor | Implementation of the TransactionAttributeSource interface that reads metadata via Spring's Attributes abstraction. |
| AutoPopulatingList | org.springframework.util | Simple List wrapper class that allows for elements to be automatically populated as they are requested. |
| AutoProxyUtils | org.springframework.aop.framework.autoproxy | Utilities for auto-proxy aware components. |
| AutowireCandidateQualifier | org.springframework.beans.factory.support | Qualifier for resolving autowire candidates. |
| AutowiredAnnotationBeanPostProcessor | org.springframework.beans.factory.annotation | BeanPostProcessor implementation that autowires annotated fields, setter methods and arbitrary config methods. |
| AutowiringRequestProcessor | org.springframework.web.struts | Subclass of Struts's default RequestProcessor that autowires Struts Actions with Spring beans defined in ContextLoaderPlugIn's WebApplicationContext or - in case of general service layer beans - in the root WebApplicationContext. |
| AutowiringTilesRequestProcessor | org.springframework.web.struts | Subclass of Struts's TilesRequestProcessor that autowires Struts Actions with Spring beans defined in ContextLoaderPlugIn's WebApplicationContext or - in case of general service layer beans - in the root WebApplicationContext. |
| AxisBeanMappingServicePostProcessor | org.springframework.remoting.jaxrpc.support | Axis-specific JaxRpcServicePostProcessor that registers bean mappings for domain objects that follow the JavaBean pattern. |
| BaseCommandController | org.springframework.web.portlet.mvc | Controller implementation which creates an object (the command object) on receipt of a request and attempts to populate this object with request parameters. |
| BaseCommandController | org.springframework.web.servlet.mvc | Controller implementation which creates an object (the command object) on receipt of a request and attempts to populate this object with request parameters. |
| BatchSqlUpdate | org.springframework.jdbc.object | SqlUpdate subclass that performs batch update operations. |
| BeanComponentDefinition | org.springframework.beans.factory.parsing | ComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean. |
| BeanConfigurerSupport | org.springframework.beans.factory.wiring | Convenient base class for configurers that can perform Dependency Injection on objects (however they may be created). |
| BeanDefinitionBuilder | org.springframework.beans.factory.support | Programmatic means of constructing BeanDefinitions using the builder pattern. |
| BeanDefinitionDefaults | org.springframework.beans.factory.support | A simple holder for BeanDefinition property defaults. |
| BeanDefinitionHolder | org.springframework.beans.factory.config | Holder for a BeanDefinition with name and aliases. |
| BeanDefinitionParserDelegate | org.springframework.beans.factory.xml | Stateful delegate class used to parse XML bean definitions. |
| BeanDefinitionReaderUtils | org.springframework.beans.factory.support | Utility methods that are useful for bean definition reader implementations. |
| BeanDefinitionVisitor | org.springframework.beans.factory.config | Visitor class for traversing BeanDefinition objects, in particular the property values and constructor argument values contained in them, resolving bean metadata values. |
| BeanEntry | org.springframework.beans.factory.parsing | ParseState entry representing a bean definition. |
| BeanFactoryAdvisorRetrievalHelper | org.springframework.aop.framework.autoproxy | Helper for retrieving standard Spring Advisors from a BeanFactory, for use with auto-proxying. |
| BeanFactoryAspectInstanceFactory | org.springframework.aop.aspectj.annotation | AspectInstanceFactory backed by a Spring BeanFactory . |
| BeanFactoryAspectJAdvisorsBuilder | org.springframework.aop.aspectj.annotation | Helper for retrieving @AspectJ beans from a BeanFactory and building Spring Advisors based on them, for use with auto-proxying. |
| BeanFactoryDataSourceLookup | org.springframework.jdbc.datasource.lookup | DataSourceLookup implementation based on a Spring BeanFactory . |
| BeanFactoryDestinationResolver | org.springframework.jms.support.destination | DestinationResolver implementation based on a Spring BeanFactory . |
| BeanFactoryRefreshableTargetSource | org.springframework.aop.target.dynamic | Refreshable TargetSource that fetches fresh target beans from a BeanFactory. |
| BeanFactoryUtils | org.springframework.beans.factory | Convenience methods operating on bean factories, in particular on the ListableBeanFactory interface. |
| BeanMetadataAttribute | org.springframework.beans | Holder for a key-value style attribute that is part of a bean definition. |
| BeanMetadataAttributeAccessor | org.springframework.beans | Extension of AttributeAccessorSupport , holding attributes as BeanMetadataAttribute objects in order to keep track of the definition source. |
| BeanNameAutoProxyCreator | org.springframework.aop.framework.autoproxy | Auto proxy creator that identifies beans to proxy via a list of names. |
| BeanNameUrlHandlerMapping | org.springframework.web.servlet.handler | Implementation of the HandlerMapping interface that map from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names. |
| BeanNameViewResolver | org.springframework.web.servlet.view | Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e. |
| BeanPropertyBindingResult | org.springframework.validation | Default implementation of the Errors and BindingResult interfaces, for the registration and evaluation of binding errors on JavaBean objects. |
| BeanPropertyRowMapper | org.springframework.jdbc.core | RowMapper implementation that converts a row into a new instance of the specified mapped target class. |
| BeanPropertySqlParameterSource | org.springframework.jdbc.core.namedparam | SqlParameterSource implementation that obtains parameter values from bean properties of a given JavaBean object. |
| BeanReferenceFactoryBean | org.springframework.beans.factory.config | FactoryBean that exposes an arbitrary target bean under a different name. |
| BeansDtdResolver | org.springframework.beans.factory.xml | EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file). |
| BeanUtils | org.springframework.beans | Static convenience methods for JavaBeans: for instantiating beans, checking bean property types, copying bean properties, etc. |
| BeanWiringInfo | org.springframework.beans.factory.wiring | Holder for bean wiring metadata information about a particular class. |
| BeanWrapperImpl | org.springframework.beans | Default BeanWrapper implementation that should be sufficient for all typical use cases. |
| BindErrorsTag | org.springframework.web.servlet.tags | Evaluates content if there are bind errors for a certain bean. |
| BindingResultUtils | org.springframework.validation | Convenience methods for looking up BindingResults in a model Map. |
| BindStatus | org.springframework.web.servlet.support | Simple adapter to expose the bind status of a field or object. |
| BindTag | org.springframework.web.servlet.tags | Bind tag, supporting evaluation of binding errors for a certain bean or bean property. |
| BlobByteArrayType | org.springframework.orm.hibernate3.support | Hibernate UserType implementation for byte arrays that get mapped to BLOBs. |
| BlobByteArrayTypeHandler | org.springframework.orm.ibatis.support | iBATIS TypeHandler implementation for byte arrays that get mapped to BLOBs. |
| BlobSerializableType | org.springframework.orm.hibernate3.support | Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs. |
| BlobSerializableTypeHandler | org.springframework.orm.ibatis.support | iBATIS TypeHandler implementation for arbitrary objects that get serialized to BLOBs. |
| BlobStringType | org.springframework.orm.hibernate3.support | Hibernate UserType implementation for Strings that get mapped to BLOBs. |
| BooleanComparator | org.springframework.util.comparator | A Comparator for Boolean objects that can sort either true or false first. |
| BridgeMethodResolver | org.springframework.core | Helper for resolving synthetic bridge Methods to the Method being bridged. |
| BshScriptFactory | org.springframework.scripting.bsh | ScriptFactory implementation for a BeanShell script. |
| BshScriptUtils | org.springframework.scripting.bsh | Utility methods for handling BeanShell-scripted objects. |
| BurlapClientInterceptor | org.springframework.remoting.caucho | MethodInterceptor for accessing a Burlap service. |
| BurlapExporter | org.springframework.remoting.caucho | General stream-based protocol exporter for a Burlap endpoint. |
| BurlapProxyFactoryBean | org.springframework.remoting.caucho | FactoryBean for Burlap proxies. |
| BurlapServiceExporter | org.springframework.remoting.caucho | Servlet-API-based HTTP request handler that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy. |
| ByteArrayMultipartFileEditor | org.springframework.web.multipart.support | Custom PropertyEditor for converting MultipartFiles to byte arrays. |
| ByteArrayPropertyEditor | org.springframework.beans.propertyeditors | Editor for byte arrays. |
| ByteArrayResource | org.springframework.core.io | Resource implementation for a given byte array. |
| C3P0NativeJdbcExtractor | org.springframework.jdbc.support.nativejdbc | Implementation of the NativeJdbcExtractor interface for the C3P0 connection pool. |
| CachedIntrospectionResults | org.springframework.beans | Internal class that caches JavaBeans PropertyDescriptor information for a Java class. |
| CachingConnectionFactory | org.springframework.jms.connection | SingleConnectionFactory subclass that adds Session caching as well MessageProducer caching. |
| CachingMapDecorator | org.springframework.util | A simple decorator for a Map, encapsulating the workflow for caching expensive values in a target Map. |
| CachingMetadataReaderFactory | org.springframework.core.type.classreading | Caching implementation of the MetadataReaderFactory interface, caching an ASM ClassReader per Spring Resource handle (i.e. |
| CallableStatementCreatorFactory | org.springframework.jdbc.core | Helper class that can efficiently create multiple CallableStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations. |
| CallMetaDataContext | org.springframework.jdbc.core.metadata | Class to manage context metadata used for the configuration and execution of the call. |
| CallMetaDataProviderFactory | org.springframework.jdbc.core.metadata | Factory used to create a CallMetaDataProvider implementation based on the type of databse being used. |
| CallParameterMetaData | org.springframework.jdbc.core.metadata | Holder of metadata for a specific parameter that is used for call processing. |
| CancellableFormController | org.springframework.web.servlet.mvc | Extension of |
| CciDaoSupport | org.springframework.jca.cci.core.support | Convenient super class for CCI-based data access objects. |
| CciLocalTransactionManager | org.springframework.jca.cci.connection | PlatformTransactionManager implementation that manages local transactions for a single CCI ConnectionFactory. |
| CciTemplate | org.springframework.jca.cci.core | This is the central class in the CCI core package. It simplifies the use of CCI and helps to avoid common errors. |
| CglibSubclassingInstantiationStrategy | org.springframework.beans.factory.support | Default object instantiation strategy for use in BeanFactories. |
| ChainedExceptionListener | org.springframework.jms.connection | Implementation of the JMS ExceptionListener interface that supports chaining, allowing the addition of multiple ExceptionListener instances in order. |
| ChainedPersistenceExceptionTranslator | org.springframework.dao.support | Implementation of PersistenceExceptionTranslator that supports chaining, allowing the addition of PersistenceExceptionTranslator instances in order. |
| CharacterEditor | org.springframework.beans.propertyeditors | Editor for a Character , to populate a property
of type Character or char from a String value. |
| CharacterEncodingFilter | org.springframework.web.filter | Servlet 2.3/2.4 Filter that allows one to specify a character encoding for requests. |
| CharArrayPropertyEditor | org.springframework.beans.propertyeditors | Editor for char arrays. |
| CheckboxesTag | org.springframework.web.servlet.tags.form | Databinding-aware JSP tag for rendering multiple HTML 'input'
elements with a 'type' of 'checkbox'. |
| CheckboxTag | org.springframework.web.servlet.tags.form | Databinding-aware JSP tag for rendering an HTML 'input'
element with a 'type' of 'checkbox'. |
| ChildBeanDefinition | org.springframework.beans.factory.support | Bean definition for beans which inherit settings from their parent. |
| ClassArrayEditor | org.springframework.beans.propertyeditors | Property editor for an array of Classes , to enable
the direct population of a Class[] property without having to
use a String class name property as bridge. |
| ClassEditor | org.springframework.beans.propertyeditors | Property editor for java.lang.Class , to enable the direct
population of a Class property without recourse to having to use a
String class name property as bridge. |
| ClassFilters | org.springframework.aop.support | Static utility methods for composing ClassFilters . |
| ClassLoaderAnalyzerInterceptor | org.springframework.aop.interceptor | Trivial classloader analyzer interceptor. |
| ClassLoaderUtils | org.springframework.util | Utility class for diagnostic purposes, to analyze the ClassLoader hierarchy for any given object or class loader. |
| ClassNameBeanWiringInfoResolver | org.springframework.beans.factory.wiring | Simple default implementation of the BeanWiringInfoResolver interface, looking for a bean with the same name as the fully-qualified class name. |
| ClassPathBeanDefinitionScanner | org.springframework.context.annotation | A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext). |
| ClassPathResource | org.springframework.core.io | Resource implementation for class path resources. |
| ClassPathScanningCandidateComponentProvider | org.springframework.context.annotation | A component provider that scans the classpath from a base package. |
| ClassPathXmlApplicationContext | org.springframework.context.support | Standalone XML application context, taking the context definition files from the class path, interpreting plain paths as class path resource names that include the package path (e.g. |
| ClassUtils | org.springframework.util | Miscellaneous class utility methods. |
| ClobStringType | org.springframework.orm.hibernate3.support | Hibernate UserType implementation for Strings that get mapped to CLOBs. |
| ClobStringTypeHandler | org.springframework.orm.ibatis.support | iBATIS TypeHandler implementation for Strings that get mapped to CLOBs. |
| CodebaseAwareObjectInputStream | org.springframework.remoting.rmi | Special ObjectInputStream subclass that falls back to a specified codebase to load classes from if not found locally. |
| CollectionFactory | org.springframework.core | Factory for collections, being aware of Commons Collection 3.x's extended collections as well as of JDK 1.5+ concurrent collections and backport-concurrent collections. |
| CollectionUtils | org.springframework.util | Miscellaneous collection utility methods. |
| ColumnMapRowMapper | org.springframework.jdbc.core | RowMapper implementation that creates a java.util.Map
for each row, representing all columns as key-value pairs: one
entry for each column, with the column name as key. |
| CommAreaRecord | org.springframework.jca.cci.core.support | CCI Record implementation for a COMMAREA, holding a byte array. |
| CommonAnnotationBeanPostProcessor | org.springframework.context.annotation | BeanPostProcessor implementation
that supports common Java annotations out of the box, in particular the JSR-250
annotations in the javax.annotation package. |
| CommonsAttributes | org.springframework.metadata.commons | Implementation of the Spring Attributes facade for Commons Attributes. |
| CommonsDbcpNativeJdbcExtractor | org.springframework.jdbc.support.nativejdbc | Implementation of the NativeJdbcExtractor interface for the Jakarta Commons DBCP connection pool, version 1.1 or higher. |
| CommonsFileUploadSupport | org.springframework.web.multipart.commons | Base class for multipart resolvers that use Jakarta Commons FileUpload 1.1 or higher. |
| CommonsFileUploadSupport.MultipartParsingResult | org.springframework.web.multipart.commons | Holder for a Map of Spring MultipartFiles and a Map of multipart parameters. |
| CommonsHttpInvokerRequestExecutor | org.springframework.remoting.httpinvoker | HttpInvokerRequestExecutor implementation that uses Jakarta Commons HttpClient to execute POST requests. |
| CommonsLogFactoryBean | org.springframework.beans.factory.config | Factory bean for commons-logging Log instances. |
| CommonsLoggingLogSystem | org.springframework.ui.velocity | Velocity LogSystem implementation for Jakarta Commons Logging. |
| CommonsLoggingSessionLog | org.springframework.orm.toplink.support | TopLink 10.1.3+ SessionLog implementation that logs through Commons Logging. |
| CommonsLoggingSessionLog904 | org.springframework.orm.toplink.support | TopLink 9.0.4 SessionLog implementation that logs through Commons Logging. |
| CommonsLogWriter | org.springframework.util | java.io.Writer adapter for a Commons Logging Log. |
| CommonsMultipartFile | org.springframework.web.multipart.commons | MultipartFile implementation for Jakarta Commons FileUpload. |
| CommonsMultipartResolver | org.springframework.web.multipart.commons | Servlet-based MultipartResolver implementation for Jakarta Commons FileUpload 1.1 or above. |
| CommonsPathMapHandlerMapping | org.springframework.web.servlet.handler.metadata | Subclass of AbstractPathMapHandlerMapping that recognizes Commons Attributes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext. |
| CommonsPoolServerSessionFactory | org.springframework.jms.listener.serversession | ServerSessionFactory implementation that holds JMS
ServerSessions in a configurable Jakarta Commons Pool. |
| CommonsPoolTargetSource | org.springframework.aop.target | TargetSource implementation that holds objects in a configurable Jakarta Commons Pool. |
| CommonsPortletMultipartResolver | org.springframework.web.portlet.multipart | PortletMultipartResolver implementation for Jakarta Commons FileUpload 1.1 or above. |
| CommonsRequestLoggingFilter | org.springframework.web.filter | Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log. |
| ComparableComparator | org.springframework.util.comparator | Comparator that adapts Comparables to the Comparator interface. |
| ComponentControllerSupport | org.springframework.web.servlet.view.tiles | Convenience class for Spring-aware Tiles component controllers. |
| ComponentScanBeanDefinitionParser | org.springframework.context.annotation | Parser for the <context:component-scan/> element. |
| ComposablePointcut | org.springframework.aop.support | Convenient class for building up pointcuts. |
| CompositeComponentDefinition | org.springframework.beans.factory.parsing | ComponentDefinition implementation that holds one or more nested ComponentDefinition instances, aggregating them into a named group of components. |
| CompositeTransactionAttributeSource | org.springframework.transaction.interceptor | Composite TransactionAttributeSource implementation that iterates over a given array of TransactionAttributeSource instances. |
| CompoundComparator | org.springframework.util.comparator | A comparator that chains a sequence of one or more more Comparators. |
| ConcurrencyThrottleInterceptor | org.springframework.aop.interceptor | Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached. |
| ConcurrencyThrottleSupport | org.springframework.util | Support class for throttling concurrent access to a specific resource. |
| ConcurrentExecutorAdapter | org.springframework.core.task.support | Adapter that exposes the java.util.concurrent.Executor interface for any Spring TaskExecutor . |
| ConcurrentTaskExecutor | org.springframework.scheduling.backportconcurrent | Adapter that takes a JSR-166 backport
edu.emory.mathcs.backport.java.util.concurrent.Executor and
exposes a Spring TaskExecutor for it. |
| ConcurrentTaskExecutor | org.springframework.scheduling.concurrent | Adapter that takes a JDK 1.5 java.util.concurrent.Executor and
exposes a Spring TaskExecutor for it. |
| ConditionalTestCase | org.springframework.test | Superclass for JUnit 3.8 based tests that allows conditional test execution at the individual test method level. |
| ConfigurableJasperReportsView | org.springframework.web.servlet.view.jasperreports | Configurable JasperReports View, allowing to specify the JasperReports exporter to be specified through bean properties rather than through the view class name. |
| ConfigurableMimeFileTypeMap | org.springframework.mail.javamail | Spring-configurable FileTypeMap implementation that will read
MIME type to file extension mappings from a standard JavaMail MIME type
mapping file, using a standard MimetypesFileTypeMap underneath. |
| ConfigurableWebBindingInitializer | org.springframework.web.bind.support | Convenient WebBindingInitializer for declarative configuration in a Spring application context. |
| ConnectionFactoryUtils | org.springframework.jca.cci.connection | Helper class that provides static methods for obtaining CCI Connections from a ConnectionFactory . |
| ConnectionFactoryUtils | org.springframework.jms.connection | Helper class for managing a JMS ConnectionFactory , in particular for obtaining transactional JMS resources for a given ConnectionFactory. |
| ConnectionHolder | org.springframework.jca.cci.connection | Connection holder, wrapping a CCI Connection. |
| ConnectionHolder | org.springframework.jdbc.datasource | Connection holder, wrapping a JDBC Connection. |
| ConnectionSpecConnectionFactoryAdapter | org.springframework.jca.cci.connection | An adapter for a target CCI ConnectionFactory ,
applying the given ConnectionSpec to every standard getConnection()
call, that is, implicitly invoking getConnection(ConnectionSpec)
on the target. |
| ConnectorServerFactoryBean | org.springframework.jmx.support | FactoryBean that creates a JSR-160 JMXConnectorServer,
optionally registers it with the MBeanServer and then starts it. |
| Constants | org.springframework.core | This class can be used to parse other classes containing constant definitions in public static final members. |
| ConstructorArgumentEntry | org.springframework.beans.factory.parsing | ParseState entry representing a (possibly indexed) constructor argument. |
| ConstructorArgumentValues | org.springframework.beans.factory.config | Holder for constructor argument values, typically as part of a bean definition. |
| ConstructorArgumentValues.ValueHolder | org.springframework.beans.factory.config | Holder for a constructor argument value, with an optional type attribute indicating the target type of the actual constructor argument. |
| ContextBeanFactoryReference | org.springframework.context.access | ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release. |
| ContextClosedEvent | org.springframework.context.event | Event raised when an ApplicationContext gets closed. |
| ContextExposingHttpServletRequest | org.springframework.web.context.support | HttpServletRequest decorator that makes all Spring beans in a given WebApplicationContext accessible as request attributes, through lazy checking once an attribute gets accessed. |
| ContextJndiBeanFactoryLocator | org.springframework.context.access | BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in a JNDI environment variable. |
| ContextLoader | org.springframework.web.context | Performs the actual initialization work for the root application context. |
| ContextLoaderListener | org.springframework.web.context | Bootstrap listener to start up Spring's root WebApplicationContext . |
| ContextLoaderPlugIn | org.springframework.web.struts | Struts 1.1+ PlugIn that loads a Spring application context for the Struts ActionServlet. |
| ContextLoaderServlet | org.springframework.web.context | Bootstrap servlet to start up Spring's root WebApplicationContext . |
| ContextNamespaceHandler | org.springframework.context.config | NamespaceHandler
for the 'context' namespace. |
| ContextRefreshedEvent | org.springframework.context.event | Event raised when an ApplicationContext gets initialized or refreshed. |
| ContextSingletonBeanFactoryLocator | org.springframework.context.access | Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference as an ApplicationContext instead of SingletonBeanFactoryLocator's simple BeanFactory. |
| ContextStartedEvent | org.springframework.context.event | Event raised when an ApplicationContext gets started. |
| ContextStoppedEvent | org.springframework.context.event | Event raised when an ApplicationContext gets stopped. |
| ControlFlowFactory | org.springframework.core | Static factory to conceal the automatic choice of the ControlFlow implementation class. |
| ControlFlowPointcut | org.springframework.aop.support | Pointcut and method matcher for use in simple cflow-style pointcut. |
| ControllerClassNameHandlerMapping | org.springframework.web.servlet.mvc.support | Implementation of HandlerMapping that follows a simple convention for generating URL path mappings from the class names of registered Controller and ThrowawayController beans. |
| Conventions | org.springframework.core | Provides methods to support various naming and other conventions used throughout the framework. |
| CookieGenerator | org.springframework.web.util | Helper class for cookie generation, carrying cookie descriptor settings as bean properties and being able to add and remove cookie to/from a given response. |
| CookieLocaleResolver | org.springframework.web.servlet.i18n | LocaleResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale. |
| CookieThemeResolver | org.springframework.web.servlet.theme | Implementation of ThemeResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme. |
| CronTriggerBean | org.springframework.scheduling.quartz | Convenience subclass of Quartz's CronTrigger class, making bean-style usage easier. |
| CustomAutowireConfigurer | org.springframework.beans.factory.annotation | A BeanFactoryPostProcessor implementation that allows for convenient registration of custom autowire qualifier types. |
| CustomBooleanEditor | org.springframework.beans.propertyeditors | Property editor for Boolean/boolean properties. |
| CustomCollectionEditor | org.springframework.beans.propertyeditors | Property editor for Collections, converting any source Collection to a given target Collection type. |
| CustomDateEditor | org.springframework.beans.propertyeditors | PropertyEditor for java.util.Date, supporting a custom
java.text.DateFormat. |
| CustomEditorConfigurer | org.springframework.beans.factory.config | BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors . |
| CustomizableThreadCreator | org.springframework.util | Simple customizable helper class for creating threads. |
| CustomizableThreadFactory | org.springframework.scheduling.backportconcurrent | Implementation of the JSR-166 backport ThreadFactory interface, allowing for customizing the created threads (name, priority, etc). |
| CustomizableThreadFactory | org.springframework.scheduling.concurrent | Implementation of the JDK 1.5 ThreadFactory interface, allowing for customizing the created threads (name, priority, etc). |
| CustomizableTraceInterceptor | org.springframework.aop.interceptor | MethodInterceptor implementation that allows for highly customizable
method-level tracing, using placeholders. |
| CustomMapEditor | org.springframework.beans.propertyeditors | Property editor for Maps, converting any source Map to a given target Map type. |
| CustomNumberEditor | org.springframework.beans.propertyeditors | Property editor for any Number subclass like Integer, Long, Float, Double. |
| CustomScopeConfigurer | org.springframework.beans.factory.config | Simple BeanFactoryPostProcessor implementation that registers custom Scope(s) with the containing ConfigurableBeanFactory . |
| CustomSQLErrorCodesTranslation | org.springframework.jdbc.support | JavaBean for holding Custom JDBC Error Codes translation for a particular database. |
| DaoSupport | org.springframework.dao.support | Generic base class for DAOs, defining template methods for DAO initialization. |
| DataAccessUtils | org.springframework.dao.support | Miscellaneous utility methods for DAO implementations. |
| DatabaseStartupValidator | org.springframework.jdbc.support | Bean that checks if a database has already started up. |
| DataBinder | org.springframework.validation | Binder that allows for setting property values onto a target object, including support for validation and binding result analysis. |
| DataSourceTransactionManager | org.springframework.jdbc.datasource | PlatformTransactionManager implementation for a single JDBC DataSource . |
| DataSourceUtils | org.springframework.jdbc.datasource | Helper class that provides static methods for obtaining JDBC Connections from a DataSource . |
| Db2CallMetaDataProvider | org.springframework.jdbc.core.metadata | DB2 specific implementation for the CallMetaDataProvider interface. |
| DB2SequenceMaxValueIncrementer | org.springframework.jdbc.support.incrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given DB2 sequence. |
| DebugInterceptor | org.springframework.aop.interceptor | AOP Alliance MethodInterceptor that can be introduced in a chain
to display verbose information about intercepted invocations to the logger. |
| DeclareParentsAdvisor | org.springframework.aop.aspectj | Introduction advisor delegating to the given object. |
| DecoratingClassLoader | org.springframework.core | Base class for decorating ClassLoaders such as OverridingClassLoader and ShadowingClassLoader , providing common handling of excluded packages and classes. |
| DecoratingNavigationHandler | org.springframework.web.jsf | Base class for JSF NavigationHandler implementations that want to be capable of decorating an original NavigationHandler. |
| DefaultAdvisorAdapterRegistry | org.springframework.aop.framework.adapter | Default implementation of the AdvisorAdapterRegistry interface. |
| DefaultAdvisorAutoProxyCreator | org.springframework.aop.framework.autoproxy | BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory. |
| DefaultAdvisorChainFactory | org.springframework.aop.framework | A simple but definitive way of working out an advice chain for a Method, given an Advised object. |
| DefaultAnnotationHandlerMapping | org.springframework.web.portlet.mvc.annotation | Implementation of the HandlerMapping interface that maps handlers based on portlet modes expressed through the RequestMapping annotation at the type or method level. |
| DefaultAnnotationHandlerMapping | org.springframework.web.servlet.mvc.annotation | Implementation of the HandlerMapping interface that maps handlers based on HTTP paths expressed through the RequestMapping annotation at the type or method level. |
| DefaultAopProxyFactory | org.springframework.aop.framework | Default AopProxyFactory implementation, creating either a CGLIB proxy or a JDK dynamic proxy. |
| DefaultBeanDefinitionDocumentReader | org.springframework.beans.factory.xml | Default implementation of the BeanDefinitionDocumentReader interface. |
| DefaultBeanFactoryPointcutAdvisor | org.springframework.aop.support | Concrete BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in the BeanFactory, as well as the Pointcut to be configured through a bean property. |
| DefaultBeanNameGenerator | org.springframework.beans.factory.support | Default implementation of the BeanNameGenerator interface, delegating to generateBeanName(BeanDefinition, BeanDefinitionRegistry) . |
| DefaultBindingErrorProcessor | org.springframework.validation | Default BindingErrorProcessor implementation. |
| DefaultContextLoadTimeWeaver | org.springframework.context.weaving | Default LoadTimeWeaver bean for use in an application context,
decorating an automatically detected internal LoadTimeWeaver. |
| DefaultDocumentLoader | org.springframework.beans.factory.xml | Spring's default DocumentLoader implementation. |
| DefaultIntroductionAdvisor | org.springframework.aop.support | Simple IntroductionAdvisor implementation that by default applies to any class. |
| DefaultJdoDialect | org.springframework.orm.jdo | Default implementation of the JdoDialect interface. |
| DefaultJmsActivationSpecFactory | org.springframework.jms.listener.endpoint | Default implementation of the JmsActivationSpecFactory interface. |
| DefaultJpaDialect | org.springframework.orm.jpa | Default implementation of the JpaDialect interface. |
| DefaultListableBeanFactory | org.springframework.beans.factory.support | Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definition objects. |
| DefaultLobHandler | org.springframework.jdbc.support.lob | Default implementation of the LobHandler interface. |
| DefaultLobHandler.DefaultLobCreator | org.springframework.jdbc.support.lob | Default LobCreator implementation as inner class. |
| DefaultLocatorFactory | org.springframework.context.access | A factory class to get a default ContextSingletonBeanFactoryLocator instance. |
| DefaultMessageCodesResolver | org.springframework.validation | Default implementation of the MessageCodesResolver interface. |
| DefaultMessageListenerContainer | org.springframework.jms.listener | Message listener container variant that uses plain JMS client API, specifically
a loop of MessageConsumer.receive() calls that also allow for
transactional reception of messages (registering them with XA transactions). |
| DefaultMessageListenerContainer102 | org.springframework.jms.listener | A subclass of DefaultMessageListenerContainer for the JMS 1.0.2 specification, not relying on JMS 1.1 methods like SimpleMessageListenerContainer itself. |
| DefaultMessageSourceResolvable | org.springframework.context.support | Default implementation of the MessageSourceResolvable interface. |
| DefaultMultipartActionRequest | org.springframework.web.portlet.multipart | Default implementation of the MultipartActionRequest interface. |
| DefaultMultipartHttpServletRequest | org.springframework.web.multipart.support | Default implementation of the MultipartHttpServletRequest interface. |
| DefaultNamespaceHandlerResolver | org.springframework.beans.factory.xml | Default implementation of the NamespaceHandlerResolver interface. |
| DefaultPersistenceUnitManager | org.springframework.orm.jpa.persistenceunit | Default implementation of the PersistenceUnitManager interface. |
| DefaultPointcutAdvisor | org.springframework.aop.support | Convenient Pointcut-driven Advisor implementation. |
| DefaultPropertiesPersister | org.springframework.util | Default implementation of the PropertiesPersister interface. |
| DefaultRemoteInvocationExecutor | org.springframework.remoting.support | Default implementation of the RemoteInvocationExecutor interface. |
| DefaultRemoteInvocationFactory | org.springframework.remoting.support | Default implementation of the RemoteInvocationFactory interface. |
| DefaultRequestToViewNameTranslator | org.springframework.web.servlet.view | RequestToViewNameTranslator that simply transforms the URI of the incoming request into a view name. |
| DefaultResourceLoader | org.springframework.core.io | Default implementation of the ResourceLoader interface. |
| DefaultScopedObject | org.springframework.aop.scope | Default implementation of the ScopedObject interface. |
| DefaultSessionAttributeStore | org.springframework.web.bind.support | Default implementation of the SessionAttributeStore interface, storing the attributes in the WebRequest session (i.e. |
| DefaultSingletonBeanRegistry | org.springframework.beans.factory.support | Generic registry for shared bean instances, implementing the SingletonBeanRegistry . |
| DefaultToStringStyler | org.springframework.core.style | Spring's default toString() styler. |
| DefaultTransactionAttribute | org.springframework.transaction.interceptor | Transaction attribute that takes the EJB approach to rolling back on runtime, but not checked, exceptions. |
| DefaultTransactionDefinition | org.springframework.transaction.support | Default implementation of the TransactionDefinition interface, offering bean-style configuration and sensible default values (PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false). |
| DefaultTransactionStatus | org.springframework.transaction.support | Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager . |
| DefaultValueStyler | org.springframework.core.style | Converts objects to String form, generally for debugging purposes,
using Spring's toString styling conventions. |
| DelegatePerTargetObjectIntroductionInterceptor | org.springframework.aop.support | Convenient implementation of the IntroductionInterceptor interface. |
| DelegatingActionProxy | org.springframework.web.struts | Proxy for a Spring-managed Struts Action that is defined in
ContextLoaderPlugIn's
WebApplicationContext . |
| DelegatingActionUtils | org.springframework.web.struts | Common methods for letting Struts Actions work with a Spring WebApplicationContext. |
| DelegatingConnectionFactory | org.springframework.jca.cci.connection | CCI ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory . |
| DelegatingConnectionFactory | org.springframework.jms.connection | ConnectionFactory implementation that delegates all calls
to a given target ConnectionFactory , adapting specific
create(Queue/Topic)Connection calls to the target ConnectionFactory
if necessary (e.g. |
| DelegatingDataSource | org.springframework.jdbc.datasource | JDBC DataSource implementation that delegates all calls to a given target DataSource . |
| DelegatingEntityResolver | org.springframework.beans.factory.xml | EntityResolver implementation that delegates to a BeansDtdResolver and a PluggableSchemaResolver for DTDs and XML schemas, respectively. |
| DelegatingExceptionProofRunnable | org.springframework.scheduling.support | Runnable wrapper that catches any exception or error thrown from its delegate Runnable. |
| DelegatingFilterProxy | org.springframework.web.filter | Proxy for a standard Servlet 2.3 Filter, delegating to a Spring-managed bean that implements the Filter interface. |
| DelegatingIntroductionInterceptor | org.springframework.aop.support | Convenient implementation of the IntroductionInterceptor interface. |
| DelegatingJob | org.springframework.scheduling.quartz | Simple Quartz Job adapter that delegates to a given Runnable instance. |
| DelegatingMessageSource | org.springframework.context.support | Empty MessageSource that delegates all calls to the parent MessageSource. |
| DelegatingNavigationHandlerProxy | org.springframework.web.jsf | JSF NavigationHandler implementation that delegates to a NavigationHandler bean obtained from the Spring root WebApplicationContext. |
| DelegatingPhaseListenerMulticaster | org.springframework.web.jsf | JSF PhaseListener implementation that delegates to one or more Spring-managed PhaseListener beans coming from the Spring root WebApplicationContext. |
| DelegatingRequestProcessor | org.springframework.web.struts | Subclass of Struts's default RequestProcessor that looks up
Spring-managed Struts Actions defined in
ContextLoaderPlugIn's WebApplicationContext
(or, as a fallback, in the root WebApplicationContext). |
| DelegatingServletInputStream | org.springframework.mock.web | Delegating implementation of ServletInputStream . |
| DelegatingServletOutputStream | org.springframework.mock.web | Delegating implementation of ServletOutputStream . |
| DelegatingThemeSource | org.springframework.ui.context.support | Empty ThemeSource that delegates all calls to the parent ThemeSource. |
| DelegatingTilesRequestProcessor | org.springframework.web.struts | Subclass of Struts's TilesRequestProcessor that autowires Struts Actions defined in ContextLoaderPlugIn's WebApplicationContext (or, as a fallback, in the root WebApplicationContext). |
| DelegatingTimerListener | org.springframework.scheduling.commonj | Simple TimerListener adapter that delegates to a given Runnable. |
| DelegatingTimerTask | org.springframework.scheduling.timer | Simple TimerTask adapter that delegates to a given Runnable . |
| DelegatingTransactionAttribute | org.springframework.transaction.interceptor | TransactionAttribute implementation that delegates all calls to a given target TransactionAttribute. |
| DelegatingVariableResolver | org.springframework.web.jsf | JSF 1.1 VariableResolver that first delegates to the Spring
root WebApplicationContext, then to the original resolver
of the underlying JSF implementation. |
| DelegatingWork | org.springframework.jca.work | Simple Work adapter that delegates to a given Runnable. |
| DelegatingWork | org.springframework.scheduling.commonj | Simple Work adapter that delegates to a given Runnable. |
| DependencyDescriptor | org.springframework.beans.factory.config | Descriptor for a specific dependency that is about to be injected. |
| DependencyInjectionTestExecutionListener | org.springframework.test.context.support | TestExecutionListener which provides support for dependency
injection and initialization of test instances. |
| DerbyCallMetaDataProvider | org.springframework.jdbc.core.metadata | Derby specific implementation for the CallMetaDataProvider interface. |
| DerbyMaxValueIncrementer | org.springframework.jdbc.support.incrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given Derby table with the equivalent of an auto-increment column. |
| DescriptiveResource | org.springframework.core.io | Simple Resource implementation that holds a resource description but does not point to an actually readable resource. |
| DirectFieldAccessor | org.springframework.beans | PropertyAccessor implementation that directly accesses instance fields. |
| DirectFieldBindingResult | org.springframework.validation | Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects. |
| DirtiesContextTestExecutionListener | org.springframework.test.context.support | TestExecutionListener which processes test methods configured
with the @DirtiesContext annotation. |
| DispatchActionSupport | org.springframework.web.struts | Convenience class for Spring-aware Struts 1.1+ DispatchActions. |
| DispatcherPortlet | org.springframework.web.portlet | Central dispatcher for use within the Portlet MVC framework, e.g. |
| DispatcherServlet | org.springframework.web.servlet | Central dispatcher for HTTP request handlers/controllers, e.g. |
| DispatcherServletWebRequest | org.springframework.web.servlet.handler | ServletWebRequest that is aware of DispatcherServlet's request context, such as the Locale determined by a LocaleResolver. |
| DocumentDefaultsDefinition | org.springframework.beans.factory.xml | Simple JavaBean that holds the defaults specified at the %lt;beans>
level in a standard Spring XML bean definition document:
default-lazy-init, default-autowire, etc |
| DomUtils | org.springframework.util.xml | Convenience methods for working with the DOM API, in particular for working with DOM Nodes and DOM Elements. |
| DriverManagerDataSource | org.springframework.jdbc.datasource | Simple implementation of the standard JDBC DataSource interface, configuring
a plain old JDBC Driver via bean properties, and returning a new Connection
for every getConnection call. |
| DynamicDestinationResolver | org.springframework.jms.support.destination | Simple DestinationResolver implementation resolving destination names as dynamic destinations. |
| DynamicMethodMatcher | org.springframework.aop.support | Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime. |
| DynamicMethodMatcherPointcut | org.springframework.aop.support | Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts. |
| EclipseLinkJpaDialect | org.springframework.orm.jpa.vendor | JpaDialect implementation for Eclipse Persistence Services (EclipseLink). |
| EclipseLinkJpaVendorAdapter | org.springframework.orm.jpa.vendor | JpaVendorAdapter implementation for Eclipse Persistence Services (EclipseLink). |
| EhCacheFactoryBean | org.springframework.cache.ehcache | FactoryBean that creates a named EHCache Cache instance (or a decorator that implements the Ehcache interface), representing a cache region within an EHCache CacheManager . |
| EhCacheManagerFactoryBean | org.springframework.cache.ehcache | FactoryBean that exposes an EHCache CacheManager instance (independent or shared), configured from a specified config location. |
| EisOperation | org.springframework.jca.cci.object | Base class for EIS operation objects that work with the CCI API. |
| Ejb3TransactionAnnotationParser | org.springframework.transaction.annotation | Strategy implementation for parsing EJB3's TransactionAttribute annotation. |
| EmptyReaderEventListener | org.springframework.beans.factory.parsing | Empty implementation of the ReaderEventListener interface, providing no-op implementations of all callback methods. |
| EmptyTargetSource | org.springframework.aop.target | Canonical TargetSource when there is no target
(or just the target class known), and behavior is supplied
by interfaces and advisors only. |
| EncodedResource | org.springframework.core.io.support | Holder that combines a Resource with a specific encoding to be used for reading from the resource. |
| EntityManagerFactoryAccessor | org.springframework.orm.jpa | Base class for any class that needs to access an EntityManagerFactory, usually in order to obtain an EntityManager. |
| EntityManagerFactoryUtils | org.springframework.orm.jpa | Helper class featuring methods for JPA EntityManager handling, allowing for reuse of EntityManager instances within transactions. |
| Search |




