| Library: | Spring |
| Version: | 2.0.6 |
| 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. |
| AbstractCommandController | org.springframework.web.servlet.mvc | Abstract base class for custom command controllers. |
| AbstractCommandController | org.springframework.web.portlet.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. |
| AbstractController | org.springframework.web.servlet.mvc | Convenient superclass for controller implementations, using the Template Method design pattern. |
| AbstractController | org.springframework.web.portlet.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 padding. |
| AbstractDependencyInjectionSpringContextTests | org.springframework.test | Convenient superclass for tests depending on a Spring context. |
| 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. specific target method; 2. target class; 3. declaring method; 4. declaring class/interface. |
| AbstractFormController | org.springframework.web.servlet.mvc | Form controller that auto-populates a form bean from the request. |
| AbstractFormController | org.springframework.web.portlet.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. |
| AbstractGenericPointcutAdvisor | org.springframework.aop.support | Abstract generic PointcutAdvisor that allows for any Advice to be configured. |
| AbstractHandlerMapping | org.springframework.web.servlet.handler | Abstract base class for HandlerMapping implementations. |
| AbstractHandlerMapping | org.springframework.web.portlet.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. always PDF or always HTML. |
| 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. |
| 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 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 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.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. |
| 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 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. |
| 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. |
| 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 | Superclass 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 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. |
| AbstractSessionFactoryBean | org.springframework.orm.hibernate3 | Abstract FactoryBean that creates a Hibernate SessionFactory within a Spring application context. |
| 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. |
| AbstractSingleSpringContextTests | org.springframework.test | Abstract JUnit 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 | Superclass for AOP interceptors invoking local or remote Stateless Session Beans. |
| AbstractSpringContextTests | org.springframework.test | Superclass for JUnit test cases using Spring ApplicationContexts . |
| 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 | 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. |
| 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. |
| AbstractTransactionalSpringContextTests | org.springframework.test | Convenient base class 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 request URL. |
| AbstractView | org.springframework.web.servlet.view | Abstract base class for View implementations. |
| AbstractWizardFormController | org.springframework.web.servlet.mvc | Form controller for typical wizard-style workflows. |
| AbstractWizardFormController | org.springframework.web.portlet.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. |
| 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. |
| 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 implementation that "registers" instances of any non-default AdvisorAdapters with GlobalAdvisorAdapterRegistry. |
| AdvisorChainFactoryUtils | org.springframework.aop.framework | Utility methods for use by AdvisorChainFactory implementations. |
| 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. |
| 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). |
| 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. |
| 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 . |
| 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). |
| 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. |
| 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. |
| 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. |
| 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. for custom lookup of collaborating beans or for context-specific resource access. |
| 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 | 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. |
| 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. |
| 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). |
| 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. |
| 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.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. |
| 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. |
| 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 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 reader implementations. |
| BeanDefinitionVisitor | org.springframework.beans.factory.config | Visitor base class for traversing BeanDefinition objects, in particular the property values and constructor argument values contained in them. |
| 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 . |
| 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 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. in the XML file of the executing DispatcherServlet. |
| BeanPropertyBindingResult | org.springframework.validation | Default implementation of the Errors and BindingResult interfaces, for the 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 | 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. |
| 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 | FactoryBean for Burlap proxies. |
| BurlapServiceExporter | org.springframework.remoting.caucho | 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. |
| 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 |
| 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. |
| 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. |
| 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, 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, 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.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, as well as JDK 1.5+ concurrent collections and backport-concurrent versions of those. |
| 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. |
| 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. |
| ConcurrentTaskExecutor | org.springframework.scheduling.concurrent | Adapter that takes a JDK 1.5 java.util.concurrent.Executor and
exposes a Spring TaskExecutor for it. |
| 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. |
| 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 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. |
| 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 (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. |
| 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 is 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. |
| 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 | 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. |
| 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's CronTrigger class, making bean-style usage easier. |
| 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.concurrent | Implementation of the JDK 1.5 ThreadFactory interface, allowing for customizing the created threads (name, priority, etc). |
| CustomizableThreadFactory | org.springframework.scheduling.backportconcurrent | Implementation of the JSR-166 backport 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 effects the registration of custom Scope(s) in a 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 . |
| 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. |
| DefaultAdvisorChainFactory | org.springframework.aop.framework | A simple but definitive way of working out an advice chain for a Method, given an Advised object. |
| 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(AbstractBeanDefinition, BeanDefinitionRegistry) . |
| DefaultBindingErrorProcessor | org.springframework.validation | Default BindingErrorProcessor implementation. |
| DefaultDocumentLoader | org.springframework.beans.factory.xml | The 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. |
| 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 | 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 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 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 . |
| 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 | 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 | Default implementation of the ScopedObject interface. |
| 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 . |
| 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 VariableResolver that first delegates to the original resolver of the underlying JSF implementation, then to the Spring root WebApplicationContext. |
| 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. |
| 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. for web UI controllers. |
| DispatcherServlet | org.springframework.web.servlet | Central dispatcher for HTTP request handlers/controllers, e.g. for web UI controllers or HTTP-based remote service exporters. |
| 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. |
| 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 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. |
| 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 an encoding. |
| 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. |
| EntityManagerHolder | org.springframework.orm.jpa | Holder wrapping a JPA EntityManager. |
| ErrorsTag | org.springframework.web.servlet.tags.form | Form tag for displaying errors for a particular field or object. |
| 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 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 transparent access to JSP 2.0's built-in ExpressionEvaluator or the standalone 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 ProblemReporter implementation that exhibits fail-fast behavior when errors are encountered. |
| FieldError | org.springframework.validation | 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 plain paths as file system resources rather than as class path resources (the latter is DefaultResourceLoader 's default strategy). |
| FileSystemXmlApplicationContext | org.springframework.context.support | Standalone XML application context, taking the context definition files from the file system or from URLs, interpreting plain paths as relative file system locations (e.g. |
| 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. |
| FormTag | org.springframework.web.servlet.tags.form | Databinding-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 Spring's portlet framework. |
| FrameworkServlet | org.springframework.web.servlet | Base servlet for Spring's 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 | Default 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 Filter which treats
its config parameters (init-param entries within the
filter tag in web.xml) as bean properties. |
| GenericPortletBean | org.springframework.web.portlet | Simple extension of javax.portlet.GenericPortlet that treats
its config parameters as bean properties. |
| GenericWebApplicationContext | org.springframework.web.context.support | Subclass of GenericApplicationContext, suitable for web environments. |
| GlassFishLoadTimeWeaver | org.springframework.instrument.classloading.glassfish | LoadTimeWeaver implementation for GlassFish's instrumentable ClassLoader. |
| 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 handler interceptors. |
| HandlerExecutionChain | org.springframework.web.servlet | Handler execution chain, consisting of handler object and any handler interceptors. |
| HandlerInterceptorAdapter | org.springframework.web.servlet.handler | Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors. |
| HandlerInterceptorAdapter | org.springframework.web.portlet.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 used to cache by method. |
| HessianClientInterceptor | org.springframework.remoting.caucho | Interceptor for accessing a Hessian service. |
| HessianProxyFactoryBean | org.springframework.remoting.caucho | FactoryBean for Hessian proxies. |
| HessianServiceExporter | org.springframework.remoting.caucho | HTTP request handler 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 such as SessionFactory and flushing behavior. |
| HibernateAccessor | org.springframework.orm.hibernate3 | Base class for HibernateTemplate and HibernateInterceptor , defining common properties such as SessionFactory and flushing behavior. |
| HibernateDaoSupport | org.springframework.orm.hibernate.support | Convenient super class for Hibernate-based data access objects. |
| HibernateDaoSupport | org.springframework.orm.hibernate3.support | Convenient super class for Hibernate-based 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 | JpaDialect implementation for Hibernate EntityManager. |
| HibernateJpaVendorAdapter | org.springframework.orm.jpa.vendor | JpaVendorAdapter implementation for Hibernate EntityManager. |
| 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. |
| 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 | TargetSource implementation 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. |
| Search |




