| Library: | Spring |
| Version: | 2.0.RC1 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbstractAdvisorAutoProxyCreator | org.springframework.aop.framework.autoproxy | Abstract BeanPostProcessor implementation that creates AOP proxies. |
| 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 | Superclass for Spring Advices wrapping an AspectJ aspect or 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. |
| AbstractAutoProxyCreator | org.springframework.aop.framework.autoproxy | BeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself. |
| AbstractAutowireCapableBeanFactory | org.springframework.beans.factory.support | Abstract BeanFactory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class. |
| AbstractBeanDefinition | org.springframework.beans.factory.support | Base class for bean definition objects, 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 superclass for BeanFactory implementations, implementing the ConfigurableBeanFactory SPI interface. |
| 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 TargetSourceCreators that require creating multiple instances of a prototype bean. |
| 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 superclass for view resolvers. |
| 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.support | 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. |
| 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 | 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 "uninteresting" glue. |
| AbstractDependencyInjectionSpringContextTests | org.springframework.test | Convenient superclass for tests depending on a Spring context. |
| AbstractEntityManagerFactoryBean | org.springframework.orm.jpa | Abstract support for FactoryBeans that create a local JPA EntityManagerFactory instance. |
| AbstractExcelView | org.springframework.web.servlet.view.document | Convenient superclass for Excel document views. |
| AbstractExpressionPointcut | org.springframework.aop.support | Abstract superclass for expression pointcuts. |
| 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 fallback policy of 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. |
| AbstractGenericLabeledEnum | org.springframework.core.enums | Base class for labeled enum instances that aren't static. |
| AbstractHandlerMapping | org.springframework.web.portlet.handler | Abstract base class for HandlerMapping implementations. |
| AbstractHandlerMapping | org.springframework.web.servlet.handler | Abstract base class for HandlerMapping implementations. |
| 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. |
| AbstractJasperReportsSingleFormatView | org.springframework.web.servlet.view.jasperreports | Extends AbstractJasperReportsView to provide basic rendering logic for
views that are fixed format, i.e. |
| AbstractJasperReportsView | org.springframework.web.servlet.view.jasperreports | Base class for all JasperReports views. |
| AbstractJExcelView | org.springframework.web.servlet.view.document | Convenient superclass for Excel document views. |
| AbstractJmsMessageDrivenBean | org.springframework.ejb.support | Convenient superclass for JMS 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 subclasses. |
| AbstractLabeledEnum | org.springframework.core.enums | Abstract base superclass for LabeledEnum implementations. |
| AbstractLazyCreationTargetSource | org.springframework.aop.target | TargetSource that will lazily create a user-managed object. |
| AbstractLoadTimeWeaver | org.springframework.instrument.classloading | Abstract base implementation of the LoadTimeWeaver interface, providing access to the current context class loader and creating a simple throwaway class loader by default. |
| 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.hibernate.support | Abstract base class for Hibernate UserType implementations that map to LOBs. |
| 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. |
| 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 superclass for MDBs. |
| 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 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. |
| AbstractMultipartHttpServletRequest | org.springframework.web.multipart.support | Abstract base implementation of the MultipartHttpServletRequest interface. |
| AbstractOverridingClassLoader | org.springframework.instrument.classloading | Abstract superclass for class loaders that do not always delegate to their parent loader, as normal class loaders do. |
| 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 allows for easy implementation of concrete platform transaction managers like JtaTransactionManager and DataSourceTransactionManager. |
| AbstractPointcutAdvisor | org.springframework.aop.support | Abstract base class for PointcutAdvisor implementations. |
| AbstractPoolingServerSessionFactory | org.springframework.jms.listener.serversession | Abstract base class for ServerSessionFactory implementations that pool ServerSessionFactory instances. |
| AbstractPoolingTargetSource | org.springframework.aop.target | Abstract superclass for pooling TargetSources that maintains 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 ConfigurablePropertyAccessor 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 | Extends the AbstractMBeanInfoAssembler 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 that are supposed to support multiple refreshs, creating a new internal bean factory instance every time. |
| AbstractRefreshablePortletApplicationContext | org.springframework.web.portlet.context | AbstractRefreshableApplicationContext subclass that 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 that implements the ConfigurableWebApplicationContext interface for web environments. |
| AbstractRegexpMethodPointcut | org.springframework.aop.support | Abstract base regular expression pointcut bean. |
| AbstractRemoteSlsbInvokerInterceptor | org.springframework.ejb.access | Superclass for interceptors proxying remote Stateless Session Beans. |
| AbstractRequestAttributesScope | org.springframework.web.context.scope | 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. |
| AbstractSequenceMaxValueIncrementer | org.springframework.jdbc.support.incrementer | Abstract base class for incrementers that use a database sequence. |
| AbstractSessionFactory | org.springframework.orm.toplink | Abstract SessionFactory implementation that creates proxies for "managed" client Sessions and transaction-aware Session references. |
| AbstractSimpleBeanDefinitionParser | org.springframework.beans.factory.xml | No description provided. |
| AbstractSingleBeanDefinitionParser | org.springframework.beans.factory.xml | No description provided. |
| AbstractSingletonProxyFactoryBean | org.springframework.aop.framework | Convenient proxy factory bean superclass for proxy factory beans that create only singletons. |
| AbstractSlsbInvokerInterceptor | org.springframework.ejb.access | Superclass for AOP interceptors invoking local or remote Stateless Session Beans. |
| AbstractSpringContextTests | org.springframework.test | Superclass for JUnit test cases using a Spring context. |
| 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 superclass for stateful session beans. |
| AbstractStatelessSessionBean | org.springframework.ejb.support | Convenient superclass for stateless session beans (SLSBs), minimizing the work involved in implementing an SLSB and preventing common errors. |
| AbstractTemplateView | org.springframework.web.servlet.view | AbstractTemplateView provides 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 like VelocityViewResolver and FreeMarkerViewResolver. |
| 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. |
| AbstractTransactionalSpringContextTests | org.springframework.test | Convenient superclass for tests that should occur in a transaction, but normally will roll the transaction back on the completion of each test. |
| AbstractTransactionStatus | org.springframework.transaction.support | Abstract base implementation of the TransactionStatus interface. |
| 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 URL. |
| AbstractView | org.springframework.web.servlet.view | Abstract View superclass. |
| 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 abstract superclass 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 (i.e., 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. |
| ActionServletAwareProcessor | org.springframework.web.struts | BeanPostProcessor implementation that passes the ActionServlet to beans that extend the Struts Action class. |
| ActionSupport | org.springframework.web.struts | Convenience class for Spring-aware Struts 1.1+ Actions. |
| AdvisedSupport | org.springframework.aop.framework | Superclass for AOP proxy configuration managers. |
| AdvisorAdapterRegistrationManager | org.springframework.aop.framework.adapter | BeanPostProcessor implementation that "registers" instances of any non-default AdvisorAdapters with GlobalAdvisorAdapterRegistry. |
| AdvisorChainFactoryUtils | org.springframework.aop.framework | Utility methods for use by AdviceChainFactory implementations. |
| AdvisorComponentDefinition | org.springframework.aop.config | No description provided. |
| AfterReturningAdviceInterceptor | org.springframework.aop.framework.adapter | Interceptor to wrap a MethodAfterReturningAdvice. |
| AnnotationAwareAspectJAutoProxyCreator | org.springframework.aop.aspectj.annotation | InvocationContextExposingAdvisorAutoProxyCreator subclass that processes all AspectJ annotation classes in the current application context, as well as Spring Advisors. |
| 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. |
| AnnotationJmxAttributeSource | org.springframework.jmx.export.annotation | Implementation of the JmxAttributeSource interface that
reads JDK 1.5+ annotations and exposes the corresponding attributes. |
| 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 |
| AnnotationUtils | org.springframework.core.annotation | General utility methods for working with annotations. |
| AntPathMatcher | org.springframework.util | PathMatcher implementation for Ant-style path patterns. |
| 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 | Miscellaneous utilities for AOP proxy users and AOP proxy implementations. |
| AopUtils | org.springframework.aop.support | Utility methods used by the AOP framework and by AOP proxy factories. |
| ApplicationContextAwareProcessor | org.springframework.context.support | BeanPostProcessor implementation that passes the ApplicationContext to beans that implement the ResourceLoaderAware, ApplicationEventPublisherAware, MessageSourceAware and/or ApplicationContextAware interfaces. |
| 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 BeanWrapperImpl. |
| AspectComponentDefinition | org.springframework.aop.config | No description provided. |
| AspectJAdviceParameterNameDiscoverer | org.springframework.aop.aspectj | Implementation of ParameterNameDiscover 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 | No description provided. |
| AspectJAroundAdvice | org.springframework.aop.aspectj | Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method. |
| AspectJExpressionPointcut | org.springframework.aop.aspectj | Spring pointcut that uses the AspectJ weaver. |
| AspectJExpressionPointcutAdvisor | org.springframework.aop.aspectj | Spring AOP Advisor that can be used for any AspectJ pointcut expression. |
| AspectJInvocationContextExposingAdvisorAutoProxyCreator | org.springframework.aop.aspectj.autoproxy | An InvocationContextExposingAdvisorAutoProxyCreator that understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect. |
| AspectJMethodBeforeAdvice | org.springframework.aop.aspectj | Spring AOP advice that wraps an AspectJ before method. |
| AspectJPointcutAdvisor | org.springframework.aop.aspectj | AspectJPointcutAdvisor enforces the rule that the pointcut reference held by this advisor must be to the same pointcut instance as that held by the associated (AspectJ) advice. |
| AspectJProxyFactory | org.springframework.aop.aspectj.annotation | No description provided. |
| AspectJProxyUtils | org.springframework.aop.aspectj | Utility methods for working with AspectJ proxies. |
| 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. |
| AspectJWeavingTransformer | org.springframework.instrument.classloading | AspectJ based-WeavingTransfomer. |
| 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 | Assert utility class that assists in validating arguments. |
| AssertThrows | org.springframework.test | Simple method object encapsulation of the 'test-for-Exception' scenario (for JUnit). |
| 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. |
| 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.support | No description provided. |
| BeanConfigurerSupport | org.springframework.beans.factory.wiring | Convenient superclass 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. |
| 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 readers implementations. |
| BeanDefinitionRegistryBuilder | org.springframework.beans.factory.support | Programmatic builder-style object to make it easier to construct bean definitions. |
| BeanDefinitionVisitor | org.springframework.beans.factory.config | Visitor base class for traversing BeanDefinition objects and the MutablePropertyValues and ConstructorArgumentValues contained in them. |
| BeanEntry | org.springframework.beans.factory.parsing | ParseState entry representing a bean definition. |
| BeanFactoryAspectInstanceFactory | org.springframework.aop.aspectj.annotation | AspectInstanceFactory backed by Spring IoC bean. |
| BeanFactoryAspectInstanceFactory | org.springframework.aop.config | Implementation of AspectInstanceFactory that locates the aspect from the BeanFactory using a configured bean name. |
| BeanFactoryBootstrap | org.springframework.beans.factory.access | One singleton to rule them all. |
| BeanFactoryDataSourceLookup | org.springframework.jdbc.datasource.lookup | DataSourceLookup implementation base don 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. |
| 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 to 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 registration and evaluation of binding errors on JavaBean objects. |
| 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 | Class holding wiring metadata information about a bean definition. |
| BeanWrapperImpl | org.springframework.beans | Default implementation of the BeanWrapper interface 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. |
| BindUtils | org.springframework.web.bind | Offers convenience methods for binding servlet request parameters to objects, including optional validation. |
| BlobByteArrayType | org.springframework.orm.hibernate.support | Hibernate UserType implementation for byte arrays that get mapped to BLOBs. |
| 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.hibernate.support | Hibernate UserType implementation for arbitrary objects that get serialized 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.hibernate.support | Hibernate UserType implementation for Strings that get mapped 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 | Interceptor for accessing a Burlap service. |
| BurlapProxyFactoryBean | org.springframework.remoting.caucho | Factory bean for Burlap proxies. |
| BurlapServiceExporter | org.springframework.remoting.caucho | Web controller 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. |
| CachingMapDecorator | org.springframework.util | A simple decorator for a Map, encapsulating the workflow for caching expensive values in a target Map. |
| 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. |
| CancellableFormController | org.springframework.web.servlet.mvc | Extension of |
| CauchoRemoteAccessor | org.springframework.remoting.caucho | Common base class for Hessian/Burlap accessors (HessianClientInterceptor and BurlapClientInterceptor), factoring out common properties. |
| CciDaoSupport | org.springframework.jca.cci.core.support | Convenient super class for CCI data access objects. |
| CciLocalTransactionManager | org.springframework.jca.cci.connection | PlatformTransactionManager implementation that performs local transactions on 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. |
| Cglib2AopProxy | org.springframework.aop.framework | CGLIB2-based AopProxy implementation for the Spring AOP framework. |
| Cglib2AopProxy.SerializableNoOp | org.springframework.aop.framework | Serializable replacement for CGLIB's NoOp interface. |
| CglibSubclassingInstantiationStrategy | org.springframework.beans.factory.support | Default object instantiation strategy for use in BeanFactories. |
| 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 java.lang.Character, to populate a property
of type Character or char from a String value. |
| CharacterEncodingFilter | org.springframework.web.filter | Servlet 2.3 Filter that allows one to specify a character encoding for requests. |
| CharArrayPropertyEditor | org.springframework.beans.propertyeditors | Editor for char arrays. |
| 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 who inherit settings from their parent. |
| ClassEditor | org.springframework.beans.propertyeditors | Editor for java.lang.Class, to directly populate a Class property
instead of using a String class name property as bridge. |
| ClassFilters | org.springframework.aop.support | Static methods useful 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, which looks for a bean with the same name as the fully-qualified class name. |
| ClassPathResource | org.springframework.core.io | Resource implementation for class path resources. |
| ClassPathXmlApplicationContext | org.springframework.context.support | Standalone XML application context, taking the context definition files from the class path. |
| ClassUtils | org.springframework.util | Miscellaneous class utility methods. |
| ClobStringType | org.springframework.orm.hibernate.support | Hibernate UserType implementation for Strings that get mapped to CLOBs. |
| 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 JDK 1.4+ extended collections and Commons Collection 3.x's corresponding versions for older JDKs. |
| 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. |
| 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. |
| 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. |
| 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 higher. |
| 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 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 higher. |
| 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. |
| ComposablePointcut | org.springframework.aop.support | Convenient class for building up pointcuts. |
| 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. |
| 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 tests that allows conditional test execution at 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. |
| ConnectionFactoryUtils | org.springframework.jca.cci.connection | Helper class that provides static methods to obtain CCI Connections from a ConnectionFactory, and to close Connections if necessary. |
| ConnectionHolder | org.springframework.jms.connection | Connection holder, wrapping a JMS Connection and a JMS Session. |
| ConnectionHolder | org.springframework.jdbc.datasource | Connection holder, wrapping a JDBC Connection. |
| ConnectionHolder | org.springframework.jca.cci.connection | Connection holder, wrapping a CCI Connection. |
| ConnectionSpecConnectionFactoryAdapter | org.springframework.jca.cci.connection | An adapter for a target ConnectionFacory, 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. |
| ConsoleListener | org.springframework.context.event | Simple listener for debug use only that logs messages to the console. |
| 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 constructor argument. |
| ConstructorArgumentValues | org.springframework.beans.factory.config | Holder for constructor argument values, 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. |
| 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. |
| 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 definition as an ApplicationContext instead of SingletonBeanFactoryLocator's BeanFactory. |
| ControlFlowFactory | org.springframework.core | Static factory to conceal automatic choice of Java 1.4 or 1.3 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 | Implementation of LocaleResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the 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. |
| CosMailSenderImpl | org.springframework.mail.cos | Simple implementation of SMTP mail sending on top of Jason Hunter's MailMessage class that's included in COS (com.oreilly.servlet). |
| CosMultipartHttpServletRequest | org.springframework.web.multipart.cos | MultipartHttpServletRequest implementation for Jason Hunter's COS. |
| CosMultipartResolver | org.springframework.web.multipart.cos | MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet). |
| CronTriggerBean | org.springframework.scheduling.quartz | Convenience subclass of Quartz' CronTrigger class that eases bean-style usage. |
| 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. |
| CustomizableTraceInterceptor | org.springframework.aop.interceptor | MethodInterceptor implementation that allows for highly customizable
method-level tracing, using placeholders. |
| CustomNumberEditor | org.springframework.beans.propertyeditors | Property editor for any Number subclass like Integer, Long, Float, Double. |
| 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 binding property values to a target object. |
| DataSourceTransactionManager | org.springframework.jdbc.datasource | PlatformTransactionManager implementation for a single JDBC DataSource. |
| DataSourceUtils | org.springframework.jdbc.datasource | Helper class that provides static methods to obtain JDBC Connections from a DataSource, and to close Connections if necessary. |
| 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. |
| 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. |
| DefaultAopProxyFactory | org.springframework.aop.framework | Simple implementation of AopProxyFactory, either creating a CGLIB proxy or a JDK dynamic proxy. |
| DefaultBeanDefinitionDocumentReader | org.springframework.beans.factory.xml | Default implementation of the BeanDefinitionDocumentReader interface. |
| DefaultBindingErrorProcessor | org.springframework.validation | Default BindingErrorProcessor implementation. |
| DefaultDocumentLoader | org.springframework.beans.factory.xml | No description provided. |
| 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. |
| 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 definitions. |
| DefaultLobHandler | org.springframework.jdbc.support.lob | Default implementation of the LobHandler interface. |
| DefaultLobHandler.DefaultLobCreator | org.springframework.jdbc.support.lob | No description provided. |
| 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 that uses plain JMS client API, specifically
looped 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 that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by 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 NamespaceHandler . |
| 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 | Default implementation of the RequestToViewNameTranslator interface that simply transforms the URI of the incoming request into the view name. |
| DefaultResourceLoader | org.springframework.core.io | Default implementation of the ResourceLoader interface. |
| DefaultScopedObject | org.springframework.aop.scope | Simple implementation of the ScopedObject interface that simply delegates the
remove() call to the underlying BeanFactory's destroyScopedBean. |
| 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. |
| DelegatePerTargetObjectDelegatingIntroductionInterceptor | org.springframework.aop.support | Convenient implementation of the IntroductionInterceptor interface. |
| DelegatingActionProxy | org.springframework.web.struts | Proxy for a Spring-managed Struts Action that's 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 | ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory. |
| DelegatingDataSource | org.springframework.jdbc.datasource | 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. |
| 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. |
| 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 VariableResolver that first delegates to the original resolver of the underlying JSF implementation, then to the Spring root WebApplicationContext. |
| DelegatingWork | org.springframework.scheduling.commonj | Simple Work adapter that delegates to a given Runnable. |
| 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. |
| 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 use within the web MVC framework, e.g. |
| 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. |
| DynamicMethodMatcherPointcutAdvisor | org.springframework.aop.support | Convenient superclass for Advisors that are also dynamic pointcuts. |
| EhCacheFactoryBean | org.springframework.cache.ehcache | FactoryBean that creates a named EHCache Cache object, representing a cache region. |
| EhCacheManagerFactoryBean | org.springframework.cache.ehcache | FactoryBean that exposes a EHCache CacheManager singleton, configured from a specified config location. |
| EisOperation | org.springframework.jca.cci.object | Base class for EIS operation objects that work with the CCI API. |
| EmptyTargetSource | org.springframework.aop.target | Canonical TargetSource when there's no target, and behavior is supplied by interfaces and advisors. |
| EncodedResource | org.springframework.core.io.support | Holder that combines a Resource with an encoding. |
| EntityManagerFactoryUtils | org.springframework.orm.jpa | Helper class featuring methods for JPA EntityManager handling, allowing for reuse of EntityManager instances within transactions. |
| EntityManagerHolder | org.springframework.orm.jpa | Holder wrapping a JPA EntityManager. |
| ErrorsTag | org.springframework.web.servlet.tags.form | No description provided. |
| EscapeBodyTag | org.springframework.web.servlet.tags | Custom JSP tag to escape its enclosed body content, applying HTML escaping and/or JavaScript escaping. |
| EscapedErrors | org.springframework.web.bind | Errors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views. |
| EventPublicationInterceptor | org.springframework.context.event | Interceptor that publishes an ApplicationEvent to all ApplicationListeners registered with an ApplicationEventPublisher (typically an ApplicationContext), after each successful method invocation. |
| ExpectedLookupTemplate | org.springframework.mock.jndi | Simple implementation of JndiTemplate interface that always returns a given object. |
| ExposeBeanNameAdvisors | org.springframework.aop.interceptor | Convenient methods for creating advisors that may be used when autoproxying beans created with the Spring IoC container, binding the bean name to the current invocation. |
| ExposeInvocationInterceptor | org.springframework.aop.interceptor | Interceptor that exposes the current MethodInvocation. |
| ExpressionEvaluationUtils | org.springframework.web.util | Convenience methods for easy access to the JSP 2.0 ExpressionEvaluator or the ExpressionEvaluatorManager of Jakarta's JSTL implementation. |
| ExtendedEntityManagerCreator | org.springframework.orm.jpa | Factory for dynamic EntityManager proxies that follow the JPA spec's semantics for "extended" EntityManagers. |
| FacesContextUtils | org.springframework.web.jsf | Convenience methods to retrieve the root WebApplicationContext for a given FacesContext. |
| FailFastProblemReporter | org.springframework.beans.factory.parsing | Simple implementation of the ProblemReporter that exhibits fail-fast behaviour when errors are encountered. |
| FieldError | org.springframework.validation | Class that encapsulates a field error, that is, a reason for rejecting a specific field value. |
| FieldRetrievingFactoryBean | org.springframework.beans.factory.config | FactoryBean which retrieves a static or non-static field value. |
| FileCopyUtils | org.springframework.util | Simple utility methods for file and stream copying. |
| FileEditor | org.springframework.beans.propertyeditors | Editor for java.io.File, to directly populate a File property
from a Spring resource location. |
| FileSystemResource | org.springframework.core.io | Resource implementation for java.io.File handles. |
| FileSystemResourceLoader | org.springframework.core.io | ResourceLoader implementation that resolves paths as file system resources rather than as class path resources (DefaultResourceLoader's strategy). |
| FileSystemXmlApplicationContext | org.springframework.context.support | Standalone XML application context, taking the context definition files from the file system or from URLs. |
| FilterDefinitionFactoryBean | org.springframework.orm.hibernate3 | Convenient FactoryBean for defining Hibernate FilterDefinitions. |
| FixedLocaleResolver | org.springframework.web.servlet.i18n | Implementation of LocaleResolver that always returns a fixed default Locale. |
| FixedThemeResolver | org.springframework.web.servlet.theme | Implementation of ThemeResolver that simply uses a fixed theme. |
| FormatHelper | org.springframework.web.servlet.view.xslt | Xalan extension functions to provide date and currency formatting beyond the capabilities of XSLT 1.0 or 1.1. |
| FormTag | org.springframework.web.servlet.tags.form | Data-binding aware JSP tag for rendering an HTML 'form' whose
inner elements are bound to properties on a command object . |
| FrameworkPortlet | org.springframework.web.portlet | Base portlet for portlets within the portlet framework. |
| FrameworkServlet | org.springframework.web.servlet | Base servlet for servlets within the web framework. |
| FreeMarkerConfigurationFactory | org.springframework.ui.freemarker | Factory that configures a FreeMarker Configuration. |
| FreeMarkerConfigurationFactoryBean | org.springframework.ui.freemarker | Factory bean that creates a FreeMarker Configuration and provides it as bean reference. |
| FreeMarkerConfigurer | org.springframework.web.servlet.view.freemarker | JavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties. |
| FreeMarkerTemplateUtils | org.springframework.ui.freemarker | Utility class for working with FreeMarker. |
| FreeMarkerView | org.springframework.web.servlet.view.freemarker | View using the FreeMarker template engine. |
| FreeMarkerViewResolver | org.springframework.web.servlet.view.freemarker | Convenience subclass of UrlBasedViewResolver that supports FreeMarkerView (i.e. |
| GeneratedKeyHolder | org.springframework.jdbc.support | An implementation of the KeyHolder interface, to be used for holding auto-generated keys as potentially returned by JDBC insert statements. |
| GenericApplicationContext | org.springframework.context.support | Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format. |
| GenericBeanFactoryAccessor | org.springframework.beans.factory.generic | Simple wrapper around a ListableBeanFactory that provides typed, generics-based access to key methods. |
| GenericCollectionTypeResolver | org.springframework.core | Helper class for determining element types of collections and maps. |
| GenericFilterBean | org.springframework.web.filter | Simple base implementation of javax.servlet.Filter that treats
its config parameters as bean properties. |
| GenericWebApplicationContext | org.springframework.web.context.support | Subclass of GenericApplicationContext, suitable for web environments. |
| GlobalAdvisorAdapterRegistry | org.springframework.aop.framework.adapter | Singleton to publish a shared DefaultAdvisorAdapterRegistry instance. |
| GroovyScriptFactory | org.springframework.scripting.groovy | ScriptFactory implementation for a Groovy script. |
| HandlerExecutionChain | org.springframework.web.portlet | Handler execution chain, consisting of handler object and any preprocessing interceptors. |
| HandlerExecutionChain | org.springframework.web.servlet | Handler execution chain, consisting of handler object and any preprocessing interceptors. |
| HandlerInterceptorAdapter | org.springframework.web.portlet.handler | Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors. |
| HandlerInterceptorAdapter | org.springframework.web.servlet.handler | Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors. |
| HashMapCachingAdvisorChainFactory | org.springframework.aop.framework | AdvisorChainFactory implementation that caches by method. |
| HessianClientInterceptor | org.springframework.remoting.caucho | Interceptor for accessing a Hessian service. |
| HessianProxyFactoryBean | org.springframework.remoting.caucho | Factory bean for Hessian proxies. |
| HessianServiceExporter | org.springframework.remoting.caucho | Web controller that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy. |
| HibernateAccessor | org.springframework.orm.hibernate | Base class for HibernateTemplate and HibernateInterceptor, defining common properties like SessionFactory and flushing behavior. |
| HibernateAccessor | org.springframework.orm.hibernate3 | Base class for HibernateTemplate and HibernateInterceptor, defining common properties like SessionFactory and flushing behavior. |
| HibernateDaoSupport | org.springframework.orm.hibernate.support | Convenient super class for Hibernate data access objects. |
| HibernateDaoSupport | org.springframework.orm.hibernate3.support | Convenient super class for Hibernate data access objects. |
| HibernateInterceptor | org.springframework.orm.hibernate | This interceptor binds a new Hibernate Session to the thread before a method call, closing and removing it afterwards in case of any method outcome. |
| HibernateInterceptor | org.springframework.orm.hibernate3 | This interceptor binds a new Hibernate Session to the thread before a method call, closing and removing it afterwards in case of any method outcome. |
| HibernateJpaDialect | org.springframework.orm.jpa.vendor | Hibernate-specific JpaDialect implementation. |
| HibernateJpaVendorAdapter | org.springframework.orm.jpa.vendor | Hibernate-specific JpaVendorAdapter implementation. |
| HibernateTemplate | org.springframework.orm.hibernate | Helper class that simplifies Hibernate data access code, and converts
checked HibernateExceptions into unchecked DataAccessExceptions,
following the org.springframework.dao exception hierarchy. |
| HibernateTemplate | org.springframework.orm.hibernate3 | Helper class that simplifies Hibernate data access code, and converts
checked HibernateExceptions into unchecked DataAccessExceptions,
following the org.springframework.dao exception hierarchy. |
| HibernateTransactionManager | org.springframework.orm.hibernate | PlatformTransactionManager implementation for a single Hibernate SessionFactory. |
| HibernateTransactionManager | org.springframework.orm.hibernate3 | PlatformTransactionManager implementation for a single Hibernate SessionFactory. |
| HiddenInputTag | org.springframework.web.servlet.tags.form | Data-binding aware JSP tag for rendering a hidden HTML 'input' field
containing the databound value. |
| HotSwappableTargetSource | org.springframework.aop.target | Implementation of TargetSource interface that caches a local target object, but allows the target to be swapped while the application is running. |
| HsqlMaxValueIncrementer | org.springframework.jdbc.support.incrementer | Class to increment maximum value of a given HSQL table with the equivalent of an auto-increment column. |
| HtmlEscapeTag | org.springframework.web.servlet.tags | Sets default HTML escape value for the current page. |
| HtmlEscapingAwareTag | org.springframework.web.servlet.tags | Superclass for tags that output content that might get HTML-escaped. |
| HtmlUtils | org.springframework.web.util | Utility class for HTML escaping. |
| HttpInvokerClientInterceptor | org.springframework.remoting.httpinvoker | Interceptor for accessing an HTTP invoker service. |
| HttpInvokerProxyFactoryBean | org.springframework.remoting.httpinvoker | Factory bean for HTTP invoker proxies. |
| HttpInvokerServiceExporter | org.springframework.remoting.httpinvoker | Web controller that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy. |
| HttpRequestHandlerAdapter | org.springframework.web.servlet.mvc | Adapter to use the plain HttpRequestHandler interface with the generic DispatcherServlet. |
| HttpRequestHandlerServlet | org.springframework.web.context.support | Simple HttpServlet that delegates to an HttpRequestHandler bean defined in Spring's root web application context. |
| HttpServletBean | org.springframework.web.servlet | Simple extension of javax.servlet.http.HttpServlet that treats
its config parameters as bean properties. |
| HttpSessionMutexListener | org.springframework.web.util | Servlet 2.3+ HttpSessionListener that automatically exposes the session mutex when an HttpSession gets created. |
| IdentityNamingStrategy | org.springframework.jmx.export.naming | An implementation of the ObjectNamingStrategy interface that
creates a name based on the the identity of a given instance. |
| IdTransferringMergeEventListener | org.springframework.orm.hibernate3.support | Extension of Hibernate's DefaultMergeEventListener, transferring the ids
of newly saved objects to the corresponding original objects (that are part
of the detached object graph passed into the merge method). |
| InputStreamEditor | org.springframework.beans.propertyeditors | One-way PropertyEditor, which can convert from a text string to a
java.io.InputStream, allowing InputStream properties
to be set directly as a text string. |
| InputStreamResource | org.springframework.core.io | Resource implementation for a given InputStream. |
| InputTag | org.springframework.web.servlet.tags.form | Databinding-aware JSP tag for rendering an HTML 'input'
element with a 'type' of 'text'. |
| InstantiationAwareBeanPostProcessorAdapter | org.springframework.beans.factory.config | Adapter implementing all methods on InstantiationAwareBeanPostProcessor as no-ops, which will not change normal processing of each bean instantiated by the container. |
| InstrumentationLoadTimeWeaver | org.springframework.instrument.classloading | Load time weaver relying on Instrumentation. |
| InstrumentationSavingAgent | org.springframework.instrument | Java agent that saves the Instrumentation interface from the JVM for later use. |
| InterfaceBasedMBeanInfoAssembler | org.springframework.jmx.export.assembler | Subclass of AbstractReflectiveMBeanInfoAssembler that allows for
the management interface of a bean to be defined using arbitrary interfaces. |
| InternalPathMethodNameResolver | org.springframework.web.servlet.mvc.multiaction | Simple implementation of MethodNameResolver that maps URL to method name. |
| InternalResourceView | org.springframework.web.servlet.view | Wrapper for a JSP or other resource within the same web application. |
| InternalResourceViewResolver | org.springframework.web.servlet.view | Convenience subclass of UrlBasedViewResolver that supports InternalResourceView (i.e. |
| InternetAddressEditor | org.springframework.mail.javamail | Editor for java.mail.internet.InternetAddress,
to directly populate an InternetAddress property. |
| IntroductionInfoSupport | org.springframework.aop.support | Support for implementations of IntroductionAdvice. |
| IntrospectorCleanupListener | org.springframework.web.util | Listener that flushes the JavaBeans Introspector cache on web app shutdown. |
| InvertibleComparator | org.springframework.util.comparator | A decorator for a comparator, with an "ascending" flag denoting whether comparison results should be treated in forward (standard ascending) order or flipped for reverse (descending) order. |
| InvocationContextExposingAdvisorAutoProxyCreator | org.springframework.aop.framework.autoproxy | Extension of DefaultAdvisorAutoProxyCreator that adds an ExposeInvocationInterceptor to the beginning of the advice chain. |
| JamonPerformanceMonitorInterceptor | org.springframework.aop.interceptor | Performance monitor interceptor that uses JAMon library to perform the performance measurement on the intercepted method and output the stats. |
| JasperReportsCsvView | org.springframework.web.servlet.view.jasperreports | Implementation of AbstractJasperReportsSingleFormatView
that renders report results in CSV format. |
| JasperReportsHtmlView | org.springframework.web.servlet.view.jasperreports | Implementation of AbstractJasperReportsSingleFormatView
that renders report results in HTML format. |
| JasperReportsMultiFormatView | org.springframework.web.servlet.view.jasperreports | Jasper Reports view class that allows for the actual rendering format to be specified at runtime using a parameter contained in the model. |
| JasperReportsPdfView | org.springframework.web.servlet.view.jasperreports | Implementation of AbstractJasperReportsSingleFormatView
that renders report results in PDF format. |
| JasperReportsUtils | org.springframework.ui.jasperreports | Utility methods for working with JasperReports. |
| JasperReportsViewResolver | org.springframework.web.servlet.view.jasperreports | ViewResolver implementation that resolves instances of AbstractJasperReportsView by translating the supplied view name into the URL of the report file. |
| JasperReportsXlsView | org.springframework.web.servlet.view.jasperreports | Implementation of AbstractJasperReportsSingleFormatView
that renders report results in XLS format. |
| JavaMailSenderImpl | org.springframework.mail.javamail | Production implementation of the JavaMailSender interface. |
| JavaScriptUtils | org.springframework.web.util | Utility class for JavaScript escaping. |
| JaxRpcPortClientInterceptor | org.springframework.remoting.jaxrpc | Interceptor for accessing a specific port of a JAX-RPC service. |
| JaxRpcPortProxyFactoryBean | org.springframework.remoting.jaxrpc | FactoryBean for a specific port of a JAX-RPC service. |
| JBossNativeJdbcExtractor | org.springframework.jdbc.support.nativejdbc | Implementation of the NativeJdbcExtractor interface for JBoss 3.2. |
| JdbcAccessor | org.springframework.jdbc.support | Base class for JdbcTemplate and other JDBC-accessing DAO helpers, defining common properties like DataSource and exception translator. |
| JdbcBeanDefinitionReader | org.springframework.jdbc.core.support | Bean definition reader that reads values from a database table, based on a given SQL statement. |
| JdbcDaoSupport | org.springframework.jdbc.core.support | Convenient super class for JDBC data access objects. |
| Search |




