| Library: | Spring |
| Version: | 1.2.8 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbstractAdvisorAutoProxyCreator | org.springframework.aop.framework.autoproxy | Abstract BeanPostProcessor implementation that creates AOP proxies. |
| 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. |
| 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. |
| 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. |
| 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.servlet.mvc | Abstract base class for custom command controllers. |
| AbstractController | org.springframework.web.servlet.mvc | Convenient superclass for controller implementations, using the Template Method design pattern. |
| 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. |
| AbstractExcelView | org.springframework.web.servlet.view.document | Convenient superclass for Excel document views. |
| AbstractFactoryBean | org.springframework.beans.factory.config | Simple template superclass for FactoryBean implementations thats allows for creating a singleton or a prototype, 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.servlet.mvc | Form controller that auto-populates a form bean from the request. |
| AbstractGenericLabeledEnum | org.springframework.core.enums | Base class for labeled enum instances that aren't static. |
| AbstractHandlerMapping | org.springframework.web.servlet.handler | Abstract base class for HandlerMapping implementations. |
| AbstractHttpInvokerRequestExecutor | org.springframework.remoting.httpinvoker | Abstract base implementation of the HttpInvokerRequestExecutor interface. |
| 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. |
| 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. |
| AbstractLazyInitTargetSource | org.springframework.aop.target | TargetSource 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. |
| 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. |
| 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. |
| 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. |
| AbstractPerformanceMonitorInterceptor | org.springframework.aop.interceptor | Base class for performance monitoring interceptors. |
| 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. |
| 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. |
| AbstractPoolingTargetSourceCreator | org.springframework.aop.framework.autoproxy.target | Convenient superclass for TargetSource creators that create pooling TargetSources. |
| 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. |
| 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. |
| 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. |
| AbstractSlsbInvokerInterceptor | org.springframework.ejb.access | Superclass for AOP interceptors invoking local or remote Stateless Session Beans. |
| 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. |
| 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.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). |
| 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. |
| AfterReturningAdviceInterceptor | org.springframework.aop.framework.adapter | Interceptor to wrap a MethodAfterReturningAdvice. |
| 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 |
| 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. |
| 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. |
| Assert | org.springframework.util | Assert utility class that assists in validating arguments. |
| AttributesJmxAttributeSource | org.springframework.jmx.export.metadata | Implementation of the JmxAttributeSource interface that
reads metadata via Spring's Attributes abstraction. |
| AttributesPoolingTargetSourceCreator | org.springframework.aop.framework.autoproxy.metadata | PoolingTargetSourceCreator driven by metadata. |
| AttributesPrototypeTargetSourceCreator | org.springframework.aop.framework.autoproxy.metadata | PrototypeTargetSourceCreator driven by metadata. |
| AttributesThreadLocalTargetSourceCreator | org.springframework.aop.framework.autoproxy.metadata | PrototypeTargetSourceCreator driven by metadata. |
| AttributesTransactionAttributeSource | org.springframework.transaction.interceptor | Implementation of the TransactionAttributeSource interface that
reads metadata via Spring's Attributes abstraction. |
| AutowireUtils | org.springframework.beans.factory.support | Utility class that contains various methods useful for the implementation of autowire-capable bean factories. |
| 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. |
| BeanDefinitionHolder | org.springframework.beans.factory.config | Holder for a BeanDefinition with name and aliases. |
| BeanDefinitionReaderUtils | org.springframework.beans.factory.support | Utility methods that are useful for bean definition readers implementations. |
| BeanDefinitionValueResolver | org.springframework.beans.factory.support | Helper class for use by BeanFactory implementations, resolving values contained in BeanDefinition objects into the actual values applied to th target bean instance. |
| BeanDefinitionVisitor | org.springframework.beans.factory.config | Visitor base class for traversing BeanDefinition objects and the MutablePropertyValues and ConstructorArgumentValues contained in them. |
| BeanFactoryBootstrap | org.springframework.beans.factory.access | One singleton to rule them all. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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 to specify a character encoding for requests. |
| CharArrayPropertyEditor | org.springframework.beans.propertyeditors | Editor for char arrays. |
| 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. |
| 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. |
| 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 | MultipartResolver implementation for Jakarta Commons FileUpload. |
| 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. |
| CommonsPoolTargetSource | org.springframework.aop.target | TargetSource implementation that holds objects in a configurable Jakarta Commons Pool. |
| 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. |
| 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. |
| ConfigurableBeanFactoryUtils | org.springframework.beans.factory.support | Helper methods to populate a ConfigurableBeanFactory with resource editors. |
| 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. |
| 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. |
| 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. |
| 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. |
| DefaultBindingErrorProcessor | org.springframework.validation | Default BindingErrorProcessor 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. |
| 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. |
| DefaultMessageSourceResolvable | org.springframework.context.support | Default implementation of the MessageSourceResolvable interface. |
| DefaultMultipartHttpServletRequest | org.springframework.web.multipart.support | Default implementation of the MultipartHttpServletRequest 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. |
| DefaultResourceLoader | org.springframework.core.io | Default implementation of the ResourceLoader interface. |
| 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. |
| DefaultXmlBeanDefinitionParser | org.springframework.beans.factory.xml | Default implementation of the XmlBeanDefinitionParser 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. |
| 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' default RequestProcessor that looks up Spring-managed Struts Actions defined in ContextLoaderPlugIn's 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' TilesRequestProcessor that looks up Spring-managed Struts Actions defined in ContextLoaderPlugIn's WebApplicationContext. |
| 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. |
| DescriptiveResource | org.springframework.core.io | Simple Resource implementation that holds a resource description but does not point to an actually readable resource. |
| DispatchActionSupport | org.springframework.web.struts | Convenience class for Spring-aware Struts 1.1+ DispatchActions. |
| 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 implementation of the DestinationResolver interface, 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. |
| 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. |
| 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. |
| FacesContextUtils | org.springframework.web.jsf | Convenience methods to retrieve the root WebApplicationContext for a given FacesContext. |
| FieldError | org.springframework.validation | Class that encapsulates a field error, i.e. |
| 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
instead of using a String file name property as bridge. |
| 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. |
| 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. |
| 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. |
| HandlerExecutionChain | org.springframework.web.servlet | Handler execution chain, consisting of handler object and any preprocessing 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| JdbcTemplate | org.springframework.jdbc.core | This is the central class in the JDBC core package. It simplifies the use of JDBC and helps to avoid common errors. |
| JdbcTransactionObjectSupport | org.springframework.jdbc.datasource | Convenient base class for JDBC-aware transaction objects. |
| JdbcUtils | org.springframework.jdbc.support | Generic utility methods for working with JDBC. |
| JdkRegexpMethodPointcut | org.springframework.aop.support | Java 1.4 regular expression pointcut. |
| JdkVersion | org.springframework.core | Helper class used to find the current Java/JDK version. |
| JdoAccessor | org.springframework.orm.jdo | Base class for JdoTemplate and JdoInterceptor, defining common properties like PersistenceManagerFactory and flushing behavior. |
| JdoDaoSupport | org.springframework.orm.jdo.support | Convenient super class for JDO data access objects. |
| JdoInterceptor | org.springframework.orm.jdo | This interceptor binds a new JDO PersistenceManager to the thread before a method call, closing and removing it afterwards in case of any method outcome. |
| JdoTemplate | org.springframework.orm.jdo | Helper class that simplifies JDO data access code, and converts
JDOExceptions into Spring DataAccessExceptions, following the
org.springframework.dao exception hierarchy. |
| JdoTransactionManager | org.springframework.orm.jdo | PlatformTransactionManager implementation for a single JDO PersistenceManagerFactory. |
| JmsAccessor | org.springframework.jms.support | Base class for JmsTemplate and other JMS-accessing gateway helpers, defining common properties like the ConnectionFactory. |
| JmsDestinationAccessor | org.springframework.jms.support.destination | Base class for JmsTemplate and other JMS-accessing gateway helpers, adding destination-related properties to JmsAccessor's common properties. |
| JmsGatewaySupport | org.springframework.jms.core.support | Convenient super class for application classes that need JMS access. |
| JmsTemplate | org.springframework.jms.core | Helper class that simplifies JMS access code. |
| JmsTemplate102 | org.springframework.jms.core | A subclass of JmsTemplate that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by JmsTemplate itself. |
| JmsTransactionManager | org.springframework.jms.connection | PlatformTransactionManager implementation for a single JMS ConnectionFactory. |
| JmsTransactionManager102 | org.springframework.jms.connection | A subclass of JmsTransactionManager that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by JmsTransactionManager itself. |
| JmsUtils | org.springframework.jms.support | Generic utility methods for working with JMS. |
| JmxUtils | org.springframework.jmx.support | Collection of generic utility methods to support Spring JMX. |
| JndiAccessor | org.springframework.jndi | Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties. |
| JndiDestinationResolver | org.springframework.jms.support.destination | Implementation of the DestinationResolver interface which interprets destination names as JNDI locations, falling back to dynamic destinations else. |
| JndiLocatorSupport | org.springframework.jndi | Convenient superclass for classes that can locate any number of JNDI objects. |
| JndiObjectFactoryBean | org.springframework.jndi | FactoryBean that looks up a JNDI object. |
| JndiObjectLocator | org.springframework.jndi | Convenient superclass for JNDI-based service locators. |
| JndiObjectTargetSource | org.springframework.jndi | TargetSource which performs a fresh JNDI lookup for each call. |
| JndiRmiClientInterceptor | org.springframework.remoting.rmi | Interceptor for accessing RMI services from JNDI. |
| JndiRmiProxyFactoryBean | org.springframework.remoting.rmi | Factory bean for RMI proxies from JNDI. |
| JndiRmiServiceExporter | org.springframework.remoting.rmi | Service exporter which binds RMI services to JNDI. |
| JndiTemplate | org.springframework.jndi | Helper class that simplifies JNDI operations. |
| JndiTemplateEditor | org.springframework.jndi | Properties editor for JndiTemplate objects. |
| JobDetailBean | org.springframework.scheduling.quartz | Convenience subclass of Quartz' JobDetail class that eases bean-style usage. |
| JotmFactoryBean | org.springframework.transaction.jta | FactoryBean that retrieves the JTA UserTransaction/TransactionManager for ObjectWeb's JOTM. |
| JspAwareRequestContext | org.springframework.web.servlet.support | JSP-aware subclass of RequestContext, allowing population of the context from a JSP PageContext. |
| JstlUtils | org.springframework.web.servlet.support | Helper class for preparing JSTL views, in particular for exposing a JSTL localization context. |
| JstlView | org.springframework.web.servlet.view | Specialization of InternalResourceView for JSTL pages, i.e. |
| JtaTransactionManager | org.springframework.transaction.jta | PlatformTransactionManager implementation for JTA, i.e. |
| JtaTransactionObject | org.springframework.transaction.jta | JTA transaction object, representing a UserTransaction. |
| KeyNamingStrategy | org.springframework.jmx.export.naming | ObjectNamingStrategy implementation that builds
ObjectName instances from the key used in the
"beans" map passed to MBeanExporter. |
| LazyConnectionDataSourceProxy | org.springframework.jdbc.datasource | Proxy for a target DataSource, fetching actual JDBC Connections lazily, i.e. |
| LazyInitTargetSource | org.springframework.aop.target | TargetSource that lazily accesses a singleton from a BeanFactory. |
| LazyInitTargetSourceCreator | org.springframework.aop.framework.autoproxy.target | TargetSourceCreator that enforces a LazyInitTargetSource for each bean that is defined as "lazy-init". |
| LetterCodedLabeledEnum | org.springframework.core.enums | Implementation of LabeledEnum which uses a letter as the code type. |
| ListFactoryBean | org.springframework.beans.factory.config | Simple factory for shared List instances. |
| LocalConnectionFactoryBean | org.springframework.jca.support | This FactoryBean creates a local JCA connection factory in "non-managed" mode (as defined by the Java Connector Architecture specification). |
| LocalDataSourceConnectionFactory | org.springframework.orm.ojb.support | OJB connection factory that delegates to Spring-managed DataSource beans. |
| LocalDataSourceConnectionProvider | org.springframework.orm.hibernate | Hibernate connection provider for local DataSource instances in an application context. |
| LocalDataSourceConnectionProvider | org.springframework.orm.hibernate3 | Hibernate connection provider for local DataSource instances in an application context. |
| LocalDataSourceJobStore | org.springframework.scheduling.quartz | Subclass of Quartz' JobStoreCMT class that delegates to a Spring-managed DataSource instead of using a Quartz-managed connection pool. |
| LocaleChangeInterceptor | org.springframework.web.servlet.i18n | Interceptor that allows for changing the current locale on every request, via a configurable request parameter. |
| LocaleContextHolder | org.springframework.context.i18n | Simple holder class that associates a LocaleContext instance with the current thread. |
| LocaleEditor | org.springframework.beans.propertyeditors | Editor for java.util.Locale, to directly populate a Locale property. |
| LocalizedResourceHelper | org.springframework.core.io.support | Helper class for loading a localized resource, specified through name, extension and current locale. |
| LocalJaxRpcServiceFactory | org.springframework.remoting.jaxrpc | Factory for locally defined JAX-RPC Service references. |
| LocalJaxRpcServiceFactoryBean | org.springframework.remoting.jaxrpc | FactoryBean for locally defined JAX-RPC Service references. |
| LocalOjbConfigurer | org.springframework.orm.ojb.support | This configurer needs to be defined as Spring bean when using LocalDataSourceConnectionFactory, to expose the Spring BeanFactory to the corresponding static field of the connection factory. |
| LocalPersistenceManagerFactoryBean | org.springframework.orm.jdo | FactoryBean that creates a local JDO EntityManagerFactory instance. |
| LocalSessionFactory | org.springframework.orm.toplink | Convenient JavaBean-style factory for a TopLink SessionFactory instance. |
| LocalSessionFactoryBean | org.springframework.orm.toplink | Factory bean that configures a TopLink SessionFactory and provides it as bean reference. |
| LocalSessionFactoryBean | org.springframework.orm.hibernate | FactoryBean that creates a local Hibernate SessionFactory instance. |
| LocalSessionFactoryBean | org.springframework.orm.hibernate3 | FactoryBean that creates a local Hibernate SessionFactory instance. |
| LocalSlsbInvokerInterceptor | org.springframework.ejb.access | Invoker for a local Stateless Session Bean. |
| LocalStatelessSessionProxyFactoryBean | org.springframework.ejb.access | Convenient factory for local Stateless Session Bean (SLSB) proxies. |
| LocalTransactionManagerLookup | org.springframework.orm.hibernate | Implementation of Hibernate's TransactionManagerLookup interface that returns a Spring-managed JTA TransactionManager, determined by LocalSessionFactoryBean's "transactionManager" property. |
| LocalTransactionManagerLookup | org.springframework.orm.hibernate3 | Implementation of Hibernate's TransactionManagerLookup interface that returns a Spring-managed JTA TransactionManager, determined by LocalSessionFactoryBean's "transactionManager" property. |
| Log4jConfigListener | org.springframework.web.util | Bootstrap listener for custom Log4J initialization in a web environment. |
| Log4jConfigServlet | org.springframework.web.util | Bootstrap servlet for custom Log4J initialization in a web environment. |
| Log4jConfigurer | org.springframework.util | Convenience class that features simple methods for custom Log4J configuration. |
| Log4jNestedDiagnosticContextFilter | org.springframework.web.filter | Request logging filter that adds the request log message to the Log4J nested diagnostic context (NDC) before the request is processed, removing it again after the request is processed. |
| Log4jWebConfigurer | org.springframework.web.util | Convenience class that performs custom Log4J initialization for web environments, allowing for log file paths within the web application, with the option to perform automatic refresh checks (for runtime changes in logging configuration). |
| LookupDispatchActionSupport | org.springframework.web.struts | Convenience class for Spring-aware Struts 1.1+ LookupDispatchActions. |
| LookupOverride | org.springframework.beans.factory.support | Represents an override of a method that looks up an object in the same IoC context. |
| ManagedAttribute | org.springframework.jmx.export.metadata | Metadata that indicates to expose a given bean property as JMX attribute. |
| ManagedList | org.springframework.beans.factory.support | Tag subclass used to hold managed List elements, which may include runtime bean references. |
| ManagedMap | org.springframework.beans.factory.support | Tag collection class used to hold managed Map values, which may include runtime bean references. |
| ManagedOperation | org.springframework.jmx.export.metadata | Metadata that indicates to expose a given method as JMX operation. |
| ManagedOperationParameter | org.springframework.jmx.export.metadata | Metadata about JMX operation parameters. |
| ManagedResource | org.springframework.jmx.export.metadata | Metadata that indicates to register instances of a given class with a JMX server. |
| ManagedSet | org.springframework.beans.factory.support | Tag collection class used to hold managed Set values, which may include runtime bean references. |
| MapFactoryBean | org.springframework.beans.factory.config | Simple factory for shared Map instances. |
| MappingCommAreaOperation | org.springframework.jca.cci.object | EIS operation object for access to COMMAREA records. |
| MappingDispatchActionSupport | org.springframework.web.struts | Convenience class for Spring-aware Struts 1.2 MappingDispatchActions. |
| MappingRecordOperation | org.springframework.jca.cci.object | EIS operation object that expects mapped input and output objects, converting to and from CCI Records. |
| MappingRecordOperation.RecordCreatorImpl | org.springframework.jca.cci.object | Implementation of RecordCreator that calls the enclosing
class's createInputRecord method. |
| MappingRecordOperation.RecordExtractorImpl | org.springframework.jca.cci.object | Implementation of RecordExtractor that calls the enclosing
class's extractOutputData method. |
| MappingSqlQuery | org.springframework.jdbc.object | Reusable query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to convert each row of the JDBC ResultSet into an object. |
| MappingSqlQueryWithParameters | org.springframework.jdbc.object | Reusable RDBMS query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to map each row of the JDBC ResultSet into an object. |
| MappingSqlQueryWithParameters.ResultReaderImpl | org.springframework.jdbc.object | Implementation of ResultReader that calls the enclosing
class's mapRow method for each row. |
| MatchAlwaysTransactionAttributeSource | org.springframework.transaction.interceptor | Very simple implementation of TransactionAttributeSource which will always return the same TransactionAttribute for all methods fed to it. |
| MBeanClientInterceptor | org.springframework.jmx.access | MethodInterceptor implementation that routes calls to an MBean
running on the supplied MBeanServerConnection. |
| MBeanExporter | org.springframework.jmx.export | A bean that allows for any Spring-managed bean to be exposed to a JMX
MBeanServer, without the need to define any JMX-specific
information in the bean classes. |
| MBeanProxyFactoryBean | org.springframework.jmx.access | Creates a proxy to a managed resource running either locally or remotely. |
| MBeanServerConnectionFactoryBean | org.springframework.jmx.support | FactoryBean implementation that creates an MBeanServerConnection
to a remote MBeanServer exposed via a JMXServerConnector. |
| MBeanServerFactoryBean | org.springframework.jmx.support | FactoryBean that obtains an MBeanServer instance
through the standard JMX 1.2 MBeanServerFactory API
(which is available on JDK 1.5 or as part of a JMX 1.2 provider). |
| MessageSourceAccessor | org.springframework.context.support | Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods. |
| MessageSourceResourceBundle | org.springframework.context.support | Helper class that allows for accessing a MessageSource as a ResourceBundle. |
| MessageTag | org.springframework.web.servlet.tags | Custom JSP tag to look up a message in the scope of this page. |
| MetadataMBeanInfoAssembler | org.springframework.jmx.export.assembler | Implementation of MBeanInfoAssembler that reads the
management interface information from source level metadata. |
| MetadataNamingStrategy | org.springframework.jmx.export.naming | An implementation of the ObjectNamingStrategy interface
that reads the ObjectName from the source-level metadata. |
| MethodBeforeAdviceInterceptor | org.springframework.aop.framework.adapter | Interceptor to wrap a MethodBeforeAdvice. |
| MethodExclusionMBeanInfoAssembler | org.springframework.jmx.export.assembler | Subclass of AbstractReflectiveMBeanInfoAssembler that allows to
specify method names to be explicitly excluded as MBean operations and attributes. |
| MethodInvoker | org.springframework.util | Helper class that allows to specify a method to invoke in a declarative fashion, be it static or non-static. |
| MethodInvoker.VoidType | org.springframework.util | Special marker class used for a void return value, differentiating void from a null value returned by the method. |
| MethodInvokingFactoryBean | org.springframework.beans.factory.config | FactoryBean which returns a value which is the result of a static or instance method invocation. |
| MethodInvokingJobDetailFactoryBean | org.springframework.scheduling.quartz | FactoryBean that exposes a JobDetail object that delegates job execution to a specified (static or non-static) method. |
| MethodInvokingJobDetailFactoryBean.MethodInvokingJob | org.springframework.scheduling.quartz | Quartz Job implementation that invokes a specified method. |
| MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob | org.springframework.scheduling.quartz | Extension of the MethodInvokingJob, implementing the StatefulJob interface. |
| MethodInvokingRunnable | org.springframework.scheduling.support | Adapter that implements the Runnable interface as a configurable method invocation based on Spring's MethodInvoker. |
| MethodInvokingTimerTaskFactoryBean | org.springframework.scheduling.timer | FactoryBean that exposes a TimerTask object that delegates job execution to a specified (static or non-static) method. |
| MethodMapTransactionAttributeSource | org.springframework.transaction.interceptor | Simple implementation of TransactionAttributeSource that allows attributes to be stored per method in a map. |
| MethodMatchers | org.springframework.aop.support | Static methods useful for composing MethodMatchers. |
| MethodNameBasedMBeanInfoAssembler | org.springframework.jmx.export.assembler | Subclass of AbstractReflectiveMBeanInfoAssembler that allows
to specify method names to be exposed as MBean operations and attributes. |
| MethodOverride | org.springframework.beans.factory.support | Object representing the override of a method on a managed object by the IoC container. |
| MethodOverrides | org.springframework.beans.factory.support | Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime. |
| MimeMailMessage | org.springframework.mail.javamail | Implementation of the MailMessage interface for a JavaMail MIME message, to let message population code interact with a simple message or a MIME message through a common interface. |
| MimeMessageHelper | org.springframework.mail.javamail | Helper class for easy population of a javax.mail.internet.MimeMessage. |
| MockExpressionEvaluator | org.springframework.mock.web | Mock implementation of the JSP 2.0 ExpressionEvaluator, delegating to the Jakarta JSTL ExpressionEvaluatorManager. |
| MockFilterConfig | org.springframework.mock.web | Mock implementation of the FilterConfig interface. |
| MockHttpServletRequest | org.springframework.mock.web | Mock implementation of the HttpServletRequest interface. |
| MockHttpServletResponse | org.springframework.mock.web | Mock implementation of the HttpServletResponse interface. |
| MockHttpSession | org.springframework.mock.web | Mock implementation of the HttpSession interface. |
| MockPageContext | org.springframework.mock.web | Mock implementation of the JSP PageContext interface. |
| MockRequestDispatcher | org.springframework.mock.web | Mock implementation of the RequestDispatcher interface. |
| MockServletConfig | org.springframework.mock.web | Mock implementation of the ServletConfig interface. |
| MockServletContext | org.springframework.mock.web | Mock implementation of the ServletContext interface. |
| ModelAndView | org.springframework.web.servlet | Holder for both Model and View in the web MVC framework. |
| MultiActionController | org.springframework.web.servlet.mvc.multiaction | Controller implementation that allows multiple request types to be handled by the same class. |
| MultipartFilter | org.springframework.web.multipart.support | Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver. |
| MutablePropertyValues | org.springframework.beans | Default implementation of the PropertyValues interface. |
| MutableSortDefinition | org.springframework.beans.support | Mutable implementation of SortDefinition. |
| MySQLMaxValueIncrementer | org.springframework.jdbc.support.incrementer | Class to increment maximum value of a given MySQL table with the equivalent of an auto-increment column. |
| NameMatchMethodPointcut | org.springframework.aop.support | Pointcut bean for simple method name matches, as alternative to regexp patterns. |
| NameMatchMethodPointcutAdvisor | org.springframework.aop.support | Convenient class for name-match method pointcuts that hold an Interceptor, making them an Advisor. |
| Search |




