| Name | Description | Type | Package | Framework |
| AbstractAdaptableMessageListener | An abstract JMS MessageListener adapter providing the necessaryinfrastructure to extract the payload of a JMS Message. | Class | org.springframework.jms.listener.adapter | Spring MVC |
|
| AbstractAdvisingBeanPostProcessor | Base class for BeanPostProcessor implementations that apply aSpring AOP Advisor to specific beans. | Class | org.springframework.aop.framework | Spring MVC |
|
| AbstractAdvisorAutoProxyCreator | Generic auto proxy creator that builds AOP proxies for specific beansbased on detected Advisors for each bean. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| AbstractAnnotationConfigDispatcherServletInitializer | Base class for WebApplicationInitializerconfigured with annotated classes, e. | Class | org.springframework.web.servlet.support | Spring MVC |
|
| AbstractApplicationContext | Abstract implementation of the ApplicationContextinterface. | Class | org.springframework.context.support | Spring MVC |
|
| AbstractApplicationEventMulticaster | Abstract implementation of the ApplicationEventMulticaster interface,providing the basic listener registration facility. | Class | org.springframework.context.event | Spring MVC |
|
| AbstractAspectJAdvice | Base class for AOP Alliance Advice classeswrapping an AspectJ aspect or an AspectJ-annotated advice method. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AbstractAspectJAdvisorFactory | Abstract base class for factories that can create Spring AOP Advisorsgiven AspectJ classes from classes honoring the AspectJ 5 annotation syntax. | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| AbstractAsyncConfiguration | Abstract base Configuration class providing common structure for enablingSpring's asynchronous method execution capability. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| AbstractAsyncReturnValueHandler | Convenient base class for AsyncHandlerMethodReturnValueHandlerand merely serve as adapters of such types to Spring's | Class | org.springframework.messaging.handler.invocation | Spring MVC |
|
| AbstractAtomFeedView | Abstract superclass for Atom Feed views, using the>NOTE: As of Spring 4. | Class | org.springframework.web.servlet.view.feed | Spring MVC |
|
| AbstractAutoProxyCreator | BeanPostProcessor implementationthat wraps each eligible bean with an AOP proxy, delegating to specified interceptors | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| AbstractAutowireCapableBeanFactory | Abstract bean factory superclass that implements default bean creation,with the full capabilities specified by the RootBeanDefinition class. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AbstractBeanDefinition | Base class for concrete, full-fledged BeanDefinition classes,factoring out common properties of GenericBeanDefinition, | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AbstractBeanDefinitionParser | Abstract BeanDefinitionParser implementation providinga number of convenience methods and a | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| AbstractBeanDefinitionReader | Abstract base class for bean definition readers which implementthe BeanDefinitionReader interface. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AbstractBeanFactory | Abstract base class for BeanFactoryConfigurableBeanFactory SPI. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AbstractBeanFactoryAwareAdvisingPostProcessor | Extension of AbstractAutoProxyCreator which implements BeanFactoryAware,adds exposure of the original target class for each proxied bean | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| AbstractBeanFactoryBasedTargetSource | Base class for TargetSource implementationsthat are based on a Spring BeanFactory, | Class | org.springframework.aop.target | Spring MVC |
|
| AbstractBeanFactoryBasedTargetSourceCreator | Convenient superclass forUses an internal BeanFactory to manage the target instances, | Class | org.springframework.aop.framework.autoproxy.target | Spring MVC |
|
| AbstractBeanFactoryPointcutAdvisor | Abstract BeanFactory-based PointcutAdvisor that allows for any Adviceto be configured as reference to an Advice bean in a BeanFactory. | Class | org.springframework.aop.support | Spring MVC |
|
| AbstractBindingResult | Abstract implementation of the BindingResult interface andits super-interface Errors. | Class | org.springframework.validation | Spring MVC |
|
| AbstractBrokerMessageHandler | Abstract base class for a MessageHandler that broker messages toregistered subscribers. | Class | org.springframework.messaging.simp.broker | Spring MVC |
|
| AbstractBrokerRegistration | Base class for message broker registration classes. | Class | org.springframework.messaging.simp.config | Spring MVC |
|
| AbstractCacheInvoker | A base component for invoking Cache operations and using aconfigurable CacheErrorHandler when an exception occurs. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| AbstractCacheManager | Abstract base class implementing the common CacheManager methods. | Class | org.springframework.cache.support | Spring MVC |
|
| AbstractCacheResolver | A base CacheResolver implementation that requires the concreteSince:4. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| AbstractCachingConfiguration | Abstract base @Configuration class providing common structurefor enabling Spring's annotation-driven cache management capability. | Class | org.springframework.cache.annotation | Spring MVC |
|
| AbstractCachingViewResolver | Convenient base class for ViewResolveronce resolved: This means that view resolution won't be a performance problem, | Class | org.springframework.web.servlet.view | Spring MVC |
|
| AbstractCheckedElementTag | Abstract base class to provide common methods forelement with a 'type' of 'checkbox' or 'radio'. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| AbstractClassTestingTypeFilter | Type filter that exposes aClassMetadata object | Class | org.springframework.core.type.filter | Spring MVC |
|
| AbstractClientHttpRequest | Abstract base for ClientHttpRequest that makes sure that headersand body are not written multiple times. | Class | org.springframework.http.client | Spring MVC |
|
| AbstractClientHttpRequestFactoryWrapper | Abstract base class for ClientHttpRequestFactory implementationsthat decorate another request factory. | Class | org.springframework.http.client | Spring MVC |
|
| AbstractClientHttpResponse | Abstract base for ClientHttpResponse. | Class | org.springframework.http.client | Spring MVC |
|
| AbstractClientSockJsSession | Base class for SockJS client implementations of WebSocketSession. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| AbstractColumnMaxValueIncrementer | Abstract base class for DataFieldMaxValueIncrementer implementations that usea column in a custom sequence table. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| AbstractComponentDefinition | Base implementation of ComponentDefinition that provides a basic implementation ofgetDescription() which delegates to ComponentDefinition. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| AbstractConfigurableMBeanInfoAssembler | Base class for MBeanInfoAssemblers that support configurableJMX notification behavior. | Class | org.springframework.jmx.export.assembler | Spring MVC |
|
| AbstractContextLoader | Abstract application context loader that provides a basis for all concreteTemplate Method based approach for processing | Class | org.springframework.test.context.support | Spring MVC |
|
| AbstractContextLoaderInitializer | Convenient base class for WebApplicationInitializer implementationsthat register a ContextLoaderListener in the servlet context. | Class | org.springframework.web.context | Spring MVC |
|
| AbstractController | Convenient superclass for controller implementations, using the TemplateMethod design pattern. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| AbstractController | Convenient superclass for controller implementations, using the Template Method(and that defined by interface): | Class | org.springframework.web.servlet.mvc | Spring MVC |
|
| AbstractControllerUrlHandlerMapping | Base class for HandlerMapping implementationsthat derive URL paths according to conventions for specific controller types. | Class | org.springframework.web.servlet.mvc.support | Spring MVC |
|
| AbstractCookieValueMethodArgumentResolver | A base abstract class to resolve method arguments annotated with@CookieValue. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| AbstractDataBoundFormElementTag | Base tag for all data-binding aware JSP form tags. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| AbstractDataFieldMaxValueIncrementer | Base implementation of DataFieldMaxValueIncrementer that delegatesto a single getNextKey() template method that returns a long. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| AbstractDataSource | Abstract base class for Spring's DataSource'Padding' in the context of this class means default implementations | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| AbstractDelegatingSmartContextLoader | AbstractDelegatingSmartContextLoader serves as an abstract base classfor implementations of the SmartContextLoader SPI that delegate to a | Class | org.springframework.test.context.support | Spring MVC |
|
| AbstractDestinationResolvingMessagingTemplate | An extension of AbstractMessagingTemplate that adds operations for sendingmessages to a resolvable destination name as defined by the following interfaces: | Class | org.springframework.messaging.core | Spring MVC |
|
| AbstractDetectingUrlHandlerMapping | Abstract implementation of the HandlerMappinginterface, detecting URL mappings for handler beans through introspection of all | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractDirtiesContextTestExecutionListener | Abstract base class for TestExecutionListener implementations thatprovide support for marking the ApplicationContext associated with | Class | org.springframework.test.context.support | Spring MVC |
|
| AbstractDispatcherServletInitializer | Base class for WebApplicationInitializerConcrete implementations are required to implement | Class | org.springframework.web.servlet.support | Spring MVC |
|
| AbstractDriverBasedDataSource | Abstract base class for JDBC DataSource implementationsthat operate on a JDBC Driver. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| AbstractEntityManagerFactoryBean | Abstract FactoryBean that createsa local JPA EntityManagerFactory instance within | Class | org.springframework.orm.jpa | Spring MVC |
|
| AbstractEnvironment | Abstract base class for Environment implementations. | Class | org.springframework.core.env | Spring MVC |
|
| AbstractErrors | Abstract implementation of the Errors interface. | Class | org.springframework.validation | Spring MVC |
|
| AbstractExcelView | Convenient superclass for Excel document views. | Class | org.springframework.web.servlet.view.document | Spring MVC |
|
| AbstractExceptionHandlerMethodResolver | Cache exception handling method mappings and provide options to look up a methodthat should handle an exception. | Class | org.springframework.messaging.handler.invocation | Spring MVC |
|
| AbstractExpressionPointcut | Abstract superclass for expression pointcuts,offering location and expression properties. | Class | org.springframework.aop.support | Spring MVC |
|
| AbstractFactoryBean | Simple template superclass for FactoryBean implementations thatcreates a singleton or a prototype object, depending on a flag. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| AbstractFallbackCacheOperationSource | Abstract implementation of CacheOperation that cachesattributes for methods and implements a fallback policy: 1. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| AbstractFallbackJCacheOperationSource | Abstract implementation of JCacheOperationSource that caches attributesfor methods and implements a fallback policy: 1. | Class | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| AbstractFallbackSQLExceptionTranslator | Base class for SQLExceptionTranslator implementations that allow forfallback to some other SQLExceptionTranslator. | Class | org.springframework.jdbc.support | Spring MVC |
|
| AbstractFallbackTransactionAttributeSource | Abstract implementation of TransactionAttributeSource that cachesattributes for methods and implements a fallback policy: 1. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| AbstractFeedView | Abstract base class for Atom and RSS Feed views, using the>NOTE: As of Spring 4. | Class | org.springframework.web.servlet.view.feed | Spring MVC |
|
| AbstractFileResolvingResource | Abstract base class for resources which resolve URLs into File references,such as UrlResource or ClassPathResource. | Class | org.springframework.core.io | Spring MVC |
|
| AbstractFlashMapManager | A base class for FlashMapManager implementations. | Class | org.springframework.web.servlet.support | Spring MVC |
|
| AbstractFormTag | Base class for all JSP form tags. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| AbstractGenericContextLoader | Abstract, generic extension of AbstractContextLoader that loads aGenericApplicationContext. | Class | org.springframework.test.context.support | Spring MVC |
|
| AbstractGenericHttpMessageConverter | Abstract base class for most GenericHttpMessageConverter implementations. | Class | org.springframework.http.converter | Spring MVC |
|
| AbstractGenericPointcutAdvisor | Abstract generic PointcutAdvisor that allows for any Advice to be configured. | Class | org.springframework.aop.support | Spring MVC |
|
| AbstractGenericWebContextLoader | Abstract, generic extension of AbstractContextLoader that loads aGenericWebApplicationContext. | Class | org.springframework.test.context.web | Spring MVC |
|
| AbstractHandlerExceptionResolver | Abstract base class for HandlerExceptionResolver implementations. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| AbstractHandlerExceptionResolver | Abstract base class for HandlerExceptionResolver implementations. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractHandlerMapping | Abstract base class for HandlerMappingSince:2. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| AbstractHandlerMapping | Abstract base class for HandlerMappingincluding handler interceptors mapped by path patterns. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractHandlerMethodAdapter | Abstract base class for HandlerAdapter implementations that supporthandlers of type HandlerMethod. | Class | org.springframework.web.servlet.mvc.method | Spring MVC |
|
| AbstractHandlerMethodExceptionResolver | Abstract base class forHandlerExceptionResolver | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractHandlerMethodMapping | Abstract base class for HandlerMapping implementations that definea mapping between a request and a HandlerMethod. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractHandshakeHandler | A base class for HandshakeHandler implementations, independent from the Servlet API. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| AbstractHeaderMapper | A base HeaderMapper implementationSince:4. | Class | org.springframework.messaging.support | Spring MVC |
|
| AbstractHtmlElementBodyTag | Convenient super class for many html tags that render content using the databindingfeatures of the AbstractHtmlElementTag. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| AbstractHtmlElementTag | Base class for databinding-aware JSP tags that render HTML element. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| AbstractHtmlInputElementTag | Base class for databinding-aware JSP tags that render HTML form input element. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| AbstractHttpInvokerRequestExecutor | Abstract base implementation of the HttpInvokerRequestExecutor interface. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| AbstractHttpMessageConverter | Abstract base class for most HttpMessageConverter implementations. | Class | org.springframework.http.converter | Spring MVC |
|
| AbstractHttpReceivingTransportHandler | Base class for HTTP transport handlers that receive messages via HTTP POST. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| AbstractHttpSendingTransportHandler | Base class for HTTP transport handlers that push messages to connected clients. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| AbstractHttpSockJsSession | An abstract base class for use with HTTP transport SockJS sessions. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| AbstractIdentityColumnMaxValueIncrementer | Abstract base class for DataFieldMaxValueIncrementer implementationswhich are based on identity columns in a sequence-like table. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| AbstractInterceptorDrivenBeanDefinitionDecorator | Base implementation forBeanDefinitionDecorators | Class | org.springframework.aop.config | Spring MVC |
|
| AbstractInterruptibleBatchPreparedStatementSetter | Abstract implementation of the InterruptibleBatchPreparedStatementSetterinterface, combining the check for available values and setting of those | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| AbstractJackson2HttpMessageConverter | Abstract base class for Jackson based and content type independentHttpMessageConverter implementations. | Class | org.springframework.http.converter.json | Spring MVC |
|
| AbstractJackson2View | Abstract base class for Jackson based and content type independentAbstractView implementations. | Class | org.springframework.web.servlet.view.json | Spring MVC |
|
| AbstractJasperReportsSingleFormatView | for views that use a fixed format, e. | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| AbstractJasperReportsView | Base class for all JasperReports views. | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| AbstractJaxb2HttpMessageConverter | Abstract base class for HttpMessageConvertersthat use JAXB2. | Class | org.springframework.http.converter.xml | Spring MVC |
|
| AbstractJaxWsServiceExporter | Abstract exporter for JAX-WS services, autodetecting annotated service beans(through the JAX-WS WebService annotation). | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| AbstractJCacheConfiguration | Abstract JSR-107 specific @Configuration class providing commonstructure for enabling JSR-107 annotation-driven cache management capability. | Class | org.springframework.cache.jcache.config | Spring MVC |
|
| AbstractJdbcCall | Abstract class to provide base functionality for easy stored procedure callsbased on configuration options and database metadata. | Class | org.springframework.jdbc.core.simple | Spring MVC |
|
| AbstractJdbcInsert | Abstract class to provide base functionality for easy insertsbased on configuration options and database metadata. | Class | org.springframework.jdbc.core.simple | Spring MVC |
|
| AbstractJExcelView | Convenient superclass for Excel document views. | Class | org.springframework.web.servlet.view.document | Spring MVC |
|
| AbstractJmsListenerContainerFactory | Base JmsListenerContainerFactory for Spring's base container implementation. | Class | org.springframework.jms.config | Spring MVC |
|
| AbstractJmsListenerEndpoint | Base model for a JMS listener endpointSince:4. | Class | org.springframework.jms.config | Spring MVC |
|
| AbstractJmsListeningContainer | Common base class for all containers which need to implement listeningbased on a JMS Connection (either shared or freshly obtained for each attempt). | Class | org.springframework.jms.listener | Spring MVC |
|
| AbstractJmxAttribute | Base class for all JMX metadata classes. | Class | org.springframework.jmx.export.metadata | Spring MVC |
|
| AbstractJpaVendorAdapter | Abstract JpaVendorAdapter implementation that defines common properties,to be translated into vendor-specific JPA properties by concrete subclasses. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| AbstractJsonpResponseBodyAdvice | A convenient base class for a ResponseBodyAdvice to instruct theMappingJackson2HttpMessageConverter | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| AbstractJUnit4SpringContextTests | Abstract base test class which integrates the Spring TestContextFramework with explicit ApplicationContext testing support | Class | org.springframework.test.context.junit4 | Spring MVC |
|
| AbstractLazyCreationTargetSource | TargetSource implementation that willlazily create a user-managed object. | Class | org.springframework.aop.target | Spring MVC |
|
| AbstractLobCreatingPreparedStatementCallback | Abstract PreparedStatementCallback implementation that manages a LobCreator. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| AbstractLobHandler | Abstract base class for LobHandler implementations. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| AbstractLobStreamingResultSetExtractor | Abstract ResultSetExtractor implementation that assumes streaming of LOB data. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| AbstractLobType | Abstract base class for Hibernate UserType implementations that map to LOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| AbstractLocaleContextResolver | Abstract base class for LocaleContextResolver implementations. | Class | org.springframework.web.servlet.i18n | Spring MVC |
|
| AbstractLocaleResolver | Abstract base class for LocaleResolver implementations. | Class | org.springframework.web.servlet.i18n | Spring MVC |
|
| AbstractMapBasedHandlerMapping | Abstract base class for HandlerMappingSupports arbitrary lookup keys, and automatically resolves handler bean names | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| AbstractMappingContentNegotiationStrategy | Base class for ContentNegotiationStrategy implementations with thesteps to resolve a request to media types. | Class | org.springframework.web.accept | Spring MVC |
|
| AbstractMappingJacksonResponseBodyAdvice | A convenient base class for ResponseBodyAdvice implementationsthat customize the response before JSON serialization with | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| AbstractMarshaller | Abstract implementation of the Marshaller and Unmarshaller interface. | Class | org.springframework.oxm.support | Spring MVC |
|
| AbstractMBeanInfoAssembler | Abstract implementation of the MBeanInfoAssembler interfacethat encapsulates the creation of a ModelMBeanInfo instance | Class | org.springframework.jmx.export.assembler | Spring MVC |
|
| AbstractMessageBrokerConfiguration | Provides essential configuration for handling messages with simple messagingprotocols such as STOMP. | Class | org.springframework.messaging.simp.config | Spring MVC |
|
| AbstractMessageChannel | Abstract base class for MessageChannel implementations. | Class | org.springframework.messaging.support | Spring MVC |
|
| AbstractMessageCondition | A base class for MessageCondition types providing implementations ofequals(Object), hashCode(), and toString(). | Class | org.springframework.messaging.handler | Spring MVC |
|
| AbstractMessageConverter | Abstract base class for SmartMessageConverter implementations includingsupport for common properties and a partial implementation of the conversion methods, | Class | org.springframework.messaging.converter | Spring MVC |
|
| AbstractMessageConverterMethodArgumentResolver | A base class for resolving method argument values by reading from the body ofa request with HttpMessageConverters. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| AbstractMessageConverterMethodProcessor | method return values by writing to the response with HttpMessageConverters. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| AbstractMessageEndpointFactory | Abstract base implementation of the JCA 1. | Class | org.springframework.jca.endpoint | Spring MVC |
|
| AbstractMessageListenerContainer | Abstract base class for Spring message listener container implementations. | Class | org.springframework.jms.listener | Spring MVC |
|
| AbstractMessageReceivingTemplate | An extension of AbstractMessageSendingTemplate that adds support forreceive style operations as defined by MessageReceivingOperations. | Class | org.springframework.messaging.core | Spring MVC |
|
| AbstractMessageSendingTemplate | Abstract base class for implementations of MessageSendingOperations. | Class | org.springframework.messaging.core | Spring MVC |
|
| AbstractMessageSource | Abstract implementation of the HierarchicalMessageSource interface,to implement a specific strategy for a concrete MessageSource. | Class | org.springframework.context.support | Spring MVC |
|
| AbstractMessagingTemplate | An extension of AbstractMessageReceivingTemplate that adds support forrequest-reply style operations as defined by MessageRequestReplyOperations. | Class | org.springframework.messaging.core | Spring MVC |
|
| AbstractMethodArgumentResolutionException | Base class for exceptions resulting from the invocation ofHandlerMethodArgumentResolver. | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| AbstractMethodMessageHandler | Abstract base class for HandlerMethod-based message handling. | Class | org.springframework.messaging.handler.invocation | Spring MVC |
|
| AbstractMockMvcBuilder | An abstract implementation of MockMvcBuilderwith common methods for configuring filters, default request properties, global | Class | org.springframework.test.web.servlet.setup | Spring MVC |
|
| AbstractMonitoringInterceptor | Base class for monitoring interceptors, such as performance monitors. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| AbstractMultiCheckedElementTag | Abstract base class to provide common methods for implementingdatabinding-aware JSP tags for rendering multiple | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| AbstractMultipartHttpServletRequest | Abstract base implementation of the MultipartHttpServletRequest interface. | Class | org.springframework.web.multipart.support | Spring MVC |
|
| AbstractNamedValueMethodArgumentResolver | Abstract base class for resolving method arguments from a named value. | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| AbstractNamedValueMethodArgumentResolver | Abstract base class for resolving method arguments from a named value. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| AbstractNestablePropertyAccessor | A basic ConfigurablePropertyAccessor that provides the necessaryinfrastructure for all typical use cases. | Class | org.springframework.beans | Spring MVC |
|
| AbstractNumberFormatter | Abstract formatter for Numbers,providing a getNumberFormat(java. | Class | org.springframework.format.number | Spring MVC |
|
| AbstractPdfStamperView | Abstract superclass for PDF views that operate on an existingdocument with an AcroForm. | Class | org.springframework.web.servlet.view.document | Spring MVC |
|
| AbstractPdfView | Abstract superclass for PDF views, using Bruno Lowagie'sApplication-specific view classes will extend this class. | Class | org.springframework.web.servlet.view.document | Spring MVC |
|
| AbstractPlatformTransactionManager | Abstract base class that implements Spring's standard transaction workflow,serving as basis for concrete platform transaction managers like | Class | org.springframework.transaction.support | Spring MVC |
|
| AbstractPointcutAdvisor | Abstract base class for PointcutAdvisoror a freely configurable pointcut/advice. | Class | org.springframework.aop.support | Spring MVC |
|
| AbstractPollingMessageListenerContainer | Base class for listener container implementations which are based on polling. | Class | org.springframework.jms.listener | Spring MVC |
|
| AbstractPoolingTargetSource | Abstract base class for pooling TargetSourcereleasing a target object from the pool for each method invocation. | Class | org.springframework.aop.target | Spring MVC |
|
| AbstractPropertyAccessor | Abstract implementation of the PropertyAccessor interface. | Class | org.springframework.beans | Spring MVC |
|
| AbstractPropertyBindingResult | Abstract base class for BindingResult implementations that work withSpring's PropertyAccessor mechanism. | Class | org.springframework.validation | Spring MVC |
|
| AbstractPropertyResolver | Abstract base class for resolving properties against any underlying source. | Class | org.springframework.core.env | Spring MVC |
|
| AbstractPrototypeBasedTargetSource | Base class for dynamic TargetSource implementationsthat create new prototype bean instances to support a pooling or | Class | org.springframework.aop.target | Spring MVC |
|
| AbstractReflectiveMBeanInfoAssembler | Builds on the AbstractMBeanInfoAssembler superclass toadd a basic algorithm for building metadata based on the | Class | org.springframework.jmx.export.assembler | Spring MVC |
|
| AbstractRefreshableApplicationContext | Base class for ApplicationContextcreating a new internal bean factory instance every time. | Class | org.springframework.context.support | Spring MVC |
|
| AbstractRefreshableConfigApplicationContext | AbstractRefreshableApplicationContext subclass that adds common handlingof specified config locations. | Class | org.springframework.context.support | Spring MVC |
|
| AbstractRefreshablePortletApplicationContext | AbstractRefreshableApplicationContextsubclass which implements the ConfigurablePortletApplicationContext | Class | org.springframework.web.portlet.context | Spring MVC |
|
| AbstractRefreshableTargetSource | Abstract TargetSource implementation thatwraps a refreshable target object. | Class | org.springframework.aop.target.dynamic | Spring MVC |
|
| AbstractRefreshableWebApplicationContext | AbstractRefreshableApplicationContextsubclass which implements the | Class | org.springframework.web.context.support | Spring MVC |
|
| AbstractRegexpMethodPointcut | Abstract base regular expression pointcut bean. | Class | org.springframework.aop.support | Spring MVC |
|
| AbstractRemoteSlsbInvokerInterceptor | Base class for interceptors proxying remote Stateless Session Beans. | Class | org.springframework.ejb.access | Spring MVC |
|
| AbstractRequestAttributes | Abstract support class for RequestAttributes implementations,offering a request completion mechanism for request-specific destruction | Class | org.springframework.web.context.request | Spring MVC |
|
| AbstractRequestAttributesScope | Abstract Scope implementation that reads from a particular scopein the current thread-bound RequestAttributes object. | Class | org.springframework.web.context.request | Spring MVC |
|
| AbstractRequestCondition | A base class for RequestCondition types providing implementations ofequals(Object), hashCode(), and toString(). | Class | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| AbstractRequestLoggingFilter | Base class for Filters that perform logging operations before and after a requestSubclasses should override the beforeRequest(HttpServletRequest, String) and | Class | org.springframework.web.filter | Spring MVC |
|
| AbstractResource | Convenience base class for Resource implementations,pre-implementing typical behavior. | Class | org.springframework.core.io | Spring MVC |
|
| AbstractResourceResolver | Base class for ResourceResolverSince:4. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| AbstractRoutingDataSource | Abstract DataSource implementation that routes getConnection()calls to one of various target DataSources based on a lookup key. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| AbstractRssFeedView | Abstract superclass for RSS Feed views, using the>NOTE: As of Spring 4. | Class | org.springframework.web.servlet.view.feed | Spring MVC |
|
| AbstractSequenceMaxValueIncrementer | Abstract base class for DataFieldMaxValueIncrementer implementations that usea database sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| AbstractServiceLoaderBasedFactoryBean | Abstract base class for FactoryBeans operating on theJDK 1. | Class | org.springframework.beans.factory.serviceloader | Spring MVC |
|
| AbstractSessionFactoryBean | Abstract FactoryBean that createsa Hibernate SessionFactory within a Spring application | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| AbstractSimpleBeanDefinitionParser | Convenient base class for when there exists a one-to-one mappingbetween attribute names on the element that is to be parsed and | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| AbstractSingleBeanDefinitionParser | Base class for those BeanDefinitionParser implementations thatneed to parse and define just a single BeanDefinition. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| AbstractSingleCheckedElementTag | Abstract base class to provide common methods for implementingdatabinding-aware JSP tags for rendering a single | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| AbstractSingletonProxyFactoryBean | Convenient superclass for FactoryBean types that produce singleton-scopedManages pre- and post-interceptors (references, rather than | Class | org.springframework.aop.framework | Spring MVC |
|
| AbstractSlsbInvokerInterceptor | Base class for AOP interceptors invoking local or remote Stateless Session Beans. | Class | org.springframework.ejb.access | Spring MVC |
|
| AbstractSockJsMessageCodec | An base class for SockJS message codec that provides an implementation ofSince:4. | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| AbstractSockJsService | An abstract base class for SockJsService implementations that provides SockJSpath resolution and handling of static SockJS requests (e. | Class | org.springframework.web.socket.sockjs.support | Spring MVC |
|
| AbstractSockJsSession | An abstract base class for SockJS sessions implementing SockJsSession. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| AbstractSpringPreparerFactory | Abstract implementation of the Tiles2 PreparerFactoryinterface, obtaining the current Spring WebApplicationContext and delegating to | Class | org.springframework.web.servlet.view.tiles2 | Spring MVC |
|
| AbstractSpringPreparerFactory | Abstract implementation of the Tiles3 PreparerFactoryinterface, obtaining the current Spring WebApplicationContext and delegating to | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
|
| AbstractSqlParameterSource | Abstract base class for SqlParameterSource implementations. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| AbstractSqlTypeValue | Abstract implementation of the SqlTypeValue interface, for convenientcreation of type values that are supposed to be passed into the | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| AbstractStandardUpgradeStrategy | A base class for RequestUpgradeStrategy implementations that buildon the standard WebSocket API for Java (JSR-356). | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| AbstractSubProtocolEvent | A base class for events for a message received from a WebSocket client andparsed into a higher-level sub-protocol (e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| AbstractSubscribableChannel | Abstract base class for SubscribableChannel implementations. | Class | org.springframework.messaging.support | Spring MVC |
|
| AbstractSubscriptionRegistry | Abstract base class for implementations of SubscriptionRegistry thatlooks up information in messages but delegates to abstract methods for the | Class | org.springframework.messaging.simp.broker | Spring MVC |
|
| AbstractTemplateView | Adapter base class for template-based view technologies such asVelocity and FreeMarker, with the ability to use request and session | Class | org.springframework.web.servlet.view | Spring MVC |
|
| AbstractTemplateViewResolver | Abstract base class for template view resolvers,in particular for Velocity and FreeMarker views. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| AbstractTestContextBootstrapper | Abstract implementation of the TestContextBootstrapper interface whichprovides most of the behavior required by a bootstrapper. | Class | org.springframework.test.context.support | Spring MVC |
|
| AbstractTestExecutionListener | Abstract implementation of the TestExecutionListener interface whichprovides empty method stubs. | Class | org.springframework.test.context.support | Spring MVC |
|
| AbstractTestNGSpringContextTests | Abstract base test class which integrates the Spring TestContext Frameworkwith explicit ApplicationContext testing support in a TestNG | Class | org.springframework.test.context.testng | Spring MVC |
|
| AbstractThemeResolver | Abstract base class for ThemeResolver implementations. | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| AbstractTraceInterceptor | Base MethodInterceptor implementation for tracing. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| AbstractTransactionalJUnit4SpringContextTests | Abstract transactional extension ofAbstractJUnit4SpringContextTests which adds convenience functionality | Class | org.springframework.test.context.junit4 | Spring MVC |
|
| AbstractTransactionalTestNGSpringContextTests | Abstract transactional extension ofAbstractTestNGSpringContextTests which adds convenience functionality | Class | org.springframework.test.context.testng | Spring MVC |
|
| AbstractTransactionManagementConfiguration | Abstract base @Configuration class providing common structure for enablingSpring's annotation-driven transaction management capability. | Class | org.springframework.transaction.annotation | Spring MVC |
|
| AbstractTransactionStatus | Abstract base implementation of theTransactionStatus interface. | Class | org.springframework.transaction.support | Spring MVC |
|
| AbstractTransactionSupportingCacheManager | Base class for CacheManager implementations that want to support built-inawareness of Spring-managed transactions. | Class | org.springframework.cache.transaction | Spring MVC |
|
| AbstractTransportHandler | | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| AbstractTypeHierarchyTraversingFilter | Type filter that is aware of traversing over hierarchy. | Class | org.springframework.core.type.filter | Spring MVC |
|
| AbstractTyrusRequestUpgradeStrategy | A base class for RequestUpgradeStrategy implementations on top ofJSR-356 based servers which include Tyrus as their WebSocket engine. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| AbstractUrlBasedView | Abstract base class for URL-based views. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| AbstractUrlHandlerMapping | Abstract base class for URL-mapped HandlerMappingURL lookup. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractUrlMethodNameResolver | Abstract base class for URL-based MethodNameResolver implementations. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
|
| AbstractUrlViewController | Abstract base class for Controllers that return a view namebased on the request URL. | Class | org.springframework.web.servlet.mvc | Spring MVC |
|
| AbstractValueAdaptingCache | Common base class for Cache implementations that need to adaptnull values (and potentially other such special values) before | Class | org.springframework.cache.support | Spring MVC |
|
| AbstractVersionStrategy | Abstract base class for VersionStrategy implementations. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| AbstractView | Abstract base class for Viewconvenient configuration as Spring-managed bean instances. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| AbstractWebArgumentResolverAdapter | An abstract base class adapting a WebArgumentResolver to theHandlerMethodArgumentResolver contract. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| AbstractWebSocketClient | Abstract base class for WebSocketClient implementations. | Class | org.springframework.web.socket.client | Spring MVC |
|
| AbstractWebSocketHandler | A convenient base class for WebSocketHandler implementation with empty methods. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| AbstractWebSocketHandlerRegistration | Base class for WebSocketHandlerRegistrations that gathers all the configurationoptions but allows sub-classes to put together the actual HTTP request mappings. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| AbstractWebSocketMessage | A message that can be handled or sent on a WebSocket connection. | Class | org.springframework.web.socket | Spring MVC |
|
| AbstractWebSocketMessageBrokerConfigurer | A convenient abstract base class for WebSocketMessageBrokerConfigurerSince:4. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| AbstractWebSocketSession | An abstract base class for implementations of WebSocketSession. | Class | org.springframework.web.socket.adapter | Spring MVC |
|
| AbstractWireFeedHttpMessageConverter | Abstract base class for Atom and RSS Feed message converters, using the>NOTE: As of Spring 4. | Class | org.springframework.http.converter.feed | Spring MVC |
|
| AbstractXhrTransport | Abstract base class for XHR transport implementations to extend. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| AbstractXlsView | Convenient superclass for Excel document views in traditional XLS format. | Class | org.springframework.web.servlet.view.document | Spring MVC |
|
| AbstractXlsxStreamingView | Convenient superclass for Excel document views in the Office 2007 XLSX format,using POI's streaming variant. | Class | org.springframework.web.servlet.view.document | Spring MVC |
|
| AbstractXlsxView | Convenient superclass for Excel document views in the Office 2007 XLSX format(as supported by POI-OOXML). | Class | org.springframework.web.servlet.view.document | Spring MVC |
|
| AbstractXmlApplicationContext | Convenient base class for ApplicationContextunderstood by an XmlBeanDefinitionReader. | Class | org.springframework.context.support | Spring MVC |
|
| AbstractXmlHttpMessageConverter | Abstract base class for HttpMessageConvertersthat convert from/to XML. | Class | org.springframework.http.converter.xml | Spring MVC |
|
| AcceptHeaderLocaleResolver | LocaleResolver implementation that simply uses the primary localespecified in the accept-language header of the HTTP request (that is, | Class | org.springframework.web.servlet.i18n | Spring MVC |
|
| AccessException | An AccessException is thrown by an accessor if it has an unexpected problem. | Class | org.springframework.expression | Spring MVC |
|
| ActionMapping | Annotation for mapping Portlet action requests onto handler methods. | Class | org.springframework.web.portlet.bind.annotation | Spring MVC |
|
| ActiveProfiles | ActiveProfiles is a class-level annotation that is used to declarewhich active bean definition profiles should be used when loading | Class | org.springframework.test.context | Spring MVC |
|
| ActiveProfilesResolver | Strategy interface for programmatically resolving which active beandefinition profiles should be used when loading an | Interface | org.springframework.test.context | Spring MVC |
|
| AdaptableJobFactory | JobFactory implementation that supports Runnableobjects as well as standard Quartz Job instances. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| AdviceEntry | ParseState entry representing an advice element. | Class | org.springframework.aop.config | Spring MVC |
|
| AdviceMode | Enumeration used to determine whether JDK proxy-based or AspectJ weaving-based adviceSince:3. | Class | org.springframework.context.annotation | Spring MVC |
|
| AdviceModeImportSelector | Convenient base class for ImportSelector implementations that select importsbased on an AdviceMode value from an annotation (such as the @Enable* | Class | org.springframework.context.annotation | Spring MVC |
|
| Advised | Interface to be implemented by classes that hold the configurationof a factory of AOP proxies. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AdvisedSupport | Base class for AOP proxy configuration managers. | Class | org.springframework.aop.framework | Spring MVC |
|
| AdvisedSupportListener | Listener to be registered on ProxyCreatorSupport objectsAllows for receiving callbacks on activation and change of advice. | Interface | org.springframework.aop.framework | Spring MVC |
|
| Advisor | Base interface holding AOP advice (action to take at a joinpoint)and a filter determining the applicability of the advice (such as | Interface | org.springframework.aop | Spring MVC |
|
| AdvisorAdapter | Interface allowing extension to the Spring AOP framework to allowhandling of new Advisors and Advice types. | Interface | org.springframework.aop.framework.adapter | Spring MVC |
|
| AdvisorAdapterRegistrationManager | BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory withan AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry). | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| AdvisorAdapterRegistry | Interface for registries of Advisor adapters. | Interface | org.springframework.aop.framework.adapter | Spring MVC |
|
| AdvisorChainFactory | Factory interface for advisor chains. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AdvisorComponentDefinition | that bridges the gap between the advisor bean definition configuredby the tag and the component definition | Class | org.springframework.aop.config | Spring MVC |
|
| AdvisorEntry | ParseState entry representing an advisor. | Class | org.springframework.aop.config | Spring MVC |
|
| AfterReturningAdvice | After returning advice is invoked only on normal method return, not if anexception is thrown. | Interface | org.springframework.aop | Spring MVC |
|
| AfterReturningAdviceInterceptor | Interceptor to wrap am AfterReturningAdvice. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| AfterTransaction | Test annotation to indicate that the annotated public void methodshould be executed after a transaction is ended for a test method | Class | org.springframework.test.context.transaction | Spring MVC |
|
| AliasDefinition | Representation of an alias that has been registered during the parsing process. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| AliasFor | @AliasFor is an annotation that is used to declare aliases forannotation attributes. | Class | org.springframework.core.annotation | Spring MVC |
|
| AliasRegistry | Common interface for managing aliases. | Interface | org.springframework.core | Spring MVC |
|
| AllEncompassingFormHttpMessageConverter | Extension of FormHttpMessageConverter,adding support for XML and JSON-based parts. | Class | org.springframework.http.converter.support | Spring MVC |
|
| AlternativeJdkIdGenerator | An IdGenerator that uses SecureRandom for the initial seed andRandom thereafter, instead of calling UUID. | Class | org.springframework.util | Spring MVC |
|
| AnnotatedBeanDefinition | interface that exposes AnnotationMetadataabout its bean class - without requiring the class to be loaded yet. | Interface | org.springframework.beans.factory.annotation | Spring MVC |
|
| AnnotatedBeanDefinitionReader | Convenient adapter for programmatic registration of annotated bean classes. | Class | org.springframework.context.annotation | Spring MVC |
|
| AnnotatedElementKey | Represent an AnnotatedElement on a particular Classand is suitable as a key. | Class | org.springframework.context.expression | Spring MVC |
|
| AnnotatedElementUtils | General utility methods for finding annotations and meta-annotations onAnnotatedElementUtils defines the public API for Spring's | Class | org.springframework.core.annotation | Spring MVC |
|
| AnnotatedEndpointConnectionManager | A WebSocket connection manager that is given a URI, aClientEndpoint-annotated endpoint, connects to a | Class | org.springframework.web.socket.client.standard | Spring MVC |
|
| AnnotatedGenericBeanDefinition | Extension of the GenericBeanDefinitionclass, adding support for annotation metadata exposed through the | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| AnnotatedTypeMetadata | Defines access to the annotations of a specific type (classor method), in a form that does not necessarily require the | Interface | org.springframework.core.type | Spring MVC |
|
| AnnotationAsyncExecutionInterceptor | Specialization of AsyncExecutionInterceptor that delegates method execution toan Executor based on the Async annotation. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| AnnotationAttributes | LinkedHashMap subclass representing annotation attributekey-value pairs as read by AnnotationUtils, | Class | org.springframework.core.annotation | Spring MVC |
|
| AnnotationAwareAspectJAutoProxyCreator | AspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJannotation aspects in the current application context, as well as Spring Advisors. | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| AnnotationAwareOrderComparator | AnnotationAwareOrderComparator is an extension ofOrderComparator that supports Spring's | Class | org.springframework.core.annotation | Spring MVC |
|
| AnnotationBeanNameGenerator | @Component annotationor with another annotation that is itself annotated with | Class | org.springframework.context.annotation | Spring MVC |
|
| AnnotationBeanUtils | General utility methods for working with annotations in JavaBeans style. | Class | org.springframework.beans.annotation | Spring MVC |
|
| AnnotationBeanWiringInfoResolver | BeanWiringInfoResolver thatuses the Configurable annotation to identify which classes need autowiring. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| AnnotationCacheOperationSource | This class reads Spring's Cacheable, CachePut and CacheEvictannotations and exposes corresponding caching operation definition to Spring's cache | Class | org.springframework.cache.annotation | Spring MVC |
|
| AnnotationClassFilter | Simple ClassFilter that looks for a specific Java 5 annotationbeing present on a class. | Class | org.springframework.aop.support.annotation | Spring MVC |
|
| AnnotationConfigApplicationContext | Standalone application context, accepting annotated classes as input - in particular@Configuration-annotated classes, but also plain | Class | org.springframework.context.annotation | Spring MVC |
|
| AnnotationConfigBeanDefinitionParser | Parser for the element. | Class | org.springframework.context.annotation | Spring MVC |
|
| AnnotationConfigContextLoader | Concrete implementation of AbstractGenericContextLoader that loadsbean definitions from annotated classes. | Class | org.springframework.test.context.support | Spring MVC |
|
| AnnotationConfigContextLoaderUtils | Utility methods for SmartContextLoaders that dealwith annotated classes (e. | Class | org.springframework.test.context.support | Spring MVC |
|
| AnnotationConfigRegistry | Common interface for annotation config application contexts,defining register(java. | Interface | org.springframework.context.annotation | Spring MVC |
|
| AnnotationConfigurationException | Thrown by AnnotationUtils and synthesized annotationsif an annotation is improperly configured. | Class | org.springframework.core.annotation | Spring MVC |
|
| AnnotationConfigUtils | Utility class that allows for convenient registration of commonBeanPostProcessor and | Class | org.springframework.context.annotation | Spring MVC |
|
| AnnotationConfigWebApplicationContext | WebApplicationContext@Configuration-annotated | Class | org.springframework.web.context.support | Spring MVC |
|
| AnnotationConfigWebContextLoader | Concrete implementation of AbstractGenericWebContextLoader that loadsbean definitions from annotated classes. | Class | org.springframework.test.context.web | Spring MVC |
|
| AnnotationDrivenBeanDefinitionParser | Parser for the 'annotation-driven' element of the 'task' namespace. | Class | org.springframework.scheduling.config | Spring MVC |
|
| AnnotationExceptionHandlerMethodResolver | A sub-class of AbstractExceptionHandlerMethodResolver that looks forMessageExceptionHandler-annotated methods in a given class. | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| AnnotationFormatterFactory | A factory that creates formatters to format values of fields annotated with a particularFor example, a DateTimeFormatAnnotationFormatterFactory might create a formatter | Interface | org.springframework.format | Spring MVC |
|
| AnnotationJCacheOperationSource | the JSR-107 CacheResult, CachePut, CacheRemove andCacheRemoveAll annotations. | Class | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| AnnotationJmxAttributeSource | reads annotations and exposes the corresponding attributes. | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| AnnotationMatchingPointcut | Simple Pointcut that looks for a specific Java 5 annotationbeing present on a class or | Class | org.springframework.aop.support.annotation | Spring MVC |
|
| AnnotationMBeanExporter | Convenient subclass of Spring's standard MBeanExporter,activating Java 5 annotation usage for JMX exposure of Spring beans: | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| AnnotationMetadata | Interface that defines abstract access to the annotations of a specificclass, in a form that does not require that class to be loaded yet. | Interface | org.springframework.core.type | Spring MVC |
|
| AnnotationMetadataReadingVisitor | ASM class visitor which looks for the class name and implemented types aswell as for the annotations defined on the class, exposing them through | Class | org.springframework.core.type.classreading | Spring MVC |
|
| AnnotationMethodHandlerAdapter | interface that maps handler methods based on portlet modes, action/render phasesand request parameters expressed through the RequestMapping annotation. | Class | org.springframework.web.portlet.mvc.annotation | Spring MVC |
|
| AnnotationMethodHandlerAdapter | that maps handler methods based on HTTP paths, HTTP methods, and request parametersexpressed through the RequestMapping annotation. | Class | org.springframework.web.servlet.mvc.annotation | Spring MVC |
|
| AnnotationMethodHandlerExceptionResolver | exceptions through the ExceptionHandler annotation. | Class | org.springframework.web.portlet.mvc.annotation | Spring MVC |
|
| AnnotationMethodHandlerExceptionResolver | exceptions through the ExceptionHandler annotation. | Class | org.springframework.web.servlet.mvc.annotation | Spring MVC |
|
| AnnotationMethodMatcher | Simple MethodMatcher that looks for a specific Java 5 annotationbeing present on a method (checking both the method on the invoked | Class | org.springframework.aop.support.annotation | Spring MVC |
|
| AnnotationScopeMetadataResolver | A ScopeMetadataResolver implementation that by default checks forthe presence of Spring's @Scope annotation on the bean class. | Class | org.springframework.context.annotation | Spring MVC |
|
| AnnotationSessionFactoryBean | Subclass of Spring's standard LocalSessionFactoryBean for Hibernate,supporting annotation metadata for mappings. | Class | org.springframework.orm.hibernate3.annotation | Spring MVC |
|
| AnnotationTransactionAttributeSource | TransactionAttributeSourceinterface for working with transaction metadata in JDK 1. | Class | org.springframework.transaction.annotation | Spring MVC |
|
| AnnotationTypeFilter | A simple filter which matches classes with a given annotation,checking inherited annotations as well. | Class | org.springframework.core.type.filter | Spring MVC |
|
| AnnotationUtils | General utility methods for working with annotations, handling meta-annotations,bridge methods (which the compiler generates for generic declarations) as well | Class | org.springframework.core.annotation | Spring MVC |
|
| AnnotationVisitor | A visitor to visit a Java annotation. | Class | org.springframework.asm | Spring MVC |
|
| AntPathMatcher | PathMatcher implementation for Ant-style path patterns. | Class | org.springframework.util | Spring MVC |
|
| AopConfigException | Exception that gets thrown on illegal AOP configuration arguments. | Class | org.springframework.aop.framework | Spring MVC |
|
| AopConfigUtils | Utility class for handling registration of AOP auto-proxy creators. | Class | org.springframework.aop.config | Spring MVC |
|
| AopContext | Class containing static methods used to obtain information about the current AOP invocation. | Class | org.springframework.aop.framework | Spring MVC |
|
| AopInfrastructureBean | Marker interface that indicates a bean that is part of Spring'sAOP infrastructure. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AopInvocationException | Exception that gets thrown when an AOP invocation failedbecause of misconfiguration or unexpected runtime issues. | Class | org.springframework.aop | Spring MVC |
|
| AopNamespaceHandler | NamespaceHandler for the aop namespace. | Class | org.springframework.aop.config | Spring MVC |
|
| AopNamespaceUtils | Utility class for handling registration of auto-proxy creators used internallyby the 'aop' namespace tags. | Class | org.springframework.aop.config | Spring MVC |
|
| AopProxy | Delegate interface for a configured AOP proxy, allowing for the creationof actual proxy objects. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AopProxyFactory | Interface to be implemented by factories that are able to createAOP proxies based on AdvisedSupport configuration objects. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AopProxyUtils | Utility methods for AOP proxy factories. | Class | org.springframework.aop.framework | Spring MVC |
|
| AopTestUtils | AopTestUtils is a collection of AOP-related utility methods foruse in unit and integration testing scenarios. | Class | org.springframework.test.util | Spring MVC |
|
| AopUtils | Utility methods for AOP support code. | Class | org.springframework.aop.support | Spring MVC |
|
| AppCacheManifestTransformer | A ResourceTransformer implementation that helps handling resourceswithin HTML5 AppCache manifests for HTML5 offline applications. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| ApplicationContext | Central interface to provide configuration for an application. | Interface | org.springframework.context | Spring MVC |
|
| ApplicationContextAware | Interface to be implemented by any object that wishes to be notifiedof the ApplicationContext that it runs in. | Interface | org.springframework.context | Spring MVC |
|
| ApplicationContextEvent | Base class for events raised for an ApplicationContext. | Class | org.springframework.context.event | Spring MVC |
|
| ApplicationContextException | Exception thrown during application context initialization. | Class | org.springframework.context | Spring MVC |
|
| ApplicationContextInitializer | Callback interface for initializing a Spring ConfigurableApplicationContextprior to being refreshed. | Interface | org.springframework.context | Spring MVC |
|
| ApplicationEvent | Class to be extended by all application events. | Class | org.springframework.context | Spring MVC |
|
| ApplicationEventMulticaster | Interface to be implemented by objects that can manage a number ofApplicationListener objects, and publish events to them. | Interface | org.springframework.context.event | Spring MVC |
|
| ApplicationEventPublisher | Interface that encapsulates event publication functionality. | Interface | org.springframework.context | Spring MVC |
|
| ApplicationEventPublisherAware | Interface to be implemented by any object that wishes to be notifiedof the ApplicationEventPublisher (typically the ApplicationContext) | Interface | org.springframework.context | Spring MVC |
|
| ApplicationListener | Interface to be implemented by application event listeners. | Interface | org.springframework.context | Spring MVC |
|
| ApplicationListenerMethodAdapter | GenericApplicationListener adapter that delegates the processing ofan event to an EventListener annotated method. | Class | org.springframework.context.event | Spring MVC |
|
| ApplicationObjectSupport | Convenient superclass for application objects that want to be aware ofthe application context, e. | Class | org.springframework.context.support | Spring MVC |
|
| ArgumentAware | Allows implementing tag to utilize nested spring:argument tags. | Interface | org.springframework.web.servlet.tags | Spring MVC |
|
| ArgumentConvertingMethodInvoker | Subclass of MethodInvoker that tries to convert the givenarguments for the actual target method via a TypeConverter. | Class | org.springframework.beans.support | Spring MVC |
|
| ArgumentPreparedStatementSetter | Simple adapter for PreparedStatementSetter that applies a given array of arguments. | Class | org.springframework.jdbc.core | Spring MVC |
|
| ArgumentTag | JSP tag for collecting arguments and passing them to an ArgumentAwareancestor in the tag hierarchy. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| ArgumentTypePreparedStatementSetter | Simple adapter for PreparedStatementSetter that appliesgiven arrays of arguments and JDBC argument types. | Class | org.springframework.jdbc.core | Spring MVC |
|
| AspectComponentDefinition | that holds an aspect definition, including its nested pointcuts. | Class | org.springframework.aop.config | Spring MVC |
|
| AspectEntry | ParseState entry representing an aspect. | Class | org.springframework.aop.config | Spring MVC |
|
| AspectInstanceFactory | Interface implemented to provide an instance of an AspectJ aspect. | Interface | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJAdviceParameterNameDiscoverer | ParameterNameDiscoverer implementation that tries to deduce parameter namesfor an advice method from the pointcut expression, returning, and throwing clauses. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJAdvisorFactory | Interface for factories that can create Spring AOP Advisors from classesannotated with AspectJ annotation syntax. | Interface | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| AspectJAfterAdvice | Spring AOP advice wrapping an AspectJ after advice method. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJAfterReturningAdvice | Spring AOP advice wrapping an AspectJ after-returning advice method. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJAfterThrowingAdvice | Spring AOP advice wrapping an AspectJ after-throwing advice method. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJAopUtils | Utility methods for dealing with AspectJ advisors. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJAroundAdvice | Spring AOP around advice (MethodInterceptor) that wrapsan AspectJ advice method. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJAsyncConfiguration | @Configuration class that registers the Spring infrastructure beans necessaryto enable AspectJ-based asynchronous method execution. | Class | org.springframework.scheduling.aspectj | Spring MVC |
|
| AspectJAwareAdvisorAutoProxyCreator | AbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules | Class | org.springframework.aop.aspectj.autoproxy | Spring MVC |
|
| AspectJCachingConfiguration | @Configuration class that registers the Spring infrastructure beans necessaryto enable AspectJ-based annotation-driven cache management. | Class | org.springframework.cache.aspectj | Spring MVC |
|
| AspectJExpressionPointcut | Spring Pointcut implementationthat uses the AspectJ weaver to evaluate a pointcut expression. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJExpressionPointcutAdvisor | Spring AOP Advisor that can be used for any AspectJ pointcut expression. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJJCacheConfiguration | @Configuration class that registers the Spring infrastructure beans necessaryto enable AspectJ-based annotation-driven cache management for standard JSR-107 | Class | org.springframework.cache.aspectj | Spring MVC |
|
| AspectJMethodBeforeAdvice | Spring AOP advice that wraps an AspectJ before method. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJPointcutAdvisor | AspectJPointcutAdvisor that adapts an AbstractAspectJAdviceto the PointcutAdvisor interface. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJPrecedenceInformation | Interface to be implemented by types that can supply the informationneeded to sort advice/advisors by AspectJ's precedence rules. | Interface | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJProxyFactory | AspectJ-based proxy factory, allowing for programmatic buildingof proxies which include AspectJ aspects (code style as well | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| AspectJProxyUtils | Utility methods for working with AspectJ proxies. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJTransactionManagementConfiguration | @Configuration class that registers the Spring infrastructure beans necessaryto enable AspectJ-based annotation-driven transaction management. | Class | org.springframework.transaction.aspectj | Spring MVC |
|
| AspectJTypeFilter | Type filter that uses AspectJ type pattern for matching. | Class | org.springframework.core.type.filter | Spring MVC |
|
| AspectJWeaverMessageHandler | routes AspectJ weaving messages through the same logging system as theregular Spring messages. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| AspectJWeavingEnabler | Post-processor that registers AspectJ'sClassPreProcessorAgentAdapter | Class | org.springframework.context.weaving | Spring MVC |
|
| AspectMetadata | Metadata for an AspectJ aspect class, with an additional Spring AOP pointcutUses AspectJ 5 AJType reflection API, so is only supported on Java 5. | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| Assert | Assertion utility class that assists in validating arguments. | Class | org.springframework.util | Spring MVC |
|
| AssertionErrors | JUnit independent assertion class. | Class | org.springframework.test.util | Spring MVC |
|
| Assign | Represents assignment. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| AssignableTypeFilter | A simple filter which matches classes that are assignable to a given type. | Class | org.springframework.core.type.filter | Spring MVC |
|
| AstUtils | Utilities methods for use in the Ast classes. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| Async | Annotation that marks a method as a candidate for asynchronous execution. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| AsyncAnnotationAdvisor | Advisor that activates asynchronous method execution through the Asyncannotation. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| AsyncAnnotationBeanPostProcessor | Bean post-processor that automatically applies asynchronous invocationbehavior to any bean that carries the Async annotation at class or | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| AsyncClientHttpRequest | Represents a client-side asynchronous HTTP request. | Interface | org.springframework.http.client | Spring MVC |
|
| AsyncClientHttpRequestFactory | Factory for AsyncClientHttpRequest objects. | Interface | org.springframework.http.client | Spring MVC |
|
| AsyncConfigurationSelector | Selects which implementation of AbstractAsyncConfiguration should be used basedon the value of EnableAsync. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| AsyncConfigurer | Interface to be implemented by @Configuration classes annotated with @EnableAsync that wish to customize theExecutor instance used when processing async method invocations or the | Interface | org.springframework.scheduling.annotation | Spring MVC |
|
| AsyncConfigurerSupport | A convenience AsyncConfigurer that implements all methodsso that the defaults are used. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| AsyncExecutionAspectSupport | Base class for asynchronous method execution aspects, such asorg. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| AsyncExecutionInterceptor | AOP Alliance MethodInterceptor that processes method invocationsasynchronously, using a given AsyncTaskExecutor. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| AsyncHandlerInterceptor | start of asynchronous request handling. | Interface | org.springframework.web.servlet | Spring MVC |
|
| AsyncHandlerMethodReturnValueHandler | An extension of HandlerMethodReturnValueHandler for handling async,Future-like return value types that support success and error callbacks. | Interface | org.springframework.messaging.handler.invocation | Spring MVC |
|
| AsyncHandlerMethodReturnValueHandler | A HandlerMethodReturnValueHandler that handles return values thatrepresent asynchronous computation. | Interface | org.springframework.web.method.support | Spring MVC |
|
| AsyncHttpAccessor | Base class for AsyncRestTemplateand other HTTP accessing gateway helpers, defining common properties | Class | org.springframework.http.client.support | Spring MVC |
|
| AsyncListenableTaskExecutor | Extension of the AsyncTaskExecutor interface, adding the capability to submittasks for ListenableFutures. | Interface | org.springframework.core.task | Spring MVC |
|
| AsyncRequestCallback | Callback interface for code that operates on an AsyncClientHttpRequest. | Interface | org.springframework.web.client | Spring MVC |
|
| AsyncRestOperations | Interface specifying a basic set of asynchronous RESTful operations. | Interface | org.springframework.web.client | Spring MVC |
|
| AsyncRestTemplate | Spring's central class for asynchronous client-side HTTP access. | Class | org.springframework.web.client | Spring MVC |
|
| AsyncResult | A pass-through Future handle that can be used for method signatureswhich are declared with a Future return type for asynchronous execution. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| AsyncSupportConfigurer | Helps with configuring options for asynchronous request processing. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| AsyncTaskExecutor | offering an overloaded execute(Runnable, long) variant with a starttimeout parameter as well support for Callable. | Interface | org.springframework.core.task | Spring MVC |
|
| AsyncTaskMethodReturnValueHandler | Handles return values of type WebAsyncTask. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| AsyncUncaughtExceptionHandler | A strategy for handling uncaught exceptions thrown from asynchronous methods. | Interface | org.springframework.aop.interceptor | Spring MVC |
|
| AsyncWebRequest | | Interface | org.springframework.web.context.request.async | Spring MVC |
|
| AsyncWebRequestInterceptor | asynchronous request handling. | Interface | org.springframework.web.context.request | Spring MVC |
|
| AtomFeedHttpMessageConverter | that can read and write Atom feeds. | Class | org.springframework.http.converter.feed | Spring MVC |
|
| Attribute | A non standard class, field, method or code attribute. | Class | org.springframework.asm | Spring MVC |
|
| AttributeAccessor | Interface defining a generic contract for attaching and accessing metadatato/from arbitrary objects. | Interface | org.springframework.core | Spring MVC |
|
| AttributeAccessorSupport | Support class for AttributeAccessors, providinga base implementation of all methods. | Class | org.springframework.core | Spring MVC |
|
| AutodetectCapableMBeanInfoAssembler | MBeanExporter to include additional beans in the registration process. | Interface | org.springframework.jmx.export.assembler | Spring MVC |
|
| AutoPopulatingList | Simple List wrapper class that allows for elements to beautomatically populated as they are requested. | Class | org.springframework.util | Spring MVC |
|
| AutoProxyRegistrar | Registers an auto proxy creator against the current BeanDefinitionRegistryas appropriate based on an @Enable* annotation having mode and | Class | org.springframework.context.annotation | Spring MVC |
|
| AutoProxyUtils | Utilities for auto-proxy aware components. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| Autowire | Enumeration determining autowiring status: that is, whether a bean shouldhave its dependencies automatically injected by the Spring container using | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| AutowireCandidateQualifier | Qualifier for resolving autowire candidates. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AutowireCandidateResolver | Strategy interface for determining whether a specific bean definitionqualifies as an autowire candidate for a specific dependency. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| AutowireCapableBeanFactory | Extension of the BeanFactoryinterface to be implemented by bean factories that are capable of | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| Autowired | Marks a constructor, field, setter method or config method as to beautowired by Spring's dependency injection facilities. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| AutowiredAnnotationBeanPostProcessor | BeanPostProcessor implementationthat autowires annotated fields, setter methods and arbitrary config methods. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| Aware | Marker superinterface indicating that a bean is eligible to benotified by the Spring container of a particular framework object | Interface | org.springframework.beans.factory | Spring MVC |
|
| BackOff | Provide a BackOffExecution that indicates the rate at whichan operation should be retried. | Interface | org.springframework.util.backoff | Spring MVC |
|
| BackOffExecution | Represent a particular back-off execution. | Interface | org.springframework.util.backoff | Spring MVC |
|
| BadSqlGrammarException | Exception thrown when SQL specified is invalid. | Class | org.springframework.jdbc | Spring MVC |
|
| Base64Utils | A simple utility class for Base64 encoding and decoding. | Class | org.springframework.util | Spring MVC |
|
| BasicOperation | The base interface that all cache operations must implement. | Interface | org.springframework.cache.interceptor | Spring MVC |
|
| BatchPreparedStatementSetter | Batch update callback interface used by the JdbcTemplate class. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| BatchSqlUpdate | SqlUpdate subclass that performs batch update operations. | Class | org.springframework.jdbc.object | Spring MVC |
|
| BatchUpdateUtils | Generic utility methods for working with JDBC batch statements. | Class | org.springframework.jdbc.core | Spring MVC |
|
| Bean | Indicates that a method produces a bean to be managed by the Spring container. | Class | org.springframework.context.annotation | Spring MVC |
|
| BeanClassLoaderAware | Callback that allows a bean to be aware of the beanclass loader; that is, the class loader used by the | Interface | org.springframework.beans.factory | Spring MVC |
|
| BeanComponentDefinition | ComponentDefinition based on a standard BeanDefinition, exposing the given beandefinition as well as inner bean definitions and bean references for the given bean. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| BeanConfigurerSupport | Convenient base class for bean configurers that can perform Dependency Injectionon objects (however they may be created). | Class | org.springframework.beans.factory.wiring | Spring MVC |
|
| BeanCreatingHandlerProvider | Instantiates a target handler through a Spring BeanFactory and also providesan equivalent destroy method. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| BeanCreationException | Exception thrown when a BeanFactory encounters an error whenattempting to create a bean from a bean definition. | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanCreationNotAllowedException | Exception thrown in case of a bean being requested despitebean creation currently not being allowed (for example, during | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanCurrentlyInCreationException | Exception thrown in case of a reference to a bean that's currently in creation. | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanDefinition | A BeanDefinition describes a bean instance, which has property values,constructor argument values, and further information supplied by | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| BeanDefinitionBuilder | Programmatic means of constructingusing the builder pattern. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionDecorator | Interface used by the DefaultBeanDefinitionDocumentReaderto handle custom, nested (directly under a ) tags. | Interface | org.springframework.beans.factory.xml | Spring MVC |
|
| BeanDefinitionDefaults | A simple holder for BeanDefinition property defaults. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionDocumentReader | SPI for parsing an XML document that contains Spring bean definitions. | Interface | org.springframework.beans.factory.xml | Spring MVC |
|
| BeanDefinitionHolder | Holder for a BeanDefinition with name and aliases. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| BeanDefinitionParser | Interface used by the DefaultBeanDefinitionDocumentReader to handle custom,top-level (directly under ) tags. | Interface | org.springframework.beans.factory.xml | Spring MVC |
|
| BeanDefinitionParserDelegate | Stateful delegate class used to parse XML bean definitions. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| BeanDefinitionParsingException | Exception thrown when a bean definition reader encounters an errorduring the parsing process. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| BeanDefinitionReader | Simple interface for bean definition readers. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionReaderUtils | Utility methods that are useful for bean definition reader implementations. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionRegistry | Interface for registries that hold bean definitions, for example RootBeanDefinitionand ChildBeanDefinition instances. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionRegistryPostProcessor | Extension to the standard BeanFactoryPostProcessor SPI, allowing forthe registration of further bean definitions before regular | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionStoreException | Exception thrown when a BeanFactory encounters an invalid bean definition:e. | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanDefinitionValidationException | Exception thrown when the validation of a bean definition failed. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionVisitor | Visitor class for traversing BeanDefinition objects, in particularthe property values and constructor argument values contained in them, | Class | org.springframework.beans.factory.config | Spring MVC |
|
| BeanEntry | ParseState entry representing a bean definition. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| BeanExpressionContext | Context object for evaluating an expression within a bean definition. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| BeanExpressionContextAccessor | EL property accessor that knows how to traverse the beans and contextual objectsof a Spring BeanExpressionContext. | Class | org.springframework.context.expression | Spring MVC |
|
| BeanExpressionException | Exception that indicates an expression evaluation attempt having failed. | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanExpressionResolver | Strategy interface for resolving a value through evaluating itas an expression, if applicable. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| BeanFactory | The root interface for accessing a Spring bean container. | Interface | org.springframework.beans.factory | Spring MVC |
|
| BeanFactoryAccessor | EL property accessor that knows how to traverse the beans of aSince:3. | Class | org.springframework.context.expression | Spring MVC |
|
| BeanFactoryAdvisorRetrievalHelper | Helper for retrieving standard Spring Advisors from a BeanFactory,for use with auto-proxying. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| BeanFactoryAnnotationUtils | Convenience methods performing bean lookups related to annotations, for exampleSpring's @Qualifier annotation. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| BeanFactoryAspectInstanceFactory | AspectInstanceFactory implementationbacked by a Spring BeanFactory. | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| BeanFactoryAspectJAdvisorsBuilder | Helper for retrieving @AspectJ beans from a BeanFactory and buildingSpring Advisors based on them, for use with auto-proxying. | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| BeanFactoryAware | Interface to be implemented by beans that wish to be aware of theirFor example, beans can look up collaborating beans via the factory | Interface | org.springframework.beans.factory | Spring MVC |
|
| BeanFactoryCacheOperationSourceAdvisor | Advisor driven by a CacheOperationSource, used to include acache advice bean for methods that are cacheable. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| BeanFactoryDataSourceLookup | DataSourceLookup implementation based on a Spring BeanFactory. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| BeanFactoryDestinationResolver | DestinationResolver implementation based on a Spring BeanFactory. | Class | org.springframework.jms.support.destination | Spring MVC |
|
| BeanFactoryJCacheOperationSourceAdvisor | Advisor driven by a JCacheOperationSource, used to include acache advice bean for methods that are cacheable. | Class | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| BeanFactoryLocator | Defines a contract for the lookup, use, and release of aor a BeanFactory subclass such as an | Interface | org.springframework.beans.factory.access | Spring MVC |
|
| BeanFactoryMessageChannelDestinationResolver | An implementation of DestinationResolver that interprets a destinationname as the bean name of a MessageChannel and looks up the bean in | Class | org.springframework.messaging.core | Spring MVC |
|
| BeanFactoryPostProcessor | Allows for custom modification of an application context's bean definitions,adapting the bean property values of the context's underlying bean factory. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| BeanFactoryReference | Used to track a reference to a BeanFactory obtained througha BeanFactoryLocator. | Interface | org.springframework.beans.factory.access | Spring MVC |
|
| BeanFactoryRefreshableTargetSource | Refreshable TargetSource that fetches fresh target beans from a BeanFactory. | Class | org.springframework.aop.target.dynamic | Spring MVC |
|
| BeanFactoryResolver | EL bean resolver that operates against a SpringSince:3. | Class | org.springframework.context.expression | Spring MVC |
|
| BeanFactoryTransactionAttributeSourceAdvisor | Advisor driven by a TransactionAttributeSource, used to includea transaction advice bean for methods that are transactional. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| BeanFactoryUtils | Convenience methods operating on bean factories, in particularon the ListableBeanFactory interface. | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanInfoFactory | Strategy interface for creating BeanInfo instances for Spring beans. | Interface | org.springframework.beans | Spring MVC |
|
| BeanInitializationException | Exception that a bean implementation is suggested to throw if its ownfactory-aware initialization code fails. | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanInstantiationException | Exception thrown when instantiation of a bean failed. | Class | org.springframework.beans | Spring MVC |
|
| BeanIsAbstractException | Exception thrown when a bean instance has been requested fora bean definition which has been marked as abstract. | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanIsNotAFactoryException | Exception thrown when a bean is not a factory, but a user tries to getat the factory for the given bean name. | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanMetadataAttribute | Holder for a key-value style attribute that is part of a bean definition. | Class | org.springframework.beans | Spring MVC |
|
| BeanMetadataAttributeAccessor | Extension of AttributeAccessorSupport,holding attributes as BeanMetadataAttribute objects in order | Class | org.springframework.beans | Spring MVC |
|
| BeanMetadataElement | Interface to be implemented by bean metadata elementsthat carry a configuration source object. | Interface | org.springframework.beans | Spring MVC |
|
| BeanNameAutoProxyCreator | Auto proxy creator that identifies beans to proxy via a list of names. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| BeanNameAware | Interface to be implemented by beans that want to be aware of theirbean name in a bean factory. | Interface | org.springframework.beans.factory | Spring MVC |
|
| BeanNameGenerator | Strategy interface for generating bean names for bean definitions. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| BeanNameUrlHandlerMapping | interface that map from URLs to beans with names that start with a slash (/),similar to how Struts maps URLs to action names. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| BeanNameViewResolver | A simple implementation of ViewResolverthat interprets a view name as a bean name in the current application context, | Class | org.springframework.web.servlet.view | Spring MVC |
|
| BeanNotOfRequiredTypeException | Thrown when a bean doesn't match the expected type. | Class | org.springframework.beans.factory | Spring MVC |
|
| BeanPostProcessor | Factory hook that allows for custom modification of new bean instances,e. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| BeanPropertyBindingResult | Default implementation of the Errors and BindingResultinterfaces, for the registration and evaluation of binding errors on | Class | org.springframework.validation | Spring MVC |
|
| BeanPropertyRowMapper | RowMapper implementation that converts a row into a new instanceof the specified mapped target class. | Class | org.springframework.jdbc.core | Spring MVC |
|
| BeanPropertySqlParameterSource | SqlParameterSource implementation that obtains parameter valuesfrom bean properties of a given JavaBean object. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| BeanReference | Interface that exposes a reference to a bean name in an abstract fashion. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| BeanReference | Represents a bean reference to a type, for example @foo or @'foo. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| BeanResolver | A bean resolver can be registered with the evaluation contextand will kick in for @myBeanName still expressions. | Interface | org.springframework.expression | Spring MVC |
|
| BeansDtdResolver | EntityResolver implementation for the Spring beans DTD,to load the DTD from the Spring class path (or JAR file). | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| BeansException | Abstract superclass for all exceptions thrown in the beans packageNote that this is a runtime (unchecked) exception. | Class | org.springframework.beans | Spring MVC |
|
| BeanUtils | Static convenience methods for JavaBeans: for instantiating beans,checking bean property types, copying bean properties, etc. | Class | org.springframework.beans | Spring MVC |
|
| BeanValidationPostProcessor | Simple BeanPostProcessor that checks JSR-303 constraint annotationsin Spring-managed beans, throwing an initialization exception in case of | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| BeanWiringInfo | Holder for bean wiring metadata information about a particular class. | Class | org.springframework.beans.factory.wiring | Spring MVC |
|
| BeanWiringInfoResolver | Strategy interface to be implemented by objects than can resolve bean nameinformation, given a newly instantiated bean object. | Interface | org.springframework.beans.factory.wiring | Spring MVC |
|
| BeanWrapper | The central interface of Spring's low-level JavaBeans infrastructure. | Interface | org.springframework.beans | Spring MVC |
|
| BeanWrapperImpl | Default BeanWrapper implementation that should be sufficientfor all typical use cases. | Class | org.springframework.beans | Spring MVC |
|
| BeforeAdvice | Common marker interface for before advice, such as MethodBeforeAdvice. | Interface | org.springframework.aop | Spring MVC |
|
| BeforeTransaction | Test annotation to indicate that the annotated public void methodshould be executed before a transaction is started for a test method | Class | org.springframework.test.context.transaction | Spring MVC |
|
| BinaryMessage | A binary WebSocket message. | Class | org.springframework.web.socket | Spring MVC |
|
| BinaryWebSocketHandler | A convenient base class for WebSocketHandler implementation that process binarymessages only. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| BindErrorsTag | JSP tag that evaluates content if there are binding errorsfor a certain bean. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| BindException | Thrown when binding errors are considered fatal. | Class | org.springframework.validation | Spring MVC |
|
| BindingAwareModelMap | Subclass of ExtendedModelMap that automatically removesa BindingResult object if the corresponding | Class | org.springframework.validation.support | Spring MVC |
|
| BindingErrorProcessor | Strategy for processing DataBinder's missing field errors,and for translating a PropertyAccessException to a | Interface | org.springframework.validation | Spring MVC |
|
| BindingResult | General interface that represents binding results. | Interface | org.springframework.validation | Spring MVC |
|
| BindingResultUtils | Convenience methods for looking up BindingResults in a model Map. | Class | org.springframework.validation | Spring MVC |
|
| BindStatus | Simple adapter to expose the bind status of a field or object. | Class | org.springframework.web.servlet.support | Spring MVC |
|
| BindTag | Bind tag, supporting evaluation of binding errors for a certainbean or bean property. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| BlobByteArrayType | Hibernate UserType implementation for byte arrays that get mapped to BLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| BlobSerializableType | Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| BlobStringType | Hibernate UserType implementation for Strings that get mapped to BLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| BooleanComparator | A Comparator for Boolean objects that can sort either true or false first. | Class | org.springframework.util.comparator | Spring MVC |
|
| BooleanLiteral | Represents the literal values TRUE and FALSE. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| BooleanTypedValue | | Class | org.springframework.expression.spel.support | Spring MVC |
|
| BootstrapContext | BootstrapContext encapsulates the context in which the SpringTestContext Framework is bootstrapped. | Interface | org.springframework.test.context | Spring MVC |
|
| BootstrapContextAware | Interface to be implemented by any object that wishes to benotified of the BootstrapContext (typically determined by the | Interface | org.springframework.jca.context | Spring MVC |
|
| BootstrapException | Exception thrown if a bean factory could not be loaded by a bootstrap class. | Class | org.springframework.beans.factory.access | Spring MVC |
|
| BootstrapWith | @BootstrapWith defines class-level metadata that is used to determinehow to bootstrap the Spring TestContext Framework. | Class | org.springframework.test.context | Spring MVC |
|
| BridgeMethodResolver | Helper for resolving synthetic bridge Methods to theMethod being bridged. | Class | org.springframework.core | Spring MVC |
|
| BrokerAvailabilityEvent | Event raised when a broker's availabilty changesAuthor:Andy WilkinsonSee Also:Serialized Form | Class | org.springframework.messaging.simp.broker | Spring MVC |
|
| BrowserCallback | Callback for browsing the messages in a JMS queue. | Interface | org.springframework.jms.core | Spring MVC |
|
| BshScriptEvaluator | BeanShell-based implementation of Spring's ScriptEvaluator strategy interface. | Class | org.springframework.scripting.bsh | Spring MVC |
|
| BshScriptFactory | ScriptFactory implementationfor a BeanShell script. | Class | org.springframework.scripting.bsh | Spring MVC |
|
| BshScriptUtils | Utility methods for handling BeanShell-scripted objects. | Class | org.springframework.scripting.bsh | Spring MVC |
|
| BufferedImageHttpMessageConverter | By default, this converter can read all media types that are supportedby the registered image readers, | Class | org.springframework.http.converter | Spring MVC |
|
| BufferingClientHttpRequestFactory | Wrapper for a ClientHttpRequestFactory that buffersall outgoing and incoming streams in memory. | Class | org.springframework.http.client | Spring MVC |
|
| BufferingStompDecoder | An extension of StompDecoderthat buffers content remaining in the input ByteBuffer after the parent | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| BurlapClientInterceptor | MethodInterceptor for accessing a Burlap service. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| BurlapExporter | General stream-based protocol exporter for a Burlap endpoint. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| BurlapProxyFactoryBean | FactoryBean for Burlap proxies. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| BurlapServiceExporter | Servlet-API-based HTTP request handler that exports the specified service beanas Burlap service endpoint, accessible via a Burlap proxy. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| ButtonTag | An HTML button tag. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| ByteArrayHttpMessageConverter | By default, this converter supports all media types (*/*), andwrites with a Content-Type of application/octet-stream. | Class | org.springframework.http.converter | Spring MVC |
|
| ByteArrayMessageConverter | A MessageConverter that supports MIME type application/octet-stream with thepayload converted to and from a byte[]. | Class | org.springframework.messaging.converter | Spring MVC |
|
| ByteArrayMultipartFileEditor | Custom PropertyEditor for convertingMultipartFiles to byte arrays. | Class | org.springframework.web.multipart.support | Spring MVC |
|
| ByteArrayPropertyEditor | Editor for byte arrays. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| ByteArrayResource | Resource implementation for a given byte array. | Class | org.springframework.core.io | Spring MVC |
|
| ByteVector | A dynamically extensible vector of bytes. | Class | org.springframework.asm | Spring MVC |
|
| C3P0NativeJdbcExtractor | C3P0 connection pool. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| Cache | Interface that defines common cache operations. | Interface | org.springframework.cache | Spring MVC |
|
| Cacheable | Annotation indicating that the result of invoking a method (or all methodsin a class) can be cached. | Class | org.springframework.cache.annotation | Spring MVC |
|
| CacheableOperation | Class describing a cache 'cacheable' operation. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| CacheAnnotationParser | Strategy interface for parsing known caching annotation types. | Interface | org.springframework.cache.annotation | Spring MVC |
|
| CacheAspectSupport | Base class for caching aspects, such as the CacheInterceptoror an AspectJ aspect. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| CacheAwareContextLoaderDelegate | A CacheAwareContextLoaderDelegate is responsible for loading and closing applicationcontexts, interacting transparently with a | Interface | org.springframework.test.context | Spring MVC |
|
| CacheConfig | @CacheConfig provides a mechanism for sharing common cache-relatedsettings at the class level. | Class | org.springframework.cache.annotation | Spring MVC |
|
| CacheControl | A builder for creating Cache-Control HTTP response headers. | Class | org.springframework.http | Spring MVC |
|
| CachedExpressionEvaluator | Shared utility class used to evaluate and cache SpEL expressions thatare defined on AnnotatedElement. | Class | org.springframework.context.expression | Spring MVC |
|
| CachedIntrospectionResults | Internal class that caches JavaBeans PropertyDescriptorinformation for a Java class. | Class | org.springframework.beans | Spring MVC |
|
| CacheErrorHandler | A strategy for handling cache-related errors. | Interface | org.springframework.cache.interceptor | Spring MVC |
|
| CacheEvict | Annotation indicating that a method (or all methods on a class) triggers acache evict operation. | Class | org.springframework.cache.annotation | Spring MVC |
|
| CacheEvictOperation | Class describing a cache 'evict' operation. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| CacheInterceptor | AOP Alliance MethodInterceptor for declarative cachemanagement using the common Spring caching infrastructure | Class | org.springframework.cache.interceptor | Spring MVC |
|
| CacheManagementConfigUtils | Configuration constants for internal sharing across subpackages. | Class | org.springframework.cache.config | Spring MVC |
|
| CacheManager | Spring's central cache manager SPI. | Interface | org.springframework.cache | Spring MVC |
|
| CacheNamespaceHandler | NamespaceHandler allowing for the configuration of declarativecache management using either XML or using annotations. | Class | org.springframework.cache.config | Spring MVC |
|
| CacheOperation | Base class for cache operations. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| CacheOperationInvocationContext | Representation of the context of the invocation of a cache operation. | Interface | org.springframework.cache.interceptor | Spring MVC |
|
| CacheOperationInvoker | Abstract the invocation of a cache operation. | Interface | org.springframework.cache.interceptor | Spring MVC |
|
| CacheOperationSource | Interface used by CacheInterceptor. | Interface | org.springframework.cache.interceptor | Spring MVC |
|
| CacheProxyFactoryBean | Proxy factory bean for simplified declarative caching handling. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| CachePut | Annotation indicating that a method (or all methods on a class) triggers acache put operation. | Class | org.springframework.cache.annotation | Spring MVC |
|
| CachePutOperation | Class describing a cache 'put' operation. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| CacheResolver | Determine the Cache instance(s) to use for an intercepted method invocation. | Interface | org.springframework.cache.interceptor | Spring MVC |
|
| Caching | Group annotation for multiple cache annotations (of different or the same type). | Class | org.springframework.cache.annotation | Spring MVC |
|
| CachingConfigurationSelector | Selects which implementation of AbstractCachingConfiguration should be usedbased on the value of EnableCaching. | Class | org.springframework.cache.annotation | Spring MVC |
|
| CachingConfigurer | Interface to be implemented by @Configuration classes annotated with @EnableCaching that wish or need tospecify explicitly how caches are resolved and how keys are generated for annotation-driven | Interface | org.springframework.cache.annotation | Spring MVC |
|
| CachingConfigurerSupport | An implementation of CachingConfigurer with empty methods allowingsub-classes to override only the methods they're interested in. | Class | org.springframework.cache.annotation | Spring MVC |
|
| CachingConnectionFactory | SingleConnectionFactory subclass that adds Sessioncaching as well MessageProducer caching. | Class | org.springframework.jms.connection | Spring MVC |
|
| CachingDestinationResolver | Extension of the DestinationResolver interface,exposing methods for clearing the cache. | Interface | org.springframework.jms.support.destination | Spring MVC |
|
| CachingDestinationResolverProxy | DestinationResolver implementation that proxies a target DestinationResolver,caching its resolveDestination(java. | Class | org.springframework.messaging.core | Spring MVC |
|
| CachingMetadataReaderFactory | Caching implementation of the MetadataReaderFactory interface,caching MetadataReader per Spring Resource handle | Class | org.springframework.core.type.classreading | Spring MVC |
|
| CachingResourceResolver | A ResourceResolver thatresolves resources from a Cache or otherwise | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| CachingResourceTransformer | A ResourceTransformer that checks aCache to see if a previously transformed resource | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| CallableMethodReturnValueHandler | Handles return values of type Callable. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| CallableProcessingInterceptor | Intercepts concurrent request handling, where the concurrent result isobtained by executing a Callable on behalf of the application with | Interface | org.springframework.web.context.request.async | Spring MVC |
|
| CallableProcessingInterceptorAdapter | Abstract adapter class for the CallableProcessingInterceptor interface,for simplified implementation of individual methods. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| CallableStatementCallback | Generic callback interface for code that operates on a CallableStatement. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| CallableStatementCreator | One of the three central callback interfaces used by the JdbcTemplate class. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| CallableStatementCreatorFactory | Helper class that efficiently creates multiple CallableStatementCreatorobjects with different parameters based on a SQL statement and a single | Class | org.springframework.jdbc.core | Spring MVC |
|
| CallbackPreferringPlatformTransactionManager | Extension of the PlatformTransactionManagerinterface, exposing a method for executing a given callback within a transaction. | Interface | org.springframework.transaction.support | Spring MVC |
|
| CallMetaDataContext | Class to manage context metadata used for the configuration and execution of the call. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| CallMetaDataProvider | Interface specifying the API to be implemented by a class providing call metadata. | Interface | org.springframework.jdbc.core.metadata | Spring MVC |
|
| CallMetaDataProviderFactory | Factory used to create a CallMetaDataProvider implementationbased on the type of database being used. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| CallParameterMetaData | Holder of metadata for a specific parameter that is used for call processing. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| CannotAcquireLockException | Exception thrown on failure to aquire a lock during an update,for example during a select for update statement. | Class | org.springframework.dao | Spring MVC |
|
| CannotCreateRecordException | Exception thrown when the creating of a CCI Record failedfor connector-internal reasons. | Class | org.springframework.jca.cci | Spring MVC |
|
| CannotCreateTransactionException | Exception thrown when a transaction can't be created using anunderlying transaction API such as JTA. | Class | org.springframework.transaction | Spring MVC |
|
| CannotGetCciConnectionException | Fatal exception thrown when we can't connect to an EIS using CCI. | Class | org.springframework.jca.cci | Spring MVC |
|
| CannotGetJdbcConnectionException | Fatal exception thrown when we can't connect to an RDBMS using JDBC. | Class | org.springframework.jdbc | Spring MVC |
|
| CannotLoadBeanClassException | Exception thrown when the BeanFactory cannot load the specified classSince:2. | Class | org.springframework.beans.factory | Spring MVC |
|
| CannotReadScriptException | Thrown by ScriptUtils if an SQL script cannot be read. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| CannotSerializeTransactionException | Exception thrown on failure to complete a transaction in serialized modedue to update conflicts. | Class | org.springframework.dao | Spring MVC |
|
| CastorMappingException | Exception thrown by CastorMarshaller whenever it encounters a mapping problem. | Class | org.springframework.oxm.castor | Spring MVC |
|
| CastorMarshaller | not require any further configuration, though setting target classes, target packages orproviding a mapping file can be used to have more control over the behavior of Castor. | Class | org.springframework.oxm.castor | Spring MVC |
|
| CastorMarshallerBeanDefinitionParser | Parser for the element. | Class | org.springframework.oxm.config | Spring MVC |
|
| CatchAllConverter | XStream Converter that supports all classes but throws exceptionsfor (un)marshalling. | Class | org.springframework.oxm.xstream | Spring MVC |
|
| CciDaoSupport | Convenient super class for CCI-based data access objects. | Class | org.springframework.jca.cci.core.support | Spring MVC |
|
| CciLocalTransactionManager | PlatformTransactionManager implementationthat manages local transactions for a single CCI ConnectionFactory. | Class | org.springframework.jca.cci.connection | Spring MVC |
|
| CciOperationNotSupportedException | Exception thrown when the connector doesn't support a specific CCI operation. | Class | org.springframework.jca.cci | Spring MVC |
|
| CciOperations | Interface that specifies a basic set of CCI operations on an EIS. | Interface | org.springframework.jca.cci.core | Spring MVC |
|
| CciTemplate | This is the central class in the CCI core package. | Class | org.springframework.jca.cci.core | Spring MVC |
|
| CglibSubclassingInstantiationStrategy | Default object instantiation strategy for use in BeanFactories. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ChainedExceptionListener | allowing the addition of multiple ExceptionListener instances in order. | Class | org.springframework.jms.connection | Spring MVC |
|
| ChainedPersistenceExceptionTranslator | allowing the addition of PersistenceExceptionTranslator instances in order. | Class | org.springframework.dao.support | Spring MVC |
|
| ChannelInterceptor | Interface for interceptors that are able to view and/or modify theMessages being sent-to and/or received-from a | Interface | org.springframework.messaging.support | Spring MVC |
|
| ChannelInterceptorAdapter | A ChannelInterceptor base class with empty method implementationsSince:4. | Class | org.springframework.messaging.support | Spring MVC |
|
| ChannelRegistration | A registration class for customizing the configuration for aSince:4. | Class | org.springframework.messaging.simp.config | Spring MVC |
|
| CharacterEditor | Editor for a Character, to populate a propertyof type Character or char from a String value. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| CharacterEncodingFilter | Servlet Filter that allows one to specify a character encoding for requests. | Class | org.springframework.web.filter | Spring MVC |
|
| CharArrayPropertyEditor | Editor for char arrays. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| CharsetEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| CheckboxesTag | Databinding-aware JSP tag for rendering multiple HTML 'input'elements with a 'type' of 'checkbox'. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| CheckboxTag | Databinding-aware JSP tag for rendering an HTML 'input'element with a 'type' of 'checkbox'. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| ChildBeanDefinition | Bean definition for beans which inherit settings from their parent. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ClassArrayEditor | Property editor for an array of Classes, to enablethe direct population of a Class[] property without having to | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| ClassEditor | Property editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| ClassFilter | Filter that restricts matching of a pointcut or introduction toa given set of target classes. | Interface | org.springframework.aop | Spring MVC |
|
| ClassFilters | Static utility methods for composing ClassFilters. | Class | org.springframework.aop.support | Spring MVC |
|
| ClassMetadata | Interface that defines abstract metadata of a specific class,in a form that does not require that class to be loaded yet. | Interface | org.springframework.core.type | Spring MVC |
|
| ClassNameBeanWiringInfoResolver | Simple default implementation of the BeanWiringInfoResolver interface,looking for a bean with the same name as the fully-qualified class name. | Class | org.springframework.beans.factory.wiring | Spring MVC |
|
| ClassPathBeanDefinitionScanner | A bean definition scanner that detects bean candidates on the classpath,registering corresponding bean definitions with a given registry (BeanFactory | Class | org.springframework.context.annotation | Spring MVC |
|
| ClassPathResource | Resource implementation for class path resources. | Class | org.springframework.core.io | Spring MVC |
|
| ClassPathScanningCandidateComponentProvider | A component provider that scans the classpath from a base package. | Class | org.springframework.context.annotation | Spring MVC |
|
| ClassPathXmlApplicationContext | Standalone XML application context, taking the context definition filesfrom the class path, interpreting plain paths as class path resource names | Class | org.springframework.context.support | Spring MVC |
|
| ClassReader | A Java class parser to make a ClassVisitor visit an existing class. | Class | org.springframework.asm | Spring MVC |
|
| ClassRelativeResourceLoader | ResourceLoader implementation that interprets plain resource pathsas relative to a given java. | Class | org.springframework.core.io | Spring MVC |
|
| ClassUtils | Miscellaneous class utility methods. | Class | org.springframework.util | Spring MVC |
|
| ClassVisitor | A visitor to visit a Java class. | Class | org.springframework.asm | Spring MVC |
|
| ClassWriter | A ClassVisitor that generates classes in bytecode form. | Class | org.springframework.asm | Spring MVC |
|
| CleanupFailureDataAccessException | Exception thrown when we couldn't cleanup after a data access operation,but the actual operation went OK. | Class | org.springframework.dao | Spring MVC |
|
| ClientHttpRequest | Represents a client-side HTTP request. | Interface | org.springframework.http.client | Spring MVC |
|
| ClientHttpRequestExecution | Represents the context of a client-side HTTP request execution. | Interface | org.springframework.http.client | Spring MVC |
|
| ClientHttpRequestFactory | Factory for ClientHttpRequest objects. | Interface | org.springframework.http.client | Spring MVC |
|
| ClientHttpRequestInterceptor | Intercepts client-side HTTP requests. | Interface | org.springframework.http.client | Spring MVC |
|
| ClientHttpResponse | Represents a client-side HTTP response. | Interface | org.springframework.http.client | Spring MVC |
|
| ClobStringType | Hibernate UserType implementation for Strings that get mapped to CLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| CloseStatus | Represents a WebSocket close status code and reason. | Class | org.springframework.web.socket | Spring MVC |
|
| CodebaseAwareObjectInputStream | Special ObjectInputStream subclass that falls back to a specified codebaseto load classes from if not found locally. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| CodeFlow | Manages the class being generated by the compilation process. | Class | org.springframework.expression.spel | Spring MVC |
|
| CollectionFactory | Factory for collections that is aware of Java 5, Java 6, and SpringMainly for internal use within the framework. | Class | org.springframework.core | Spring MVC |
|
| CollectionUtils | Miscellaneous collection utility methods. | Class | org.springframework.util | Spring MVC |
|
| ColumnMapRowMapper | RowMapper implementation that creates a java. | Class | org.springframework.jdbc.core | Spring MVC |
|
| CommandLinePropertySource | Abstract base class for PropertySource implementations backed by command linearguments. | Class | org.springframework.core.env | Spring MVC |
|
| CommAreaRecord | CCI Record implementation for a COMMAREA, holding a byte array. | Class | org.springframework.jca.cci.core.support | Spring MVC |
|
| Commit | @Commit is a test annotation that is used to indicate that atest-managed transaction should be committed after | Class | org.springframework.test.annotation | Spring MVC |
|
| CommonAnnotationBeanPostProcessor | BeanPostProcessor implementationthat supports common Java annotations out of the box, in particular the JSR-250 | Class | org.springframework.context.annotation | Spring MVC |
|
| CommonsDbcpNativeJdbcExtractor | Apache Commons DBCP connection pool, version 1. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| CommonsFileUploadSupport | Base class for multipart resolvers that use Apache Commons FileUploadProvides common configuration properties and parsing functionality | Class | org.springframework.web.multipart.commons | Spring MVC |
|
| CommonsLogWriter | java. | Class | org.springframework.util | Spring MVC |
|
| CommonsMultipartFile | MultipartFile implementation for Apache Commons FileUpload. | Class | org.springframework.web.multipart.commons | Spring MVC |
|
| CommonsMultipartResolver | Servlet-based MultipartResolver implementation forApache Commons FileUpload | Class | org.springframework.web.multipart.commons | Spring MVC |
|
| CommonsPool2TargetSource | TargetSource implementation that holdsobjects in a configurable Apache Commons2 Pool. | Class | org.springframework.aop.target | Spring MVC |
|
| CommonsPoolTargetSource | TargetSource implementation that holdsobjects in a configurable Apache Commons Pool. | Class | org.springframework.aop.target | Spring MVC |
|
| CommonsPortletMultipartResolver | PortletMultipartResolver implementation forApache Commons FileUpload | Class | org.springframework.web.portlet.multipart | Spring MVC |
|
| CommonsRequestLoggingFilter | Simple request logging filter that writes the request URI(and optionally the query string) to the Commons Log. | Class | org.springframework.web.filter | Spring MVC |
|
| ComparableComparator | Comparator that adapts Comparables to the Comparator interface. | Class | org.springframework.util.comparator | Spring MVC |
|
| CompilablePropertyAccessor | A compilable property accessor is able to generate bytecode that representsthe access operation, facilitating compilation to bytecode of expressions | Interface | org.springframework.expression.spel | Spring MVC |
|
| CompiledExpression | Base superclass for compiled expressions. | Class | org.springframework.expression.spel | Spring MVC |
|
| CompletableFutureReturnValueHandler | Support for CompletableFuture as a return value type. | Class | org.springframework.messaging.handler.invocation | Spring MVC |
|
| CompletableToListenableFutureAdapter | Adapts a CompletableFuture into a ListenableFuture. | Class | org.springframework.util.concurrent | Spring MVC |
|
| CompletionStageReturnValueHandler | Handles return values of type CompletionStage (implemented byCompletableFuture for example). | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| Component | Indicates that an annotated class is a component. | Class | org.springframework.stereotype | Spring MVC |
|
| ComponentDefinition | Interface that describes the logical view of a set of BeanDefinitionsand BeanReferences as presented in some configuration context. | Interface | org.springframework.beans.factory.parsing | Spring MVC |
|
| ComponentScan | Configures component scanning directives for use with @Configuration classes. | Class | org.springframework.context.annotation | Spring MVC |
|
| ComponentScanBeanDefinitionParser | Parser for the element. | Class | org.springframework.context.annotation | Spring MVC |
|
| ComposablePointcut | Convenient class for building up pointcuts. | Class | org.springframework.aop.support | Spring MVC |
|
| CompositeCacheManager | Composite CacheManager implementation that iterates overa given collection of delegate CacheManager instances. | Class | org.springframework.cache.support | Spring MVC |
|
| CompositeCacheOperationSource | Composite CacheOperationSource implementation that iteratesover a given array of CacheOperationSource instances. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| CompositeComponentDefinition | ComponentDefinition implementation that holds one or more nestedComponentDefinition instances, aggregating them into a named group | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| CompositeDatabasePopulator | DatabasePopulator implementation that delegates to a list of otherDatabasePopulator implementations, executing all scripts. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| CompositeFilter | A generic composite servlet Filter that just delegates its behaviorto a chain (list) of user-supplied filters, achieving the functionality of a | Class | org.springframework.web.filter | Spring MVC |
|
| CompositeIterator | Composite iterator that combines multiple other iterators,as registered via add(Iterator). | Class | org.springframework.util | Spring MVC |
|
| CompositeMessageConverter | A MessageConverter that delegates to a list of registered convertersto be invoked until one of them returns a non-null result. | Class | org.springframework.messaging.converter | Spring MVC |
|
| CompositePropertySource | Composite PropertySource implementation that iterates over a set ofPropertySource instances. | Class | org.springframework.core.env | Spring MVC |
|
| CompositeRequestCondition | RequestCondition types and using a logical conjunction (' && ') toensure all conditions match a given request. | Class | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| CompositeStringExpression | Represents a template expression broken into pieces. | Class | org.springframework.expression.common | Spring MVC |
|
| CompositeTransactionAttributeSource | Composite TransactionAttributeSource implementation that iteratesover a given array of TransactionAttributeSource instances. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| CompositeUriComponentsContributor | A UriComponentsContributor containing a list of other contributorsto delegate and also encapsulating a specific ConversionService to | Class | org.springframework.web.method.support | Spring MVC |
|
| CompoundComparator | A comparator that chains a sequence of one or more more Comparators. | Class | org.springframework.util.comparator | Spring MVC |
|
| CompoundExpression | Represents a DOT separated expression sequence, such as 'property1. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| ConcurrencyFailureException | Exception thrown on concurrency failure. | Class | org.springframework.dao | Spring MVC |
|
| ConcurrencyThrottleInterceptor | Interceptor that throttles concurrent access, blocking invocationsif a specified concurrency limit is reached. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| ConcurrencyThrottleSupport | Support class for throttling concurrent access to a specific resource. | Class | org.springframework.util | Spring MVC |
|
| ConcurrentExecutorAdapter | Adapter that exposes the Executor interfacefor any Spring TaskExecutor. | Class | org.springframework.core.task.support | Spring MVC |
|
| ConcurrentMapCache | Simple Cache implementation based on thecore JDK java. | Class | org.springframework.cache.concurrent | Spring MVC |
|
| ConcurrentMapCacheFactoryBean | FactoryBean for easy configuration of a ConcurrentMapCachewhen used within a Spring container. | Class | org.springframework.cache.concurrent | Spring MVC |
|
| ConcurrentMapCacheManager | CacheManager implementation that lazily builds ConcurrentMapCacheinstances for each getCache(java. | Class | org.springframework.cache.concurrent | Spring MVC |
|
| ConcurrentReferenceHashMap | A ConcurrentHashMap that uses soft orweak references for both keys and values. | Class | org.springframework.util | Spring MVC |
|
| ConcurrentTaskExecutor | Adapter that takes a java. | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| ConcurrentTaskScheduler | Adapter that takes a java. | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| ConcurrentWebSocketSessionDecorator | Wraps a WebSocketSession and guaranteesonly one thread can send messages at a time. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| Condition | A single condition that must be matched in orderfor a component to be registered. | Interface | org.springframework.context.annotation | Spring MVC |
|
| Conditional | Indicates that a component is only eligible for registration when allspecified conditions match. | Class | org.springframework.context.annotation | Spring MVC |
|
| ConditionalConverter | Allows a Converter, GenericConverter or ConverterFactory toconditionally execute based on attributes of the source and target | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConditionalGenericConverter | A GenericConverter that may conditionally execute based on attributesof the source and target TypeDescriptor. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConditionContext | Context information for use by Conditions. | Interface | org.springframework.context.annotation | Spring MVC |
|
| Configurable | Marks a class as being eligible for Spring-driven configuration. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| ConfigurableApplicationContext | SPI interface to be implemented by most if not all application contexts. | Interface | org.springframework.context | Spring MVC |
|
| ConfigurableBeanFactory | Configuration interface to be implemented by most bean factories. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| ConfigurableConversionService | Configuration interface to be implemented by most if not all ConversionServicetypes. | Interface | org.springframework.core.convert.support | Spring MVC |
|
| ConfigurableEnvironment | Configuration interface to be implemented by most if not all Environment types. | Interface | org.springframework.core.env | Spring MVC |
|
| ConfigurableJasperReportsView | Configurable JasperReports View, allowing to specify the JasperReports exporterto be specified through bean properties rather than through the view class name. | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| ConfigurableListableBeanFactory | Configuration interface to be implemented by most listable bean factories. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| ConfigurableMimeFileTypeMap | Spring-configurable FileTypeMap implementation that will readMIME type to file extension mappings from a standard JavaMail MIME type | Class | org.springframework.mail.javamail | Spring MVC |
|
| ConfigurableMockMvcBuilder | Defines common methods for building a MockMvc. | Interface | org.springframework.test.web.servlet.setup | Spring MVC |
|
| ConfigurableObjectInputStream | Special ObjectInputStream subclass that resolves class namesagainst a specific ClassLoader. | Class | org.springframework.core | Spring MVC |
|
| ConfigurablePortletApplicationContext | Interface to be implemented by configurable portlet application contexts. | Interface | org.springframework.web.portlet.context | Spring MVC |
|
| ConfigurablePropertyAccessor | Interface that encapsulates configuration methods for a PropertyAccessor. | Interface | org.springframework.beans | Spring MVC |
|
| ConfigurablePropertyResolver | Configuration interface to be implemented by most if not all PropertyResolver types. | Interface | org.springframework.core.env | Spring MVC |
|
| ConfigurableSmartRequestBuilder | An extension of SmartRequestBuilder that can be configured with RequestPostProcessors. | Interface | org.springframework.test.web.servlet.request | Spring MVC |
|
| ConfigurableWebApplicationContext | Interface to be implemented by configurable web application contexts. | Interface | org.springframework.web.context | Spring MVC |
|
| ConfigurableWebBindingInitializer | Convenient WebBindingInitializer for declarative configurationin a Spring application context. | Class | org.springframework.web.bind.support | Spring MVC |
|
| ConfigurableWebEnvironment | Specialization of ConfigurableEnvironment allowing initialization ofservlet-related PropertySource objects at the | Interface | org.springframework.web.context | Spring MVC |
|
| Configuration | Indicates that a class declares one or more @Bean methods and may be processedby the Spring container to generate bean definitions and service requests for those | Class | org.springframework.context.annotation | Spring MVC |
|
| ConfigurationClassPostProcessor | BeanFactoryPostProcessor used for bootstrapping processing of@Configuration classes. | Class | org.springframework.context.annotation | Spring MVC |
|
| ConfigurationCondition | A Condition that offers more fine-grained control when used with@Configuration. | Interface | org.springframework.context.annotation | Spring MVC |
|
| ConnectionCallback | Generic callback interface for code that operates on a CCI Connection. | Interface | org.springframework.jca.cci.core | Spring MVC |
|
| ConnectionCallback | Generic callback interface for code that operates on a JDBC Connection. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ConnectionFactoryUtils | Helper class that provides static methods for obtaining CCI Connectionsfrom a ConnectionFactory. | Class | org.springframework.jca.cci.connection | Spring MVC |
|
| ConnectionFactoryUtils | Helper class for managing a JMS ConnectionFactory, in particularfor obtaining transactional JMS resources for a given ConnectionFactory. | Class | org.springframework.jms.connection | Spring MVC |
|
| ConnectionHandle | Simple interface to be implemented by handles for a JDBC Connection. | Interface | org.springframework.jdbc.datasource | Spring MVC |
|
| ConnectionHandlingStompSession | A StompSession that implementsTcpConnectionHandler in order to send and receive messages. | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
|
| ConnectionHolder | Connection holder, wrapping a CCI Connection. | Class | org.springframework.jca.cci.connection | Spring MVC |
|
| ConnectionHolder | Connection holder, wrapping a JDBC Connection. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| ConnectionLostException | Raised when the connection for a STOMP session is lost rather than closed. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| ConnectionManagerSupport | A base class for WebSocket connection managers. | Class | org.springframework.web.socket.client | Spring MVC |
|
| ConnectionProperties | ConnectionProperties serves as a simple data container that allowsessential JDBC connection properties to be configured consistently, | Interface | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| ConnectionProxy | Subinterface of Connection to be implemented byConnection proxies. | Interface | org.springframework.jdbc.datasource | Spring MVC |
|
| ConnectionSpecConnectionFactoryAdapter | An adapter for a target CCI ConnectionFactory,applying the given ConnectionSpec to every standard getConnection() | Class | org.springframework.jca.cci.connection | Spring MVC |
|
| ConnectorServerFactoryBean | FactoryBean that creates a JSR-160 JMXConnectorServer,optionally registers it with the MBeanServer and then starts it. | Class | org.springframework.jmx.support | Spring MVC |
|
| ConstantException | Exception thrown when the Constants class is asked foran invalid constant name. | Class | org.springframework.core | Spring MVC |
|
| Constants | This class can be used to parse other classes containing constant definitionsin public static final members. | Class | org.springframework.core | Spring MVC |
|
| ConstructorArgumentEntry | ParseState entry representing a (possibly indexed)constructor argument. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| ConstructorArgumentValues | Holder for constructor argument values, typically as part of a bean definition. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| ConstructorExecutor | Executors are built by resolvers and can be cached by the infrastructure to repeat anoperation quickly without going back to the resolvers. | Interface | org.springframework.expression | Spring MVC |
|
| ConstructorReference | Represents the invocation of a constructor. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| ConstructorResolver | A constructor resolver attempts locate a constructor and returns a ConstructorExecutorthat can be used to invoke that constructor. | Interface | org.springframework.expression | Spring MVC |
|
| ConsumesRequestCondition | A logical disjunction request condition to match a request's'Content-Type' header to a list of media type expressions. | Class | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| ContentCachingRequestWrapper | HttpServletRequest wrapper that caches all content read fromthe input stream and reader, | Class | org.springframework.web.util | Spring MVC |
|
| ContentCachingResponseWrapper | HttpServletResponse wrapper that caches all content written tothe output stream and writer, | Class | org.springframework.web.util | Spring MVC |
|
| ContentNegotiatingViewResolver | The ContentNegotiatingViewResolver does not resolve views itself, but delegates toother ViewResolvers. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| ContentNegotiationConfigurer | Creates a ContentNegotiationManager and configures it withone or more ContentNegotiationStrategy instances. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| ContentNegotiationManager | Central class to determine requested media typesfor a request. | Class | org.springframework.web.accept | Spring MVC |
|
| ContentNegotiationManagerFactoryBean | Factory to create a ContentNegotiationManager and configure it withone or more ContentNegotiationStrategy instances via simple setters. | Class | org.springframework.web.accept | Spring MVC |
|
| ContentNegotiationStrategy | A strategy for resolving the requested media types for a request. | Interface | org.springframework.web.accept | Spring MVC |
|
| ContentRequestMatchers | Factory for request content RequestMatcher's. | Class | org.springframework.test.web.client.match | Spring MVC |
|
| ContentResultMatchers | Factory for response content assertions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| ContentTypeResolver | Resolve the content type for a message. | Interface | org.springframework.messaging.converter | Spring MVC |
|
| ContentVersionStrategy | A VersionStrategy that calculates an Hex MD5 hashes from the contentof the resource and appends it to the file name, e. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| ContextAnnotationAutowireCandidateResolver | Complete implementation of theAutowireCandidateResolver strategy | Class | org.springframework.context.annotation | Spring MVC |
|
| ContextBeanFactoryReference | ApplicationContext-specific implementation of BeanFactoryReference,wrapping a newly created ApplicationContext, closing it on release. | Class | org.springframework.context.access | Spring MVC |
|
| ContextCache | ContextCache defines the SPI for caching SpringApplicationContexts within the Spring | Interface | org.springframework.test.context.cache | Spring MVC |
|
| ContextCleanupListener | Web application listener that cleans up remaining disposable attributesin the ServletContext, i. | Class | org.springframework.web.context | Spring MVC |
|
| ContextClosedEvent | Event raised when an ApplicationContext gets closed. | Class | org.springframework.context.event | Spring MVC |
|
| ContextConfiguration | @ContextConfiguration defines class-level metadata that is used to determinehow to load and configure an ApplicationContext for integration tests. | Class | org.springframework.test.context | Spring MVC |
|
| ContextConfigurationAttributes | ContextConfigurationAttributes encapsulates the context configurationattributes declared via @ContextConfiguration. | Class | org.springframework.test.context | Spring MVC |
|
| ContextExposingHttpServletRequest | HttpServletRequest decorator that makes all Spring beans in agiven WebApplicationContext accessible as request attributes, | Class | org.springframework.web.context.support | Spring MVC |
|
| ContextHierarchy | @ContextHierarchy is a class-level annotation that is used to definea hierarchy of ApplicationContexts for integration tests. | Class | org.springframework.test.context | Spring MVC |
|
| ContextJndiBeanFactoryLocator | BeanFactoryLocator implementation that creates the BeanFactory from one ormore classpath locations specified in a JNDI environment variable. | Class | org.springframework.context.access | Spring MVC |
|
| ContextLifecycleScheduledTaskRegistrar | ScheduledTaskRegistrar subclass which redirects the actual schedulingof tasks to the afterSingletonsInstantiated() callback (as of 4. | Class | org.springframework.scheduling.config | Spring MVC |
|
| ContextLoader | Strategy interface for loading an application contextfor an integration test managed by the Spring TestContext Framework. | Interface | org.springframework.test.context | Spring MVC |
|
| ContextLoader | Performs the actual initialization work for the root application context. | Class | org.springframework.web.context | Spring MVC |
|
| ContextLoaderListener | Bootstrap listener to start up and shut down Spring's root WebApplicationContext. | Class | org.springframework.web.context | Spring MVC |
|
| ContextNamespaceHandler | for the 'context' namespace. | Class | org.springframework.context.config | Spring MVC |
|
| ContextRefreshedEvent | Event raised when an ApplicationContext gets initialized or refreshed. | Class | org.springframework.context.event | Spring MVC |
|
| ContextResource | 'context', e. | Interface | org.springframework.core.io | Spring MVC |
|
| ContextSingletonBeanFactoryLocator | Variant of SingletonBeanFactoryLocatorwhich creates its internal bean factory reference as an | Class | org.springframework.context.access | Spring MVC |
|
| ContextStartedEvent | Event raised when an ApplicationContext gets started. | Class | org.springframework.context.event | Spring MVC |
|
| ContextStoppedEvent | Event raised when an ApplicationContext gets stopped. | Class | org.springframework.context.event | Spring MVC |
|
| ControlFlow | Interface to be implemented by objects that can return information aboutthe current call stack. | Interface | org.springframework.core | Spring MVC |
|
| ControlFlowFactory | Static factory to conceal the automatic choice of the ControlFlowThis implementation always uses the efficient Java 1. | Class | org.springframework.core | Spring MVC |
|
| ControlFlowPointcut | Pointcut and method matcher for use in simple cflow-style pointcut. | Class | org.springframework.aop.support | Spring MVC |
|
| Controller | Indicates that an annotated class is a Controller (e. | Class | org.springframework.stereotype | Spring MVC |
|
| Controller | Base portlet Controller interface, representing a component that receivesRenderRequest/RenderResponse and ActionRequest/ActionResponse like a | Interface | org.springframework.web.portlet.mvc | Spring MVC |
|
| Controller | Base Controller interface, representing a component that receivesHttpServletRequest and HttpServletResponse | Interface | org.springframework.web.servlet.mvc | Spring MVC |
|
| ControllerAdvice | Indicates the annotated class assists a Controller. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| ControllerAdviceBean | Encapsulates information about an @ControllerAdviceSpring-managed bean without necessarily requiring it to be instantiated. | Class | org.springframework.web.method | Spring MVC |
|
| ControllerBeanNameHandlerMapping | follows a simple convention for generating URL path mappings from the bean namesof registered Controller beans | Class | org.springframework.web.servlet.mvc.support | Spring MVC |
|
| ControllerClassNameHandlerMapping | follows a simple convention for generating URL path mappings from the class namesof registered Controller beans | Class | org.springframework.web.servlet.mvc.support | Spring MVC |
|
| Conventions | Provides methods to support various naming and other conventions usedthroughout the framework. | Class | org.springframework.core | Spring MVC |
|
| ConversionException | Base class for exceptions thrown by the conversion system. | Class | org.springframework.core.convert | Spring MVC |
|
| ConversionFailedException | Exception to be thrown when an actual type conversion attempt fails. | Class | org.springframework.core.convert | Spring MVC |
|
| ConversionNotSupportedException | Exception thrown when no suitable editor or converter can be found for a bean property. | Class | org.springframework.beans | Spring MVC |
|
| ConversionService | A service interface for type conversion. | Interface | org.springframework.core.convert | Spring MVC |
|
| ConversionServiceExposingInterceptor | Interceptor that places the configured ConversionService in request scopeso it's available during request processing. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| ConversionServiceFactory | A factory for common ConversionServiceSince:3. | Class | org.springframework.core.convert.support | Spring MVC |
|
| ConversionServiceFactoryBean | A factory providing convenient access to a ConversionService configured withconverters appropriate for most environments. | Class | org.springframework.context.support | Spring MVC |
|
| Converter | A converter converts a source object of type S to a target of type T. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConverterFactory | A factory for ranged converters that can convert objects from S to subtypes of R. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConverterNotFoundException | Exception to be thrown when a suitable converter could not be foundin a given conversion service. | Class | org.springframework.core.convert | Spring MVC |
|
| ConverterRegistry | For registering converters with a type conversion system. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConvertingComparator | A Comparator that converts values before they are compared. | Class | org.springframework.core.convert.converter | Spring MVC |
|
| ConvertingEncoderDecoderSupport | Base class that can be used to implement a standard Encoderand/or Decoder. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| ConvertingPropertyEditorAdapter | Adapter that exposes a PropertyEditor for any givenConversionService and specific target type. | Class | org.springframework.core.convert.support | Spring MVC |
|
| CookieGenerator | Helper class for cookie generation, carrying cookie descriptor settingsas bean properties and being able to add and remove cookie to/from a | Class | org.springframework.web.util | Spring MVC |
|
| CookieLocaleResolver | LocaleResolver implementation that uses a cookie sent back to the userin case of a custom setting, with a fallback to the specified default locale | Class | org.springframework.web.servlet.i18n | Spring MVC |
|
| CookieResultMatchers | Factory for response cookie assertions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| CookieThemeResolver | ThemeResolver implementation that uses a cookie sent back to the userin case of a custom setting, with a fallback to the default theme. | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| CookieValue | Annotation which indicates that a method parameter should be bound to an HTTP cookie. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| CorsBeanDefinitionParser | BeanDefinitionParser that parses acors element in order to set the CORS configuration in the various | Class | org.springframework.web.servlet.config | Spring MVC |
|
| CorsConfiguration | A container for CORS configuration that also provides methods to checkthe actual or requested origin, HTTP methods, and headers. | Class | org.springframework.web.cors | Spring MVC |
|
| CorsConfigurationSource | Interface to be implemented by classes (usually HTTP request handlers) thatprovides a CorsConfiguration instance based on the provided request. | Interface | org.springframework.web.cors | Spring MVC |
|
| CorsFilter | Filter that handles CORS preflight requests and intercepts CORSsimple and actual requests thanks to a CorsProcessor implementation | Class | org.springframework.web.filter | Spring MVC |
|
| CorsProcessor | A strategy that takes a request and a CorsConfiguration and updatesThis component is not concerned with how a CorsConfiguration is | Interface | org.springframework.web.cors | Spring MVC |
|
| CorsRegistration | CorsRegistration assists with the creation of aCorsConfiguration instance mapped to a path pattern. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| CorsRegistry | CorsRegistry assists with the registration of CorsConfigurationmapped to a path pattern. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| CorsUtils | Utility class for CORS request handling based on theCORS W3C recommandation. | Class | org.springframework.web.cors | Spring MVC |
|
| CronSequenceGenerator | Date sequence generator for aallowing clients to specify a pattern that the sequence matches. | Class | org.springframework.scheduling.support | Spring MVC |
|
| CronTask | TriggerTask implementation defining a Runnable to be executed accordingSince:3. | Class | org.springframework.scheduling.config | Spring MVC |
|
| CronTrigger | Trigger implementation for cron expressions. | Class | org.springframework.scheduling.support | Spring MVC |
|
| CronTriggerFactoryBean | A Spring FactoryBean for creating a Quartz CronTriggerinstance, supporting bean-style usage for trigger configuration. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| CrossOrigin | Marks the annotated method or type as permitting cross origin requests. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| CssLinkResourceTransformer | A ResourceTransformer implementation that modifies links in a CSSfile to match the public URL paths that should be exposed to clients (e. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| CurrencyEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| CurrencyFormatter | A BigDecimal formatter for currency values. | Class | org.springframework.format.number | Spring MVC |
|
| CurrencyStyleFormatter | A BigDecimal formatter for number values in currency style. | Class | org.springframework.format.number | Spring MVC |
|
| CurrencyUnitFormatter | Formatter for JSR-354 CurrencyUnit values,from and to currency code Strings. | Class | org.springframework.format.number.money | Spring MVC |
|
| CustomAutowireConfigurer | A BeanFactoryPostProcessor | Class | org.springframework.beans.factory.annotation | Spring MVC | |
|
| CustomBooleanEditor | Property editor for Boolean/boolean properties. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| CustomCollectionEditor | Property editor for Collections, converting any source Collectionto a given target Collection type. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| CustomDateEditor | Property editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| CustomEditorConfigurer | BeanFactoryPostProcessor implementation that allows for convenientregistration of custom property editors. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| CustomizableThreadCreator | Simple customizable helper class for creating new Thread instances. | Class | org.springframework.util | Spring MVC |
|
| CustomizableThreadFactory | allowing for customizing the created threads (name, priority, etc). | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| CustomizableTraceInterceptor | MethodInterceptor implementation that allows for highly customizablemethod-level tracing, using placeholders. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| CustomMapEditor | Property editor for Maps, converting any source Mapto a given target Map type. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| CustomNumberEditor | Property editor for any Number subclass such as Short, Integer, Long,BigInteger, Float, Double, BigDecimal. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| CustomScopeConfigurer | Simple BeanFactoryPostProcessor implementation that registerscustom Scope(s) with the containing ConfigurableBeanFactory. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| CustomSQLErrorCodesTranslation | JavaBean for holding custom JDBC error codes translation for a particulardatabase. | Class | org.springframework.jdbc.support | Spring MVC |
|
| CustomSQLExceptionTranslatorRegistrar | Registry for registering custom SQLExceptionTranslatorinstances for specific databases. | Class | org.springframework.jdbc.support | Spring MVC |
|
| CustomSQLExceptionTranslatorRegistry | Registry for custom SQLExceptionTranslator instances associated withspecific databases allowing for overriding translation based on values contained in the configuration file | Class | org.springframework.jdbc.support | Spring MVC |
|
| CustomValidatorBean | Configurable bean class that exposes a specific JSR-303 Validatorthrough its original interface as well as through the Spring | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| DaoSupport | Generic base class for DAOs, defining template methods for DAO initialization. | Class | org.springframework.dao.support | Spring MVC |
|
| DataAccessException | Root of the hierarchy of data access exceptions discussed inExpert One-On-One J2EE Design and Development. | Class | org.springframework.dao | Spring MVC |
|
| DataAccessResourceFailureException | Data access exception thrown when a resource fails completely:for example, if we can't connect to a database using JDBC. | Class | org.springframework.dao | Spring MVC |
|
| DataAccessUtils | Miscellaneous utility methods for DAO implementations. | Class | org.springframework.dao.support | Spring MVC |
|
| Database | Enumeration for common database platforms. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| DatabaseMetaDataCallback | A callback interface used by the JdbcUtils class. | Interface | org.springframework.jdbc.support | Spring MVC |
|
| DatabasePopulator | Strategy used to populate, initialize, or clean up a database. | Interface | org.springframework.jdbc.datasource.init | Spring MVC |
|
| DatabasePopulatorUtils | Utility methods for executing a DatabasePopulator. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| DatabaseStartupValidator | Bean that checks if a database has already started up. | Class | org.springframework.jdbc.support | Spring MVC |
|
| DataBinder | Binder that allows for setting property values onto a target object,including support for validation and binding result analysis. | Class | org.springframework.validation | Spring MVC |
|
| DataFieldMaxValueIncrementer | Interface that defines contract of incrementing any data store field'smaximum value. | Interface | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| DataIntegrityViolationException | Exception thrown when an attempt to insert or update dataresults in violation of an integrity constraint. | Class | org.springframework.dao | Spring MVC |
|
| DataRetrievalFailureException | Exception thrown if certain expected data could not be retrieved, e. | Class | org.springframework.dao | Spring MVC |
|
| DataSourceFactory | DataSourceFactory encapsulates the creation of a particularDataSource implementation such as a | Interface | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| DataSourceInitializer | Used to set up a database duringinitialization and clean up a database during | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| DataSourceLookup | Strategy interface for looking up DataSources by name. | Interface | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| DataSourceLookupFailureException | Exception to be thrown by a DataSourceLookup implementation,indicating that the specified DataSource could not be obtained. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| DataSourceTransactionManager | PlatformTransactionManagercapable of working in any environment with any JDBC driver, as long as the setup | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| DataSourceUtils | Helper class that provides static methods for obtaining JDBC Connections froma DataSource. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| DateFormatter | A formatter for Date types. | Class | org.springframework.format.datetime | Spring MVC |
|
| DateFormatterRegistrar | Configures Date formatting for use with Spring. | Class | org.springframework.format.datetime | Spring MVC |
|
| DateTimeContext | A context that holds user-specific java. | Class | org.springframework.format.datetime.standard | Spring MVC |
|
| DateTimeContextHolder | A holder for a thread-local user DateTimeContext. | Class | org.springframework.format.datetime.standard | Spring MVC |
|
| DateTimeFormat | Declares that a field should be formatted as a date time. | Class | org.springframework.format.annotation | Spring MVC |
|
| DateTimeFormatAnnotationFormatterFactory | Formats fields annotated with the DateTimeFormat annotation usingSince:3. | Class | org.springframework.format.datetime | Spring MVC |
|
| DateTimeFormatterFactory | Factory that creates a Joda-Time DateTimeFormatter. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| DateTimeFormatterFactory | Factory that creates a JSR-310 DateTimeFormatter. | Class | org.springframework.format.datetime.standard | Spring MVC |
|
| DateTimeFormatterFactoryBean | FactoryBean that creates a Joda-Time DateTimeFormatter. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| DateTimeFormatterFactoryBean | FactoryBean that creates a JSR-310 DateTimeFormatter. | Class | org.springframework.format.datetime.standard | Spring MVC |
|
| DateTimeFormatterRegistrar | Configures the JSR-310 java. | Class | org.springframework.format.datetime.standard | Spring MVC |
|
| DateTimeParser | Parses Joda DateTime instances using a DateTimeFormatter. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| Db2CallMetaDataProvider | DB2 specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| DB2MainframeSequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given sequenceon DB2/390 or DB2/400. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| DB2SequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given sequenceon DB2 UDB (for Unix and Windows). | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| DeadlockLoserDataAccessException | Generic exception thrown when the current process wasa deadlock loser, and its transaction rolled back. | Class | org.springframework.dao | Spring MVC |
|
| DebugInterceptor | AOP Alliance MethodInterceptor that can be introduced in a chainto display verbose information about intercepted invocations to the logger. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| DeclareParentsAdvisor | Introduction advisor delegating to the given object. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| DecoratingClassLoader | Base class for decorating ClassLoaders such as OverridingClassLoaderand ShadowingClassLoader, | Class | org.springframework.core | Spring MVC |
|
| DecoratingNavigationHandler | Base class for JSF NavigationHandler implementations that wantto be capable of decorating an original NavigationHandler. | Class | org.springframework.web.jsf | Spring MVC |
|
| DefaultActiveProfilesResolver | Default implementation of the ActiveProfilesResolver strategy thatresolves active bean definition profiles based solely on profiles | Class | org.springframework.test.context.support | Spring MVC |
|
| DefaultAdvisorAdapterRegistry | Default implementation of the AdvisorAdapterRegistry interface. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| DefaultAdvisorAutoProxyCreator | BeanPostProcessor implementation that creates AOP proxies based on all candidateAdvisors in the current BeanFactory. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| DefaultAdvisorChainFactory | A simple but definitive way of working out an advice chain for a Method,given an Advised object. | Class | org.springframework.aop.framework | Spring MVC |
|
| DefaultAnnotationHandlerMapping | interface that maps handlers based on portlet modes expressed through theRequestMapping annotation at the type or method level. | Class | org.springframework.web.portlet.mvc.annotation | Spring MVC |
|
| DefaultAnnotationHandlerMapping | interface that maps handlers based on HTTP paths expressed through theRequestMapping annotation at the type or method level. | Class | org.springframework.web.servlet.mvc.annotation | Spring MVC |
|
| DefaultAopProxyFactory | Default AopProxyFactory implementation, creating either a CGLIB proxyor a JDK dynamic proxy. | Class | org.springframework.aop.framework | Spring MVC |
|
| DefaultBeanDefinitionDocumentReader | Default implementation of the BeanDefinitionDocumentReader interface thatreads bean definitions according to the spring-beans DTD and XSD format | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| DefaultBeanFactoryPointcutAdvisor | Concrete BeanFactory-based PointcutAdvisor that allows for any Adviceto be configured as reference to an Advice bean in the BeanFactory, | Class | org.springframework.aop.support | Spring MVC |
|
| DefaultBeanNameGenerator | Default implementation of the BeanNameGenerator interface, delegating toBeanDefinitionReaderUtils. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| DefaultBindingErrorProcessor | Default BindingErrorProcessor implementation. | Class | org.springframework.validation | Spring MVC |
|
| DefaultBootstrapContext | Default implementation of the BootstrapContext interface. | Class | org.springframework.test.context.support | Spring MVC |
|
| DefaultCacheAwareContextLoaderDelegate | Default implementation of the CacheAwareContextLoaderDelegate interface. | Class | org.springframework.test.context.cache | Spring MVC |
|
| DefaultContentTypeResolver | A default ContentTypeResolver that checks theMessageHeaders. | Class | org.springframework.messaging.converter | Spring MVC |
|
| DefaultContextCache | Default implementation of the ContextCache API. | Class | org.springframework.test.context.cache | Spring MVC |
|
| DefaultContextLoadTimeWeaver | Default LoadTimeWeaver bean for use in an application context,decorating an automatically detected internal LoadTimeWeaver. | Class | org.springframework.context.weaving | Spring MVC |
|
| DefaultConversionService | A specialization of GenericConversionService configured by default withconverters appropriate for most environments. | Class | org.springframework.core.convert.support | Spring MVC |
|
| DefaultCorsProcessor | The default implementation of CorsProcessor, as defined by theCORS W3C recommendation. | Class | org.springframework.web.cors | Spring MVC |
|
| DefaultDataBinderFactory | Create a WebRequestDataBinder instance and initialize it with aWebBindingInitializer. | Class | org.springframework.web.bind.support | Spring MVC |
|
| DefaultDeserializer | A default Deserializer implementation that reads an input streamusing Java serialization. | Class | org.springframework.core.serializer | Spring MVC |
|
| DefaultDocumentLoader | Spring's default DocumentLoader implementation. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| DefaultEventListenerFactory | Default EventListenerFactory implementation that supports theregular EventListener annotation. | Class | org.springframework.context.event | Spring MVC |
|
| DefaultFormattingConversionService | A specialization of FormattingConversionService configured by default withconverters and formatters appropriate for most applications. | Class | org.springframework.format.support | Spring MVC |
|
| DefaultHandlerExceptionResolver | Default implementation of the HandlerExceptionResolver interface that resolves standard Spring exceptions and translatesthem to corresponding HTTP status codes. | Class | org.springframework.web.servlet.mvc.support | Spring MVC |
|
| DefaultHandshakeHandler | A default HandshakeHandler implementation,See AbstractHandshakeHandler's javadoc for details on supported servers etc. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| DefaultIntroductionAdvisor | Simple IntroductionAdvisor implementationthat by default applies to any class. | Class | org.springframework.aop.support | Spring MVC |
|
| DefaultJCacheOperationSource | The default JCacheOperationSource implementation delegatingdefault operations to configurable services with sensible defaults | Class | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| DefaultJcaListenerContainerFactory | A JmsListenerContainerFactory implementation to build aJCA-based JmsMessageEndpointManager. | Class | org.springframework.jms.config | Spring MVC |
|
| DefaultJdoDialect | Default implementation of the JdoDialect interface. | Class | org.springframework.orm.jdo | Spring MVC |
|
| DefaultJmsActivationSpecFactory | Default implementation of the JmsActivationSpecFactory interface. | Class | org.springframework.jms.listener.endpoint | Spring MVC |
|
| DefaultJmsListenerContainerFactory | A JmsListenerContainerFactory implementation to build a regularDefaultMessageListenerContainer. | Class | org.springframework.jms.config | Spring MVC |
|
| DefaultJpaDialect | Default implementation of the JpaDialect interface. | Class | org.springframework.orm.jpa | Spring MVC |
|
| DefaultKeyGenerator | Default key generator. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| DefaultLifecycleProcessor | Default implementation of the LifecycleProcessor strategy. | Class | org.springframework.context.support | Spring MVC |
|
| DefaultListableBeanFactory | Default implementation of theListableBeanFactory and | Class | org.springframework.beans.factory.support | Spring MVC |
|
| DefaultLobHandler | Default implementation of the LobHandler interface. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| DefaultLocatorFactory | A factory class to get a default ContextSingletonBeanFactoryLocator instance. | Class | org.springframework.context.access | Spring MVC |
|
| DefaultManagedAwareThreadFactory | JNDI-based variant of CustomizableThreadFactory, performing a default lookupfor JSR-236's java:comp/DefaultManagedThreadFactory in a Java EE 7 environment, | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| DefaultManagedTaskExecutor | JNDI-based variant of ConcurrentTaskExecutor, performing a default lookup forJSR-236's java:comp/DefaultManagedExecutorService in a Java EE 7 environment. | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| DefaultManagedTaskScheduler | JNDI-based variant of ConcurrentTaskScheduler, performing a default lookup forJSR-236's java:comp/DefaultManagedScheduledExecutorService in a Java EE 7 environment. | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| DefaultMessageCodesResolver | Default implementation of the MessageCodesResolver interface. | Class | org.springframework.validation | Spring MVC |
|
| DefaultMessageHandlerMethodFactory | The default MessageHandlerMethodFactory implementation creating anInvocableHandlerMethod with the necessary | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| DefaultMessageListenerContainer | Message listener container variant that uses plain JMS client APIs, specificallya loop of MessageConsumer. | Class | org.springframework.jms.listener | Spring MVC |
|
| DefaultMessageSourceResolvable | Default implementation of the MessageSourceResolvable interface. | Class | org.springframework.context.support | Spring MVC |
|
| DefaultMockMvcBuilder | A concrete implementation of AbstractMockMvcBuilder that providesthe WebApplicationContext supplied to it as a constructor argument. | Class | org.springframework.test.web.servlet.setup | Spring MVC |
|
| DefaultMultipartActionRequest | Default implementation of the MultipartActionRequest interface. | Class | org.springframework.web.portlet.multipart | Spring MVC |
|
| DefaultMultipartHttpServletRequest | Default implementation of theMultipartHttpServletRequest | Class | org.springframework.web.multipart.support | Spring MVC |
|
| DefaultNamespaceHandlerResolver | Default implementation of the NamespaceHandlerResolver interface. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| DefaultParameterNameDiscoverer | Default implementation of the ParameterNameDiscoverer strategy interface,using the Java 8 standard reflection mechanism (if available), and falling back | Class | org.springframework.core | Spring MVC |
|
| DefaultPersistenceUnitManager | Default implementation of the PersistenceUnitManager interface. | Class | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| DefaultPointcutAdvisor | Convenient Pointcut-driven Advisor implementation. | Class | org.springframework.aop.support | Spring MVC |
|
| DefaultPropertiesPersister | Default implementation of the PropertiesPersister interface. | Class | org.springframework.util | Spring MVC |
|
| DefaultRemoteInvocationExecutor | Default implementation of the RemoteInvocationExecutor interface. | Class | org.springframework.remoting.support | Spring MVC |
|
| DefaultRemoteInvocationFactory | Default implementation of the RemoteInvocationFactory interface. | Class | org.springframework.remoting.support | Spring MVC |
|
| DefaultRequestToViewNameTranslator | RequestToViewNameTranslatorthat simply transforms the URI of the incoming request into a view name. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| DefaultResourceLoader | Default implementation of the ResourceLoader interface. | Class | org.springframework.core.io | Spring MVC |
|
| DefaultResponseCreator | A ResponseCreator with builder-style methods for adding response details. | Class | org.springframework.test.web.client.response | Spring MVC |
|
| DefaultResponseErrorHandler | Default implementation of the ResponseErrorHandler interface. | Class | org.springframework.web.client | Spring MVC |
|
| DefaultScopedObject | Default implementation of the ScopedObject interface. | Class | org.springframework.aop.scope | Spring MVC |
|
| DefaultsDefinition | Marker interface for a defaults definition,Concrete implementations are typically based on 'document defaults', | Interface | org.springframework.beans.factory.parsing | Spring MVC |
|
| DefaultSerializer | A Serializer implementation that writes an object to an output streamusing Java serialization. | Class | org.springframework.core.serializer | Spring MVC |
|
| DefaultServletHandlerConfigurer | Configures a request handler for serving static resources by forwarding the request to the Servlet container'sdefault Servlet. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| DefaultServletHttpRequestHandler | An HttpRequestHandler for serving static files using the Servlet container's default Servlet. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| DefaultSessionAttributeStore | Default implementation of the SessionAttributeStore interface,storing the attributes in the WebRequest session (i. | Class | org.springframework.web.bind.support | Spring MVC |
|
| DefaultSimpUserRegistry | Default, mutable, thread-safe implementation of SimpUserRegistry thatlistens ApplicationContext events of type AbstractSubProtocolEvent to | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| DefaultSingletonBeanRegistry | Generic registry for shared bean instances, implementing theSingletonBeanRegistry. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| DefaultSockJsFrameFormat | A default implementation ofSockJsFrameFormat that relies | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| DefaultSockJsService | A default implementation of SockJsServicewith all default TransportHandler implementations pre-registered. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| DefaultStompSession | Default implementation of ConnectionHandlingStompSession. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| DefaultSubscriptionRegistry | in memory and uses a PathMatcherfor matching destinations. | Class | org.springframework.messaging.simp.broker | Spring MVC |
|
| DefaultTestContext | Default implementation of the TestContext interface. | Class | org.springframework.test.context.support | Spring MVC |
|
| DefaultTestContextBootstrapper | Default implementation of the TestContextBootstrapper SPI. | Class | org.springframework.test.context.support | Spring MVC |
|
| DefaultToStringStyler | Spring's default toString() styler. | Class | org.springframework.core.style | Spring MVC |
|
| DefaultTransactionAttribute | Transaction attribute that takes the EJB approach to rollingback on runtime, but not checked, exceptions. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| DefaultTransactionDefinition | Default implementation of the TransactionDefinition interface,offering bean-style configuration and sensible default values | Class | org.springframework.transaction.support | Spring MVC |
|
| DefaultTransactionStatus | Default implementation of the TransactionStatusinterface, used by AbstractPlatformTransactionManager. | Class | org.springframework.transaction.support | Spring MVC |
|
| DefaultUriTemplateHandler | Default implementation of UriTemplateHandler that relies onUriComponentsBuilder internally. | Class | org.springframework.web.util | Spring MVC |
|
| DefaultUserDestinationResolver | A default implementation of UserDestinationResolver that relieson a SimpUserRegistry to find active sessions for a user. | Class | org.springframework.messaging.simp.user | Spring MVC |
|
| DefaultUserSessionRegistry | A default thread-safe implementation of UserSessionRegistry. | Class | org.springframework.messaging.simp.user | Spring MVC |
|
| DefaultValueStyler | Converts objects to String form, generally for debugging purposes,using Spring's toString styling conventions. | Class | org.springframework.core.style | Spring MVC |
|
| DeferredImportSelector | A variation of ImportSelector that runs after all @Configuration beanshave been processed. | Interface | org.springframework.context.annotation | Spring MVC |
|
| DeferredResult | DeferredResult provides an alternative to using a Callable forasynchronous request processing. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| DeferredResultMethodReturnValueHandler | Handles return values of type DeferredResult. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| DeferredResultProcessingInterceptor | Intercepts concurrent request handling, where the concurrent result isobtained by waiting for a DeferredResult to be set from a thread | Interface | org.springframework.web.context.request.async | Spring MVC |
|
| DeferredResultProcessingInterceptorAdapter | Abstract adapter class for the DeferredResultProcessingInterceptorinterface for simplified implementation of individual methods. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| DelegatePerTargetObjectIntroductionInterceptor | Convenient implementation of theIntroductionInterceptor interface. | Class | org.springframework.aop.support | Spring MVC |
|
| DelegatingConnectionFactory | CCI ConnectionFactory implementation that delegates all callsto a given target ConnectionFactory. | Class | org.springframework.jca.cci.connection | Spring MVC |
|
| DelegatingConnectionFactory | ConnectionFactory implementation that delegates all callsto a given target ConnectionFactory, adapting specific | Class | org.springframework.jms.connection | Spring MVC |
|
| DelegatingDataSource | JDBC DataSource implementation that delegates all callsto a given target DataSource. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| DelegatingEntityResolver | EntityResolver implementation that delegates to a BeansDtdResolverand a PluggableSchemaResolver for DTDs and XML schemas, respectively. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| DelegatingErrorHandlingRunnable | Runnable wrapper that catches any exception or error thrown from itsdelegate Runnable and allows an ErrorHandler to handle it. | Class | org.springframework.scheduling.support | Spring MVC |
|
| DelegatingFilterProxy | Proxy for a standard Servlet Filter, delegating to a Spring-managed bean thatin web. | Class | org.springframework.web.filter | Spring MVC |
|
| DelegatingIntroductionInterceptor | Convenient implementation of theIntroductionInterceptor interface. | Class | org.springframework.aop.support | Spring MVC |
|
| DelegatingJob | Simple Quartz Job adapter that delegates to agiven Runnable instance. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| DelegatingMessageSource | Empty MessageSource that delegates all calls to the parent MessageSource. | Class | org.springframework.context.support | Spring MVC |
|
| DelegatingNavigationHandlerProxy | JSF NavigationHandler implementation that delegates to a NavigationHandlerbean obtained from the Spring root WebApplicationContext. | Class | org.springframework.web.jsf | Spring MVC |
|
| DelegatingPhaseListenerMulticaster | JSF PhaseListener implementation that delegates to one or more Spring-managedPhaseListener beans coming from the Spring root WebApplicationContext. | Class | org.springframework.web.jsf | Spring MVC |
|
| DelegatingServletInputStream | Delegating implementation of ServletInputStream. | Class | org.springframework.mock.web | Spring MVC |
|
| DelegatingServletOutputStream | Delegating implementation of ServletOutputStream. | Class | org.springframework.mock.web | Spring MVC |
|
| DelegatingSmartContextLoader | DelegatingSmartContextLoader is a concrete implementation ofAbstractDelegatingSmartContextLoader that delegates to a | Class | org.springframework.test.context.support | Spring MVC |
|
| DelegatingThemeSource | Empty ThemeSource that delegates all calls to the parent ThemeSource. | Class | org.springframework.ui.context.support | Spring MVC |
|
| DelegatingTimerListener | Simple TimerListener adapter that delegates to a given Runnable. | Class | org.springframework.scheduling.commonj | Spring MVC |
|
| DelegatingTransactionAttribute | TransactionAttribute implementation that delegates all calls to a given targetTransactionAttribute instance. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| DelegatingTransactionDefinition | TransactionDefinition implementation that delegates all calls to a given targetTransactionDefinition instance. | Class | org.springframework.transaction.support | Spring MVC |
|
| DelegatingWebConnection | WebConnection implementations. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
|
| DelegatingWebMvcConfiguration | A sub-class of WebMvcConfigurationSupport that detects and delegatesto all beans of type WebMvcConfigurer allowing them to customize the | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| DelegatingWebSocketConfiguration | A variation of WebSocketConfigurationSupport that detects implementations ofWebSocketConfigurer in Spring configuration and invokes them in order to | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| DelegatingWebSocketMessageBrokerConfiguration | A WebSocketMessageBrokerConfigurationSupport extension that detectsbeans of type WebSocketMessageBrokerConfigurer and delegates to all | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| DelegatingWork | Simple Work adapter that delegates to a given Runnable. | Class | org.springframework.jca.work | Spring MVC |
|
| DelegatingWork | Simple Work adapter that delegates to a given Runnable. | Class | org.springframework.scheduling.commonj | Spring MVC |
|
| DependencyDescriptor | Descriptor for a specific dependency that is about to be injected. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| DependencyInjectionTestExecutionListener | TestExecutionListener which provides support for dependencyinjection and initialization of test instances. | Class | org.springframework.test.context.support | Spring MVC |
|
| DependsOn | Beans on which the current bean depends. | Class | org.springframework.context.annotation | Spring MVC |
|
| DeprecatedBeanWarner | Bean factory post processor that logs a warning for @Deprecated beans. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| DerbyCallMetaDataProvider | Derby specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| DerbyMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given Derby tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| DerbyTableMetaDataProvider | The Derby specific implementation of the TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| Description | Adds a textual description to bean definitions derived fromSince:4. | Class | org.springframework.context.annotation | Spring MVC |
|
| DescriptiveResource | Simple Resource implementation that holds a resource descriptionbut does not point to an actually readable resource. | Class | org.springframework.core.io | Spring MVC |
|
| Deserializer | A strategy interface for converting from data in an InputStream to an Object. | Interface | org.springframework.core.serializer | Spring MVC |
|
| DeserializingConverter | A Converter that delegates to ato convert data in a byte array to an object. | Class | org.springframework.core.serializer.support | Spring MVC |
|
| DestinationPatternsMessageCondition | A MessageCondition for matching the destination of a Message against one ormore destination patterns using a PathMatcher. | Class | org.springframework.messaging.handler | Spring MVC |
|
| DestinationResolutionException | Thrown by a DestinationResolver when it cannot resolve a destination name. | Class | org.springframework.jms.support.destination | Spring MVC |
|
| DestinationResolutionException | Thrown by a DestinationResolver when it cannot resolve a destination. | Class | org.springframework.messaging.core | Spring MVC |
|
| DestinationResolver | Strategy interface for resolving JMS destinations. | Interface | org.springframework.jms.support.destination | Spring MVC |
|
| DestinationResolver | Strategy for resolving a String destination name to an actual destinationSince:4. | Interface | org.springframework.messaging.core | Spring MVC |
|
| DestinationResolvingMessageReceivingOperations | from a destination specified as a (resolvable) String name. | Interface | org.springframework.messaging.core | Spring MVC |
|
| DestinationResolvingMessageRequestReplyOperations | receiving messages to and from a destination specified as a (resolvable) String name. | Interface | org.springframework.messaging.core | Spring MVC |
|
| DestinationResolvingMessageSendingOperations | to a destination specified as a (resolvable) String name. | Interface | org.springframework.messaging.core | Spring MVC |
|
| DestinationUserNameProvider | A Principal can also implement this contract whengetName() isn't globally unique | Interface | org.springframework.messaging.simp.user | Spring MVC |
|
| DestinationVariable | Annotation that indicates a method parameter should be bound to a template variablein a destination template string. | Class | org.springframework.messaging.handler.annotation | Spring MVC |
|
| DestinationVariableMethodArgumentResolver | Resolves method parameters annotated with@DestinationVariable. | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| DestructionAwareBeanPostProcessor | Subinterface of BeanPostProcessor that adds a before-destruction callback. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| DestructionCallbackBindingListener | Adapter that implements the Servlet HttpSessionBindingListener interface,wrapping a session destruction callback. | Class | org.springframework.web.context.request | Spring MVC |
|
| DigestUtils | Miscellaneous methods for calculating digests. | Class | org.springframework.util | Spring MVC |
|
| DirectFieldAccessor | ConfigurablePropertyAccessor implementation that directly accessesinstance fields. | Class | org.springframework.beans | Spring MVC |
|
| DirectFieldBindingResult | Special implementation of the Errors and BindingResult interfaces,supporting registration and evaluation of binding errors on value objects. | Class | org.springframework.validation | Spring MVC |
|
| DirtiesContext | Test annotation which indicates that theassociated with a test is dirty and should therefore be closed | Class | org.springframework.test.annotation | Spring MVC |
|
| DirtiesContextBeforeModesTestExecutionListener | TestExecutionListener which provides support for marking theApplicationContext associated with a test as dirty for | Class | org.springframework.test.context.support | Spring MVC |
|
| DirtiesContextTestExecutionListener | TestExecutionListener which provides support for marking theApplicationContext associated with a test as dirty for | Class | org.springframework.test.context.support | Spring MVC |
|
| DispatcherPortlet | Central dispatcher for use within the Portlet MVC framework, e. | Class | org.springframework.web.portlet | Spring MVC |
|
| DispatcherServlet | Central dispatcher for HTTP request handlers/controllers, e. | Class | org.springframework.web.servlet | Spring MVC |
|
| DispatcherServletWebRequest | ServletWebRequest subclass that is aware ofrequest context, such as the Locale determined by the configured | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| DisposableBean | Interface to be implemented by beans that want to release resourceson destruction. | Interface | org.springframework.beans.factory | Spring MVC |
|
| DisposableSqlTypeValue | Subinterface of SqlTypeValue that adds a cleanup callback,to be invoked after the value has been set and the corresponding | Interface | org.springframework.jdbc.core | Spring MVC |
|
| DocumentDefaultsDefinition | Simple JavaBean that holds the defaults specified at the level in a standard Spring XML bean definition document: | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| DocumentLoader | Strategy interface for loading an XML Document. | Interface | org.springframework.beans.factory.xml | Spring MVC |
|
| DomUtils | Convenience methods for working with the DOM API,in particular for working with DOM Nodes and DOM Elements. | Class | org.springframework.util.xml | Spring MVC |
|
| DriverManagerDataSource | Simple implementation of the standard JDBC DataSource interface,configuring the plain old JDBC DriverManager via bean properties, and | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| DuplicateKeyException | Exception thrown when an attempt to insert or update dataresults in violation of an primary key or unique constraint. | Class | org.springframework.dao | Spring MVC |
|
| DynamicDestinationResolver | Simple DestinationResolver implementation resolving destination namesas dynamic destinations. | Class | org.springframework.jms.support.destination | Spring MVC |
|
| DynamicIntroductionAdvice | Subinterface of AOP Alliance Advice that allows additional interfacesto be implemented by an Advice, and available via a proxy using that | Interface | org.springframework.aop | Spring MVC |
|
| DynamicMethodMatcher | Convenient abstract superclass for dynamic method matchers,which do care about arguments at runtime. | Class | org.springframework.aop.support | Spring MVC |
|
| DynamicMethodMatcherPointcut | Convenient superclass when we want to force subclasses towill want to be pointcuts. | Class | org.springframework.aop.support | Spring MVC |
|
| EclipseLinkJpaDialect | JpaDialect implementation for EclipsePersistence Services (EclipseLink). | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| EclipseLinkJpaVendorAdapter | JpaVendorAdapter implementation for EclipsePersistence Services (EclipseLink). | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| EditorAwareTag | Interface to be implemented by JSP tags that expose aPropertyEditor for a property that they are currently bound to. | Interface | org.springframework.web.servlet.tags | Spring MVC |
|
| EhCacheCache | Cache implementation on top of an Ehcache instance. | Class | org.springframework.cache.ehcache | Spring MVC |
|
| EhCacheCacheManager | CacheManager backed by an EhCache CacheManager. | Class | org.springframework.cache.ehcache | Spring MVC |
|
| EhCacheFactoryBean | FactoryBean that creates a named EhCache Cache instance(or a decorator that implements the Ehcache interface), | Class | org.springframework.cache.ehcache | Spring MVC |
|
| EhCacheManagerFactoryBean | FactoryBean that exposes an EhCache CacheManagerinstance (independent or shared), configured from a specified config location. | Class | org.springframework.cache.ehcache | Spring MVC |
|
| EhCacheManagerUtils | Convenient builder methods for EhCache 2. | Class | org.springframework.cache.ehcache | Spring MVC |
|
| EisOperation | Base class for EIS operation objects that work with the CCI API. | Class | org.springframework.jca.cci.object | Spring MVC |
|
| Ejb3TransactionAnnotationParser | Strategy implementation for parsing EJB3's TransactionAttributeSince:2. | Class | org.springframework.transaction.annotation | Spring MVC |
|
| EjbAccessException | Exception that gets thrown when an EJB stub cannot be accessed properly. | Class | org.springframework.ejb.access | Spring MVC |
|
| Elvis | Represents the elvis operator ?:. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| EmbeddedDatabase | EmbeddedDatabase serves as a handle to an embedded database instance. | Interface | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseBuilder | A builder that provides a convenient API for constructing an embedded database. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseConfigurer | EmbeddedDatabaseConfigurer encapsulates the configuration required tocreate, connect to, and shut down a specific type of embedded database such as | Interface | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseFactory | Factory for creating an EmbeddedDatabase instance. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseFactoryBean | A subclass of EmbeddedDatabaseFactory that implements FactoryBeanfor registration as a Spring bean. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseType | enum EmbeddedDatabaseTypeA supported embedded database type. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedValueResolutionSupport | Convenient base class for components with a need for embedded value resolution(i. | Class | org.springframework.context.support | Spring MVC |
|
| EmbeddedValueResolverAware | Interface to be implemented by any object that wishes to be notified of aStringValueResolver for the resolution of embedded definition values. | Interface | org.springframework.context | Spring MVC |
|
| EmptyReaderEventListener | Empty implementation of the ReaderEventListener interface,providing no-op implementations of all callback methods. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| EmptyResultDataAccessException | Data access exception thrown when a result was expected to have at leastone row (or element) but zero rows (or elements) were actually returned. | Class | org.springframework.dao | Spring MVC |
|
| EmptySqlParameterSource | A simple empty implementation of the SqlParameterSource interface. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| EmptyTargetSource | Canonical TargetSource when there is no target(or just the target class known), and behavior is supplied | Class | org.springframework.aop.target | Spring MVC |
|
| EnableAspectJAutoProxy | Enables support for handling components marked with AspectJ's @Aspect annotation,similar to functionality found in Spring's XML element. | Class | org.springframework.context.annotation | Spring MVC |
|
| EnableAsync | Enables Spring's asynchronous method execution capability, similar to functionalityfound in Spring's XML namespace. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| EnableCaching | Enables Spring's annotation-driven cache management capability, similar tothe support found in Spring's XML namespace. | Class | org.springframework.cache.annotation | Spring MVC |
|
| EnableJms | Enable JMS listener annotated endpoints that are created under the coverby a JmsListenerContainerFactory. | Class | org.springframework.jms.annotation | Spring MVC |
|
| EnableLoadTimeWeaving | Activates a Spring LoadTimeWeaver for this application context, available asa bean with the name loadTimeWeaver, similar to the | Class | org.springframework.context.annotation | Spring MVC |
|
| EnableMBeanExport | Enables default exporting of all standard MBeans from the Spring context, aswell as well all @ManagedResource annotated beans. | Class | org.springframework.context.annotation | Spring MVC |
|
| EnableScheduling | Enables Spring's scheduled task execution capability, similar tofunctionality found in Spring's XML namespace. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| EnableSpringConfigured | Signals the current application context to apply dependency injection tonon-managed classes that are instantiated outside of the Spring bean factory | Class | org.springframework.context.annotation.aspectj | Spring MVC |
|
| EnableTransactionManagement | Enables Spring's annotation-driven transaction management capability, similar tothe support found in Spring's XML namespace. | Class | org.springframework.transaction.annotation | Spring MVC |
|
| EnableWebMvc | Adding this annotation to an @Configuration class imports the Spring MVCconfiguration from WebMvcConfigurationSupport, e. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| EnableWebSocket | Add this annotation to an @Configuration class to configureprocessing WebSocket requests: | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| EnableWebSocketMessageBroker | Add this annotation to an @Configuration class to enable broker-backedmessaging over WebSocket using a higher-level messaging sub-protocol. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| EncodedResource | Holder that combines a Resource descriptor with a specific encodingor Charset to be used for reading from the resource. | Class | org.springframework.core.io.support | Spring MVC |
|
| EncodedResource | Interface for a resource descriptor that describes the encodingapplied to the entire resource content. | Interface | org.springframework.web.servlet.resource | Spring MVC |
|
| EndpointConnectionManager | A WebSocket connection manager that is given a URI, an Endpoint, connects to aWebSocket server through the ConnectionManagerSupport. | Class | org.springframework.web.socket.client.standard | Spring MVC |
|
| EntityManagerFactoryAccessor | Base class for any class that needs to access a JPA EntityManagerFactory,usually in order to obtain a JPA EntityManager. | Class | org.springframework.orm.jpa | Spring MVC |
|
| EntityManagerFactoryInfo | Metadata interface for a Spring-managed JPA EntityManagerFactory. | Interface | org.springframework.orm.jpa | Spring MVC |
|
| EntityManagerFactoryUtils | Helper class featuring methods for JPA EntityManager handling,allowing for reuse of EntityManager instances within transactions. | Class | org.springframework.orm.jpa | Spring MVC |
|
| EntityManagerHolder | Holder wrapping a JPA EntityManager. | Class | org.springframework.orm.jpa | Spring MVC |
|
| EntityManagerProxy | Subinterface of EntityManager to be implemented byEntityManager proxies. | Interface | org.springframework.orm.jpa | Spring MVC |
|
| EnumerablePropertySource | A PropertySource implementation capable of interrogating itsunderlying source object to enumerate all possible property name/value | Class | org.springframework.core.env | Spring MVC |
|
| Environment | Interface representing the environment in which the current application is running. | Interface | org.springframework.core.env | Spring MVC |
|
| EnvironmentAccessor | Read-only EL property accessor that knows how to retrieve keysof a Spring Environment instance. | Class | org.springframework.context.expression | Spring MVC |
|
| EnvironmentAware | Interface to be implemented by any bean that wishes to be notifiedof the Environment that it runs in. | Interface | org.springframework.context | Spring MVC |
|
| EnvironmentCapable | Interface indicating a component that contains and exposes an Environment reference. | Interface | org.springframework.core.env | Spring MVC |
|
| ErrorCoded | Interface that can be implemented by exceptions etc that are error coded. | Interface | org.springframework.core | Spring MVC |
|
| ErrorHandler | A strategy for handling errors. | Interface | org.springframework.util | Spring MVC |
|
| ErrorMessage | A GenericMessage with a Throwable payload. | Class | org.springframework.messaging.support | Spring MVC |
|
| Errors | Stores and exposes information about data-binding and validationerrors for a specific object. | Interface | org.springframework.validation | Spring MVC |
|
| ErrorsMethodArgumentResolver | Resolves Errors method arguments. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| ErrorsTag | Form tag for displaying errors for a particular field or object. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| EscapeBodyTag | Custom JSP tag to escape its enclosed body content,applying HTML escaping and/or JavaScript escaping. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| EscapedErrors | Errors wrapper that adds automatic HTML escaping to the wrapped instance,for convenient usage in HTML views. | Class | org.springframework.web.bind | Spring MVC |
|
| EvalTag | JSP tag for evaluating expressions with the Spring Expression Language (SpEL). | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| EvaluationContext | Expressions are executed in an evaluation context. | Interface | org.springframework.expression | Spring MVC |
|
| EvaluationException | Represent an exception that occurs during expression evaluation. | Class | org.springframework.expression | Spring MVC |
|
| EventAwareController | Extension of the Portlet Controller interface that allowsfor handling Portlet 2. | Interface | org.springframework.web.portlet.mvc | Spring MVC |
|
| EventListener | Annotation that marks a method as a listener for application events. | Class | org.springframework.context.event | Spring MVC |
|
| EventListenerFactory | Strategy interface for creating ApplicationListener for methodsannotated with EventListener. | Interface | org.springframework.context.event | Spring MVC |
|
| EventListenerMethodProcessor | Register EventListener annotated method as individual ApplicationListenerSince:4. | Class | org.springframework.context.event | Spring MVC |
|
| EventMapping | Annotation for mapping Portlet event requests onto handler methods. | Class | org.springframework.web.portlet.bind.annotation | Spring MVC |
|
| EventPublicationInterceptor | Interceptor that publishes anApplicationEvent to all ApplicationListeners | Class | org.springframework.context.event | Spring MVC |
|
| EventSourceTransportHandler | A TransportHandler for sending messages via Server-Sent events:http://dev. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| ExceptionDepthComparator | Comparator capable of sorting exceptions based on their depth from the thrown exception type. | Class | org.springframework.core | Spring MVC |
|
| ExceptionHandler | Annotation for handling exceptions in specific handler classes and/orhandler methods. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| ExceptionHandlerExceptionResolver | An AbstractHandlerMethodExceptionResolver that resolves exceptionsthrough @ExceptionHandler methods. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ExceptionHandlerMethodResolver | Discovers @ExceptionHandler methods in a given class,including all of its superclasses, and helps to resolve a given Exception | Class | org.springframework.web.method.annotation | Spring MVC |
|
| ExceptionTypeFilter | An InstanceFilter implementation that handles exception types. | Class | org.springframework.util | Spring MVC |
|
| ExceptionWebSocketHandlerDecorator | An exception handling WebSocketHandlerDecorator. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| ExecutorBeanDefinitionParser | Parser for the 'executor' element of the 'task' namespace. | Class | org.springframework.scheduling.config | Spring MVC |
|
| ExecutorChannelInterceptor | An extension of ChannelInterceptor with callbacks to intercept theasynchronous sending of a Message to | Interface | org.springframework.messaging.support | Spring MVC |
|
| ExecutorConfigurationSupport | Base class for classes that are setting up ajava. | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| ExecutorServiceAdapter | Adapter that takes a Spring TaskExecutor)and exposes a full java. | Class | org.springframework.core.task.support | Spring MVC |
|
| ExecutorSubscribableChannel | A SubscribableChannel that sends messages to each of its subscribers. | Class | org.springframework.messaging.support | Spring MVC |
|
| ExpectedLookupTemplate | Simple extension of the JndiTemplate class that always returns a given object. | Class | org.springframework.mock.jndi | Spring MVC |
|
| ExponentialBackOff | retry attempt. | Class | org.springframework.util.backoff | Spring MVC |
|
| ExposeBeanNameAdvisors | Convenient methods for creating advisors that may be used when autoproxying beanscreated with the Spring IoC container, binding the bean name to the current | Class | org.springframework.aop.interceptor | Spring MVC |
|
| ExposeInvocationInterceptor | Interceptor that exposes the current MethodInvocationas a thread-local object. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| Expression | An expression capable of evaluating itself against context objects. | Interface | org.springframework.expression | Spring MVC |
|
| ExpressionException | Super class for exceptions that can occur whilst processing expressions. | Class | org.springframework.expression | Spring MVC |
|
| ExpressionInvocationTargetException | This exception wraps (as cause) a checked exception thrown by some method that SpELinvokes. | Class | org.springframework.expression | Spring MVC |
|
| ExpressionParser | Parses expression strings into compiled expressions that can be evaluated. | Interface | org.springframework.expression | Spring MVC |
|
| ExpressionPointcut | Interface to be implemented by pointcuts that use String expressions. | Interface | org.springframework.aop.support | Spring MVC |
|
| ExpressionState | An ExpressionState is for maintaining per-expression-evaluation state, any changes toit are not seen by other expressions but it gives a place to hold local variables and | Class | org.springframework.expression.spel | Spring MVC |
|
| ExpressionUtils | Common utility functions that may be used by any Expression Language provider. | Class | org.springframework.expression.common | Spring MVC |
|
| ExpressionValueMethodArgumentResolver | Resolves method arguments annotated with @Value. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| ExtendedBeanInfoFactory | BeanInfoFactory implementation that evaluates whether bean classes havenon-standard JavaBeans setter methods and are thus candidates for introspection | Class | org.springframework.beans | Spring MVC |
|
| ExtendedEntityManagerCreator | Delegate for creating a variety of EntityManagerproxies that follow the JPA spec's semantics for extended EntityManagers. | Class | org.springframework.orm.jpa | Spring MVC |
|
| ExtendedModelMap | Subclass of ModelMap that implements the Model interface. | Class | org.springframework.ui | Spring MVC |
|
| ExtendedServletRequestDataBinder | Subclass of ServletRequestDataBinder that adds URI template variablesto the values used for data binding. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ExtensionRegistryInitializer | Google Protocol Messages can contain message extensions that can be parsed ifthe appropriate configuration has been registered in the ExtensionRegistry. | Interface | org.springframework.http.converter.protobuf | Spring MVC |
|
| FacesContextUtils | Convenience methods to retrieve Spring's root WebApplicationContextfor a given JSF FacesContext. | Class | org.springframework.web.jsf | Spring MVC |
|
| FacesRequestAttributes | RequestAttributes adapter for a JSF FacesContext. | Class | org.springframework.web.context.request | Spring MVC |
|
| FacesWebRequest | WebRequest adapter for a JSF FacesContext. | Class | org.springframework.web.context.request | Spring MVC |
|
| FactoryBean | Interface to be implemented by objects used within a BeanFactorywhich are themselves factories. | Interface | org.springframework.beans.factory | Spring MVC |
|
| FactoryBeanNotInitializedException | Exception to be thrown from a FactoryBean's getObject() methodif the bean is not fully initialized yet, for example because it is involved | Class | org.springframework.beans.factory | Spring MVC |
|
| FactoryBeanRegistrySupport | Support base class for singleton registries which need to handleFactoryBean instances, | Class | org.springframework.beans.factory.support | Spring MVC |
|
| FailFastProblemReporter | Simple ProblemReporter implementation that exhibits fail-fastbehavior when errors are encountered. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| FailureCallback | Defines the contract for failure callbacks that accept the result of aSince:4. | Interface | org.springframework.util.concurrent | Spring MVC |
|
| FastByteArrayOutputStream | A speedy alternative to ByteArrayOutputStream. | Class | org.springframework.util | Spring MVC |
|
| FatalBeanException | Thrown on an unrecoverable problem encountered in thebeans packages or sub-packages, e. | Class | org.springframework.beans | Spring MVC |
|
| FieldError | Encapsulates a field error, that is, a reason for rejecting a specificSee the DefaultMessageCodesResolver javadoc for details on | Class | org.springframework.validation | Spring MVC |
|
| FieldRetrievingFactoryBean | FactoryBean which retrieves a static or non-static field value. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| FieldVisitor | A visitor to visit a Java field. | Class | org.springframework.asm | Spring MVC |
|
| FileCopyUtils | Simple utility methods for file and stream copying. | Class | org.springframework.util | Spring MVC |
|
| FileEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| FileSystemResource | Resource implementation for java. | Class | org.springframework.core.io | Spring MVC |
|
| FileSystemResourceLoader | ResourceLoader implementation that resolves plain paths asfile system resources rather than as class path resources | Class | org.springframework.core.io | Spring MVC |
|
| FileSystemUtils | Utility methods for working with the file system. | Class | org.springframework.util | Spring MVC |
|
| FileSystemXmlApplicationContext | Standalone XML application context, taking the context definition filesfrom the file system or from URLs, interpreting plain paths as relative | Class | org.springframework.context.support | Spring MVC |
|
| FilterDefinitionFactoryBean | Convenient FactoryBean for defining Hibernate FilterDefinitions. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| FilterType | Enumeration of the type filters that may be used in conjunction withSince:2. | Class | org.springframework.context.annotation | Spring MVC |
|
| FixedBackOff | A simple BackOff implementation that provides a fixed intervalbetween two attempts and a maximum number of retries. | Class | org.springframework.util.backoff | Spring MVC |
|
| FixedContentNegotiationStrategy | A ContentNegotiationStrategy that returns a fixed content type. | Class | org.springframework.web.accept | Spring MVC |
|
| FixedIntervalReconnectStrategy | A simple strategy for making reconnect attempts at a fixed interval. | Class | org.springframework.messaging.tcp | Spring MVC |
|
| FixedLocaleResolver | LocaleResolver implementationthat always returns a fixed default locale and optionally time zone. | Class | org.springframework.web.servlet.i18n | Spring MVC |
|
| FixedThemeResolver | ThemeResolver implementationthat simply uses a fixed theme. | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| FixedVersionStrategy | A VersionStrategy that relies on a fixed version applied as a requestpath prefix, e. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| FlashAttributeResultMatchers | Factory for output flash attribute assertions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| FlashMap | A FlashMap provides a way for one request to store attributes intended foruse in another. | Class | org.springframework.web.servlet | Spring MVC |
|
| FlashMapManager | A strategy interface for retrieving and saving FlashMap instances. | Interface | org.springframework.web.servlet | Spring MVC |
|
| FloatLiteral | Expression language AST node that represents a float literal. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| ForkJoinPoolFactoryBean | A Spring FactoryBean that builds and exposes a preconfigured ForkJoinPool. | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| FormatHelper | Utility methods (formatters, etc) used during parsing and evaluation. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| Formatter | Formats objects of type T. | Interface | org.springframework.format | Spring MVC |
|
| FormatterPropertyEditorAdapter | Adapter that bridges between Formatter and PropertyEditor. | Class | org.springframework.format.support | Spring MVC |
|
| FormatterRegistrar | Registers Converters and Formatters witha FormattingConversionService through the FormatterRegistry SPI. | Interface | org.springframework.format | Spring MVC |
|
| FormatterRegistry | A registry of field formatting logic. | Interface | org.springframework.format | Spring MVC |
|
| FormattingConversionService | A ConversionService implementationdesigned to be configured as a FormatterRegistry. | Class | org.springframework.format.support | Spring MVC |
|
| FormattingConversionServiceFactoryBean | A factory providing convenient access to a FormattingConversionServiceconfigured with converters and formatters for common types such as numbers and | Class | org.springframework.format.support | Spring MVC |
|
| FormHttpMessageConverter | forms and also to write (but not read) multipart data (e. | Class | org.springframework.http.converter | Spring MVC |
|
| FormTag | Databinding-aware JSP tag for rendering an HTML 'form' whoseinner elements are bound to properties on a form object. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| FrameworkPortlet | Base portlet for Spring's portlet framework. | Class | org.springframework.web.portlet | Spring MVC |
|
| FrameworkServlet | Base servlet for Spring's web framework. | Class | org.springframework.web.servlet | Spring MVC |
|
| FreeMarkerConfig | Interface to be implemented by objects that configure and manage aFreeMarker Configuration object in a web environment. | Interface | org.springframework.web.servlet.view.freemarker | Spring MVC |
|
| FreeMarkerConfigurationFactory | Factory that configures a FreeMarker Configuration. | Class | org.springframework.ui.freemarker | Spring MVC |
|
| FreeMarkerConfigurationFactoryBean | Factory bean that creates a FreeMarker Configuration and provides it asbean reference. | Class | org.springframework.ui.freemarker | Spring MVC |
|
| FreeMarkerConfigurer | JavaBean to configure FreeMarker for web usage, via the configLocationand/or freemarkerSettings and/or templateLoaderPath properties. | Class | org.springframework.web.servlet.view.freemarker | Spring MVC |
|
| FreeMarkerConfigurerBeanDefinitionParser | Parse the MVC namespace element and registerFreeMarkerConfigurer bean | Class | org.springframework.web.servlet.config | Spring MVC |
|
| FreeMarkerTemplateUtils | Utility class for working with FreeMarker. | Class | org.springframework.ui.freemarker | Spring MVC |
|
| FreeMarkerView | View using the FreeMarker template engine. | Class | org.springframework.web.servlet.view.freemarker | Spring MVC |
|
| FreeMarkerViewResolver | Convenience subclass of UrlBasedViewResolverthat supports FreeMarkerView (i. | Class | org.springframework.web.servlet.view.freemarker | Spring MVC |
|
| FunctionReference | A function reference is of the form #someFunction(a,b,c). | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| FutureAdapter | Abstract class that adapts a Future parameterized over S into a Future parameterized over T. | Class | org.springframework.util.concurrent | Spring MVC |
|
| GeneratedKeyHolder | Default implementation of the KeyHolder interface, to be used forholding auto-generated keys (as potentially returned by JDBC insert statements). | Class | org.springframework.jdbc.support | Spring MVC |
|
| GenericApplicationContext | Generic ApplicationContext implementation that holds a single internalDefaultListableBeanFactory | Class | org.springframework.context.support | Spring MVC |
|
| GenericApplicationListener | exposing further metadata such as the supported event type. | Interface | org.springframework.context.event | Spring MVC |
|
| GenericApplicationListenerAdapter | GenericApplicationListener adapter that determines supported event typesthrough introspecting the generically declared type of the target listener. | Class | org.springframework.context.event | Spring MVC |
|
| GenericBeanDefinition | GenericBeanDefinition is a one-stop shop for standard bean definition purposes. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| GenericCallMetaDataProvider | Generic implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| GenericCollectionTypeResolver | Helper class for determining element types of collections and maps. | Class | org.springframework.core | Spring MVC |
|
| GenericConversionService | Base ConversionService implementation suitable for use in most environments. | Class | org.springframework.core.convert.support | Spring MVC |
|
| GenericConverter | Generic converter interface for converting between two or more types. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| GenericFilterBean | Simple base implementation of Filter which treatsits config parameters (init-param entries within the | Class | org.springframework.web.filter | Spring MVC |
|
| GenericGroovyApplicationContext | An ApplicationContext implementation that extendsGenericApplicationContext and implements GroovyObject such that beans | Class | org.springframework.context.support | Spring MVC |
|
| GenericGroovyXmlContextLoader | Concrete implementation of AbstractGenericContextLoader that readsbean definitions from Groovy scripts and XML configuration files. | Class | org.springframework.test.context.support | Spring MVC |
|
| GenericGroovyXmlWebContextLoader | Concrete implementation of AbstractGenericWebContextLoader that loadsbean definitions from Groovy scripts and XML configuration files. | Class | org.springframework.test.context.web | Spring MVC |
|
| GenericHttpMessageConverter | A specialization of HttpMessageConverter that can convert an HTTP requestinto a target object of a specified generic type and a source object of a specified | Interface | org.springframework.http.converter | Spring MVC |
|
| GenericMarshaller | Subinterface of Marshaller that has support for Java 5 generics. | Interface | org.springframework.oxm | Spring MVC |
|
| GenericMessage | An implementation of Message with a generic payload. | Class | org.springframework.messaging.support | Spring MVC |
|
| GenericMessageConverter | An extension of the SimpleMessageConverter that uses aConversionService to convert the payload of the message | Class | org.springframework.messaging.converter | Spring MVC |
|
| GenericMessageEndpointFactory | Generic implementation of the JCA 1. | Class | org.springframework.jca.endpoint | Spring MVC |
|
| GenericMessageEndpointManager | Generic bean that manages JCA 1. | Class | org.springframework.jca.endpoint | Spring MVC |
|
| GenericMessagingTemplate | A messaging template that resolves destinations names to MessageChannel'sto send and receive messages from. | Class | org.springframework.messaging.core | Spring MVC |
|
| GenericPortletBean | Simple extension of javax. | Class | org.springframework.web.portlet | Spring MVC |
|
| GenericPropertiesContextLoader | Concrete implementation of AbstractGenericContextLoader that readsbean definitions from Java Properties resources. | Class | org.springframework.test.context.support | Spring MVC |
|
| GenericSqlQuery | | Class | org.springframework.jdbc.object | Spring MVC |
|
| GenericStoredProcedure | Concrete implementation making it possible to define the RDBMS stored proceduresin an application context without writing a custom Java implementation class. | Class | org.springframework.jdbc.object | Spring MVC |
|
| GenericTableMetaDataProvider | A generic implementation of the TableMetaDataProvider that should provideenough features for all supported databases. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| GenericTypeAwareAutowireCandidateResolver | Basic AutowireCandidateResolver that performs a full generic typematch with the candidate's type if the dependency is declared as a generic type | Class | org.springframework.beans.factory.support | Spring MVC |
|
| GenericTypeResolver | Helper class for resolving generic types against type variables. | Class | org.springframework.core | Spring MVC |
|
| GenericUnmarshaller | Subinterface of Unmarshaller that has support for Java 5 generics. | Interface | org.springframework.oxm | Spring MVC |
|
| GenericWebApplicationContext | Subclass of GenericApplicationContext, suitable for web environments. | Class | org.springframework.web.context.support | Spring MVC |
|
| GenericXmlApplicationContext | Convenient application context with built-in XML support. | Class | org.springframework.context.support | Spring MVC |
|
| GenericXmlContextLoader | Concrete implementation of AbstractGenericContextLoader that readsbean definitions from XML resources. | Class | org.springframework.test.context.support | Spring MVC |
|
| GenericXmlWebContextLoader | Concrete implementation of AbstractGenericWebContextLoader that loadsbean definitions from XML resources. | Class | org.springframework.test.context.web | Spring MVC |
|
| GlassFishLoadTimeWeaver | LoadTimeWeaver implementation for GlassFish'sorg. | Class | org.springframework.instrument.classloading.glassfish | Spring MVC |
|
| GlassFishRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for Oracle's GlassFish 4. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| GlassFishWorkManagerTaskExecutor | Spring TaskExecutor adapter for the GlassFish JCA WorkManager. | Class | org.springframework.jca.work.glassfish | Spring MVC |
|
| GlobalAdvisorAdapterRegistry | Singleton to publish a shared DefaultAdvisorAdapterRegistry instance. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| GroovyBeanDefinitionReader | A Groovy-based reader for Spring bean definitions: like a Groovy builder,but more of a DSL for Spring configuration. | Class | org.springframework.beans.factory.groovy | Spring MVC |
|
| GroovyMarkupConfig | Interface to be implemented by objects that configure and manage a GroovyMarkupTemplateEngine for automatic lookup in a web environment. | Interface | org.springframework.web.servlet.view.groovy | Spring MVC |
|
| GroovyMarkupConfigurer | An extension of Groovy's TemplateConfiguration andan implementation of Spring MVC's GroovyMarkupConfig for creating | Class | org.springframework.web.servlet.view.groovy | Spring MVC |
|
| GroovyMarkupConfigurerBeanDefinitionParser | Parse the MVC namespace element and register aGroovyConfigurer bean | Class | org.springframework.web.servlet.config | Spring MVC |
|
| GroovyMarkupView | An AbstractTemplateView subclass based on Groovy XML/XHTML markup templates. | Class | org.springframework.web.servlet.view.groovy | Spring MVC |
|
| GroovyMarkupViewResolver | Convenience subclass of @link AbstractTemplateViewResolver} that supportsGroovyMarkupView (i. | Class | org.springframework.web.servlet.view.groovy | Spring MVC |
|
| GroovyObjectCustomizer | Strategy used by GroovyScriptFactory to allow the customization ofa created GroovyObject. | Interface | org.springframework.scripting.groovy | Spring MVC |
|
| GroovyScriptEvaluator | Groovy-based implementation of Spring's ScriptEvaluator strategy interface. | Class | org.springframework.scripting.groovy | Spring MVC |
|
| GroovyScriptFactory | ScriptFactory implementationfor a Groovy script. | Class | org.springframework.scripting.groovy | Spring MVC |
|
| GroovyWebApplicationContext | WebApplicationContext implementation which takesits configuration from Groovy bean definition scripts and/or XML files, as understood by | Class | org.springframework.web.context.support | Spring MVC |
|
| GsonBuilderUtils | A simple utility class for obtaining a Google Gson 2. | Class | org.springframework.http.converter.json | Spring MVC |
|
| GsonFactoryBean | A FactoryBean for creating a Google Gson 2. | Class | org.springframework.http.converter.json | Spring MVC |
|
| GsonHttpMessageConverter | that can read and write JSON using theGoogle Gson library's | Class | org.springframework.http.converter.json | Spring MVC |
|
| GuavaCache | Spring Cache adapter implementationon top of a Guava Cache instance. | Class | org.springframework.cache.guava | Spring MVC |
|
| GuavaCacheManager | CacheManager implementation that lazily builds GuavaCacheinstances for each getCache(java. | Class | org.springframework.cache.guava | Spring MVC |
|
| GzipResourceResolver | A ResourceResolver that delegates to the chain to locate a resourceand then attempts to find a variation with the . | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| H2SequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given H2 Database sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| HanaCallMetaDataProvider | SAP HANA specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| Handle | A reference to a field or a method. | Class | org.springframework.asm | Spring MVC |
|
| HandlerAdapter | Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow. | Interface | org.springframework.web.portlet | Spring MVC |
|
| HandlerAdapter | MVC framework SPI, allowing parameterization of the core MVC workflow. | Interface | org.springframework.web.servlet | Spring MVC |
|
| HandlerExceptionResolver | Interface to be implemented by objects than can resolve exceptions thrownduring handler mapping or execution, in the typical case to error views. | Interface | org.springframework.web.portlet | Spring MVC |
|
| HandlerExceptionResolver | Interface to be implemented by objects that can resolve exceptions thrown duringhandler mapping or execution, in the typical case to error views. | Interface | org.springframework.web.servlet | Spring MVC |
|
| HandlerExceptionResolverComposite | A HandlerExceptionResolver that delegates to a list of other HandlerExceptionResolvers. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| HandlerExecutionChain | Handler execution chain, consisting of handler object and any handler interceptors. | Class | org.springframework.web.portlet | Spring MVC |
|
| HandlerExecutionChain | Handler execution chain, consisting of handler object and any handler interceptors. | Class | org.springframework.web.servlet | Spring MVC |
|
| HandlerInterceptor | Workflow interface that allows for customized handler execution chains. | Interface | org.springframework.web.portlet | Spring MVC |
|
| HandlerInterceptor | Workflow interface that allows for customized handler execution chains. | Interface | org.springframework.web.servlet | Spring MVC |
|
| HandlerInterceptorAdapter | Abstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| HandlerInterceptorAdapter | Abstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| HandlerMapping | Interface to be implemented by objects that define a mapping betweenrequests and handler objects. | Interface | org.springframework.web.portlet | Spring MVC |
|
| HandlerMapping | Interface to be implemented by objects that define a mapping betweenrequests and handler objects. | Interface | org.springframework.web.servlet | Spring MVC |
|
| HandlerMethod | Encapsulates information about a handler method consisting of aProvides convenient access to method parameters, method return value, method annotations. | Class | org.springframework.messaging.handler | Spring MVC |
|
| HandlerMethod | Encapsulates information about a handler method consisting of aProvides convenient access to method parameters, the method return value, | Class | org.springframework.web.method | Spring MVC |
|
| HandlerMethodArgumentResolver | Strategy interface for resolving method parameters into argument valuesin the context of a given Message. | Interface | org.springframework.messaging.handler.invocation | Spring MVC |
|
| HandlerMethodArgumentResolver | Strategy interface for resolving method parameters into argument values inthe context of a given request. | Interface | org.springframework.web.method.support | Spring MVC |
|
| HandlerMethodArgumentResolverComposite | Resolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolver. | Class | org.springframework.messaging.handler.invocation | Spring MVC |
|
| HandlerMethodArgumentResolverComposite | Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers. | Class | org.springframework.web.method.support | Spring MVC |
|
| HandlerMethodInvocationException | Exception indicating that the execution of an annotated MVC handler method failed. | Class | org.springframework.web.bind.annotation.support | Spring MVC |
|
| HandlerMethodInvoker | Support class for invoking an annotated handler method. | Class | org.springframework.web.bind.annotation.support | Spring MVC |
|
| HandlerMethodMappingNamingStrategy | A strategy for assigning a name to a handler method's mapping. | Interface | org.springframework.web.servlet.handler | Spring MVC |
|
| HandlerMethodResolver | Support class for resolving web method annotations in a handler type. | Class | org.springframework.web.bind.annotation.support | Spring MVC |
|
| HandlerMethodReturnValueHandler | Strategy interface to handle the value returned from the invocation of amethod handling a Message. | Interface | org.springframework.messaging.handler.invocation | Spring MVC |
|
| HandlerMethodReturnValueHandler | Strategy interface to handle the value returned from the invocation of aSince:3. | Interface | org.springframework.web.method.support | Spring MVC |
|
| HandlerMethodReturnValueHandlerComposite | A HandlerMethodReturnValueHandler that wraps and delegates to others. | Class | org.springframework.messaging.handler.invocation | Spring MVC |
|
| HandlerMethodReturnValueHandlerComposite | Handles method return values by delegating to a list of registered HandlerMethodReturnValueHandlers. | Class | org.springframework.web.method.support | Spring MVC |
|
| HandlerMethodSelector | Defines the algorithm for searching handler methods exhaustively including interfaces and parentclasses while also dealing with parameterized methods as well as interface and class-based proxies. | Class | org.springframework.messaging.handler | Spring MVC |
|
| HandlerMethodSelector | Defines the algorithm for searching handler methods exhaustively including interfaces and parentclasses while also dealing with parameterized methods as well as interface and class-based proxies. | Class | org.springframework.web.method | Spring MVC |
|
| HandlerResultMatchers | Factory for assertions on the selected handler. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| HandshakeFailureException | Thrown when handshake processing failed to complete due to an internal, unrecoverableerror. | Class | org.springframework.web.socket.server | Spring MVC |
|
| HandshakeHandler | Contract for processing a WebSocket handshake request. | Interface | org.springframework.web.socket.server | Spring MVC |
|
| HandshakeInterceptor | Interceptor for WebSocket handshake requests. | Interface | org.springframework.web.socket.server | Spring MVC |
|
| HandshakeInterceptorChain | A helper class that assists with invoking a list of handshake interceptors. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| Header | Annotation which indicates that a method parameter should be bound to a message header. | Class | org.springframework.messaging.handler.annotation | Spring MVC |
|
| HeaderContentNegotiationStrategy | A ContentNegotiationStrategy that checks the 'Accept' request header. | Class | org.springframework.web.accept | Spring MVC |
|
| HeaderMapper | Generic strategy interface for mapping MessageHeaders to and from othertypes of objects. | Interface | org.springframework.messaging.support | Spring MVC |
|
| HeaderMethodArgumentResolver | Resolves method parameters annotated with @Header. | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| HeaderResultMatchers | Factory for response header assertions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| HeadersMethodArgumentResolver | Resolves the following method parameters:Parameters assignable to Map annotated with @Headers | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| HeadersRequestCondition | A logical conjunction (' && ') request condition that matches a request againsta set of header expressions with syntax defined in RequestMapping. | Class | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| HessianClientInterceptor | MethodInterceptor for accessing a Hessian service. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| HessianExporter | General stream-based protocol exporter for a Hessian endpoint. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| HessianProxyFactoryBean | FactoryBean for Hessian proxies. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| HessianServiceExporter | Servlet-API-based HTTP request handler that exports the specified service beanas Hessian service endpoint, accessible via a Hessian proxy. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| HeuristicCompletionException | Exception that represents a transaction failure caused by a heuristicdecision on the side of the transaction coordinator. | Class | org.springframework.transaction | Spring MVC |
|
| HibernateAccessor | Base class for HibernateTemplate and HibernateInterceptor,defining common properties such as SessionFactory and flushing behavior. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateCallback | Callback interface for Hibernate code. | Interface | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateCallback | Callback interface for Hibernate code. | Interface | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateCallback | Callback interface for Hibernate code. | Interface | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateDaoSupport | Convenient super class for Hibernate-based data access objects. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| HibernateDaoSupport | Convenient super class for Hibernate-based data access objects. | Class | org.springframework.orm.hibernate4.support | Spring MVC |
|
| HibernateDaoSupport | Convenient super class for Hibernate-based data access objects. | Class | org.springframework.orm.hibernate5.support | Spring MVC |
|
| HibernateExceptionTranslator | PersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateExceptionTranslator | PersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateExceptionTranslator | PersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateInterceptor | This interceptor binds a new Hibernate Session to the thread before a methodcall, closing and removing it afterwards in case of any method outcome. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateJdbcException | Hibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateJdbcException | Hibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateJdbcException | Hibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateJpaDialect | JpaDialect implementation forHibernate EntityManager. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| HibernateJpaSessionFactoryBean | Simple FactoryBean that exposes the underlying SessionFactorybehind a Hibernate-backed JPA EntityManagerFactory. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| HibernateJpaVendorAdapter | JpaVendorAdapter implementation for HibernateEntityManager. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| HibernateObjectRetrievalFailureException | Hibernate-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateObjectRetrievalFailureException | Hibernate-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateObjectRetrievalFailureException | Hibernate-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateOperations | Interface that specifies a basic set of Hibernate operations,option to enhance testability, as it can easily be mocked or stubbed. | Interface | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateOperations | Interface that specifies a basic set of Hibernate operations,option to enhance testability, as it can easily be mocked or stubbed. | Interface | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateOperations | Interface that specifies a basic set of Hibernate operations,option to enhance testability, as it can easily be mocked or stubbed. | Interface | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateOptimisticLockingFailureException | Hibernate-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateOptimisticLockingFailureException | Hibernate-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateOptimisticLockingFailureException | Hibernate-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateQueryException | Hibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateQueryException | Hibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateQueryException | Hibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateSystemException | Hibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concrete | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateSystemException | Hibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concrete | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateSystemException | Hibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concrete | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateTemplate | Helper class that simplifies Hibernate data access code. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateTemplate | Helper class that simplifies Hibernate data access code. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateTemplate | Helper class that simplifies Hibernate data access code. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateTransactionManager | PlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread, potentially | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateTransactionManager | PlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread, | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateTransactionManager | PlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread, | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HiddenHttpMethodFilter | Filter that converts posted method parameters into HTTP methods,retrievable via HttpServletRequest. | Class | org.springframework.web.filter | Spring MVC |
|
| HierarchicalBeanFactory | Sub-interface implemented by bean factories that can be partThe corresponding setParentBeanFactory method for bean | Interface | org.springframework.beans.factory | Spring MVC |
|
| HierarchicalMessageSource | Sub-interface of MessageSource to be implemented by objects thatcan resolve messages hierarchically. | Interface | org.springframework.context | Spring MVC |
|
| HierarchicalThemeSource | Sub-interface of ThemeSource to be implemented by objects thatcan resolve theme messages hierarchically. | Interface | org.springframework.ui.context | Spring MVC |
|
| HostRequestMatcher | A WebRequestMatcher that allows matching on the host and optionallythe port of WebRequest#getUrl(). | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
|
| HotSwappableTargetSource | TargetSource implementation thatcaches a local target object, but allows the target to be swapped | Class | org.springframework.aop.target | Spring MVC |
|
| HsqlMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given HSQL tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| HsqlSequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| HsqlTableMetaDataProvider | The HSQL specific implementation of TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| HtmlEscapeTag | Sets default HTML escape value for the current page. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| HtmlEscapingAwareTag | Superclass for tags that output content that might get HTML-escaped. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| HtmlFileTransportHandler | An HTTP TransportHandler that uses a famous browser document. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| HtmlUtils | Utility class for HTML escaping. | Class | org.springframework.web.util | Spring MVC |
|
| HttpAccessor | Base class for RestTemplateand other HTTP accessing gateway helpers, defining common properties | Class | org.springframework.http.client.support | Spring MVC |
|
| HttpClientErrorException | Exception thrown when an HTTP 4xx is received. | Class | org.springframework.web.client | Spring MVC |
|
| HttpComponentsAsyncClientHttpRequestFactory | Asynchronous extension of the HttpComponentsClientHttpRequestFactory. | Class | org.springframework.http.client | Spring MVC |
|
| HttpComponentsClientHttpRequestFactory | ClientHttpRequestFactory implementation thatuses Apache HttpComponents | Class | org.springframework.http.client | Spring MVC |
|
| HttpComponentsHttpInvokerRequestExecutor | HttpInvokerRequestExecutor implementation that usesApache HttpComponents HttpClient | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpEntity | Represents an HTTP request or response entity, consisting of headers and body. | Class | org.springframework.http | Spring MVC |
|
| HttpEntityMethodProcessor | Resolves HttpEntity and RequestEntity method argument valuesand also handles HttpEntity and ResponseEntity return values. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| HttpHeaders | Represents HTTP request and response headers, mapping string header names to list of string values. | Class | org.springframework.http | Spring MVC |
|
| HttpHeadersReturnValueHandler | Handles HttpHeaders return values. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| HttpInputMessage | Represents an HTTP input message, consisting of headersand a readable body. | Interface | org.springframework.http | Spring MVC |
|
| HttpInvokerClientConfiguration | Configuration interface for executing HTTP invoker requests. | Interface | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpInvokerClientInterceptor | MethodInterceptor for accessing anHTTP invoker service. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpInvokerProxyFactoryBean | FactoryBean for HTTP invoker proxies. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpInvokerRequestExecutor | Strategy interface for actual execution of an HTTP invoker request. | Interface | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpInvokerServiceExporter | Servlet-API-based HTTP request handler that exports the specified service beanas HTTP invoker service endpoint, accessible via an HTTP invoker proxy. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpMediaTypeException | Abstract base for exceptions related to media types. | Class | org.springframework.web | Spring MVC |
|
| HttpMediaTypeNotAcceptableException | Exception thrown when the request handler cannot generate a response that is acceptable by the client. | Class | org.springframework.web | Spring MVC |
|
| HttpMediaTypeNotSupportedException | Exception thrown when a client POSTs, PUTs, or PATCHes content of a typenot supported by request handler. | Class | org.springframework.web | Spring MVC |
|
| HttpMessage | Represents the base interface for HTTP request and response messages. | Interface | org.springframework.http | Spring MVC |
|
| HttpMessageConversionException | Thrown by HttpMessageConverter implementations when a conversion attempt fails. | Class | org.springframework.http.converter | Spring MVC |
|
| HttpMessageConverter | Strategy interface that specifies a converter that can convert from and to HTTP requests and responses. | Interface | org.springframework.http.converter | Spring MVC |
|
| HttpMessageConverterExtractor | Response extractor that uses the given entity convertersto convert the response into a type T. | Class | org.springframework.web.client | Spring MVC |
|
| HttpMessageNotReadableException | Thrown by HttpMessageConverter implementations when theHttpMessageConverter. | Class | org.springframework.http.converter | Spring MVC |
|
| HttpMessageNotWritableException | Thrown by HttpMessageConverter implementations when theHttpMessageConverter. | Class | org.springframework.http.converter | Spring MVC |
|
| HttpMethod | Java 5 enumeration of HTTP request methods. | Class | org.springframework.http | Spring MVC |
|
| HttpOutputMessage | Represents an HTTP output message, consisting of headersand a writable body. | Interface | org.springframework.http | Spring MVC |
|
| HttpPutFormContentFilter | Filter that makes form encoded data available throughthe ServletRequest. | Class | org.springframework.web.filter | Spring MVC |
|
| HttpRange | Represents an HTTP (byte) range for use with the HTTP Range header. | Class | org.springframework.http | Spring MVC |
|
| HttpRequest | Represents an HTTP request message, consisting ofSince:3. | Interface | org.springframework.http | Spring MVC |
|
| HttpRequestHandler | Plain handler interface for components that process HTTP requests,analogous to a Servlet. | Interface | org.springframework.web | Spring MVC |
|
| HttpRequestHandlerAdapter | Adapter to use the plain HttpRequestHandlerinterface with the generic DispatcherServlet. | Class | org.springframework.web.servlet.mvc | Spring MVC |
|
| HttpRequestHandlerServlet | Simple HttpServlet that delegates to an HttpRequestHandler bean definedin Spring's root web application context. | Class | org.springframework.web.context.support | Spring MVC |
|
| HttpRequestMethodNotSupportedException | Exception thrown when a request handler does not support aspecific request method. | Class | org.springframework.web | Spring MVC |
|
| HttpRequestWrapper | Provides a convenient implementation of the HttpRequest interfacethat can be overridden to adapt the request. | Class | org.springframework.http.client.support | Spring MVC |
|
| HttpServerErrorException | Exception thrown when an HTTP 5xx is received. | Class | org.springframework.web.client | Spring MVC |
|
| HttpServletBean | Simple extension of HttpServlet which treatsits config parameters (init-param entries within the | Class | org.springframework.web.servlet | Spring MVC |
|
| HttpSessionHandshakeInterceptor | An interceptor to copy information from the HTTP session to the handshakeattributes map to made available viaWebSocketSession. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| HttpSessionMutexListener | Servlet HttpSessionListener that automatically exposes the session mutexwhen an HttpSession gets created. | Class | org.springframework.web.util | Spring MVC |
|
| HttpSessionRequiredException | Exception thrown when an HTTP request handler requires a pre-existing session. | Class | org.springframework.web | Spring MVC |
|
| HttpStatus | Java 5 enumeration of HTTP status codes. | Class | org.springframework.http | Spring MVC |
|
| HttpStatusCodeException | Abstract base class for exceptions based on an HttpStatus. | Class | org.springframework.web.client | Spring MVC |
|
| Identifier | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| IdentityNamingStrategy | An implementation of the ObjectNamingStrategy interface thatcreates a name based on the the identity of a given instance. | Class | org.springframework.jmx.export.naming | Spring MVC |
|
| IdGenerator | Contract for generating universally unique identifiers (UUIDs). | Interface | org.springframework.util | Spring MVC |
|
| IdTimestampMessageHeaderInitializer | A MessageHeaderInitializerto customize the strategy for ID and TIMESTAMP message header generation. | Class | org.springframework.messaging.support | Spring MVC |
|
| IdTransferringMergeEventListener | Extension of Hibernate's DefaultMergeEventListener, transferring the idsof newly saved objects to the corresponding original objects (that are part | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| IfProfileValue | Test annotation to indicate whether a test is enabled or disabled for aspecific testing profile. | Class | org.springframework.test.annotation | Spring MVC |
|
| IllegalStateException | Runtime exception mirroring the JMS IllegalStateException. | Class | org.springframework.jms | Spring MVC |
|
| IllegalTransactionStateException | Exception thrown when the existence or non-existence of a transactionamounts to an illegal state according to the transaction propagation | Class | org.springframework.transaction | Spring MVC |
|
| ImmutableMessageChannelInterceptor | A simpler interceptor that calls MessageHeaderAccessor. | Class | org.springframework.messaging.support | Spring MVC |
|
| Import | Indicates one or more @Configuration classes to import. | Class | org.springframework.context.annotation | Spring MVC |
|
| ImportAware | Interface to be implemented by any @Configuration class that wishesto be injected with the AnnotationMetadata of the @Configuration | Interface | org.springframework.context.annotation | Spring MVC |
|
| ImportBeanDefinitionRegistrar | Interface to be implemented by types that register additional bean definitions whenprocessing @Configuration classes. | Interface | org.springframework.context.annotation | Spring MVC |
|
| ImportDefinition | Representation of an import that has been processed during the parsing process. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| ImportResource | Indicates one or more resources containing bean definitions to import. | Class | org.springframework.context.annotation | Spring MVC |
|
| ImportSelector | Interface to be implemented by types that determine which @Configurationclass(es) should be imported based on a given selection criteria, usually one or more | Interface | org.springframework.context.annotation | Spring MVC |
|
| IncorrectResultSetColumnCountException | Data access exception thrown when a result set did not have the correct column count,for example when expecting a single column but getting 0 or more than 1 columns. | Class | org.springframework.jdbc | Spring MVC |
|
| IncorrectResultSizeDataAccessException | Data access exception thrown when a result was not of the expected size,for example when expecting a single row but getting 0 or more than 1 rows. | Class | org.springframework.dao | Spring MVC |
|
| IncorrectUpdateSemanticsDataAccessException | Data access exception thrown when something unintended appears to havehappened with an update, but the transaction hasn't already been rolled back. | Class | org.springframework.dao | Spring MVC |
|
| Indexer | An Indexer can index into some proceeding structure to access a particular piece of it. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| InfoReceiver | A component that can execute the SockJS Info request that needs to beperformed before the SockJS session starts in order to check server endpoint | Interface | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| InfrastructureAdvisorAutoProxyCreator | Auto-proxy creator that considers infrastructure Advisor beans only,ignoring any application-defined Advisors. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| InfrastructureProxy | Interface to be implemented by transparent resource proxies that need to beconsidered as equal to the underlying resource, for example for consistent | Interface | org.springframework.core | Spring MVC |
|
| InitBinder | Annotation that identifies methods which initialize thewill be used for populating command and form object arguments | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| InitBinderDataBinderFactory | Adds initialization to a WebDataBinder via @InitBinder methods. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| InitDestroyAnnotationBeanPostProcessor | BeanPostProcessor implementationthat invokes annotated init and destroy methods. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| InitializingBean | Interface to be implemented by beans that need to react once all theirproperties have been set by a BeanFactory: for example, to perform custom | Interface | org.springframework.beans.factory | Spring MVC |
|
| InjectionMetadata | Internal class for managing injection metadata. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| InlineList | Represent a list in an expression, e. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| InlineMap | Represent a map in an expression, e. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| InputSourceEditor | Editor for org. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| InputStreamEditor | One-way PropertyEditor which can convert from a text String to ajava. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| InputStreamResource | Resource implementation for a given InputStream. | Class | org.springframework.core.io | Spring MVC |
|
| InputStreamSource | Simple interface for objects that are sources for an InputStream. | Interface | org.springframework.core.io | Spring MVC |
|
| InputTag | Data-binding-aware JSP tag for rendering an HTML 'input'element with a 'type' of 'text'. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| InstanceComparator | Compares objects based on an arbitrary class order. | Class | org.springframework.util.comparator | Spring MVC |
|
| InstanceFilter | A simple instance filter that checks if a given instance match based ona collection of includes and excludes element. | Class | org.springframework.util | Spring MVC |
|
| InstantFormatter | Formatter implementation for a JSR-310 Instant,following JSR-310's parsing rules for an Instant (that is, not using a | Class | org.springframework.format.datetime.standard | Spring MVC |
|
| InstantiationAwareBeanPostProcessor | Subinterface of BeanPostProcessor that adds a before-instantiation callback,and a callback after instantiation but before explicit properties are set or | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| InstantiationAwareBeanPostProcessorAdapter | Adapter that implements all methods on SmartInstantiationAwareBeanPostProcessoras no-ops, which will not change normal processing of each bean instantiated | Class | org.springframework.beans.factory.config | Spring MVC |
|
| InstantiationModelAwarePointcutAdvisor | Interface to be implemented by Spring AOP Advisors wrapping AspectJaspects that may have a lazy initialization strategy. | Interface | org.springframework.aop.aspectj | Spring MVC |
|
| InstantiationStrategy | Interface responsible for creating instances corresponding to a root bean definition. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| InstrumentationLoadTimeWeaver | LoadTimeWeaver relying on VM Instrumentation. | Class | org.springframework.instrument.classloading | Spring MVC |
|
| InstrumentationSavingAgent | Java agent that saves the Instrumentation interface from the JVMSince:2. | Class | org.springframework.instrument | Spring MVC |
|
| InteractionCallback | Generic callback interface for code that operates on a CCI Interaction. | Interface | org.springframework.jca.cci.core | Spring MVC |
|
| InterceptableChannel | A MessageChannel thatmaintains a list ChannelInterceptors and allows interception of message sending. | Interface | org.springframework.messaging.support | Spring MVC |
|
| InterceptingClientHttpRequestFactory | Wrapper for a ClientHttpRequestFactory that has support for ClientHttpRequestInterceptors. | Class | org.springframework.http.client | Spring MVC |
|
| InterceptingHttpAccessor | Base class for RestTemplate and other HTTP accessing gateway helpers, addinginterceptor-related properties to HttpAccessor's common properties. | Class | org.springframework.http.client.support | Spring MVC |
|
| InterceptorRegistration | Assists with the creation of a MappedInterceptor. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| InterceptorRegistry | Helps with configuring a list of mapped interceptors. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| InterfaceBasedMBeanInfoAssembler | Subclass of AbstractReflectiveMBeanInfoAssembler that allows forthe management interface of a bean to be defined using arbitrary interfaces. | Class | org.springframework.jmx.export.assembler | Spring MVC |
|
| InternalParseException | Wraps a real parse exception. | Class | org.springframework.expression.spel | Spring MVC |
|
| InternalPathMethodNameResolver | Simple implementation of MethodNameResolver that maps URL tomethod name. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
|
| InternalResourceView | Wrapper for a JSP or other resource within the same web application. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| InternalResourceViewResolver | Convenient subclass of UrlBasedViewResolver that supportsInternalResourceView (i. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| InternetAddressEditor | Editor for java. | Class | org.springframework.mail.javamail | Spring MVC |
|
| InterruptibleBatchPreparedStatementSetter | Extension of the BatchPreparedStatementSetter interface,adding a batch exhaustion check. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| IntervalTask | Task implementation defining a Runnable to be executed at a givenmillisecond interval which may be treated as fixed-rate or fixed-delay depending on | Class | org.springframework.scheduling.config | Spring MVC |
|
| IntLiteral | Expression language AST node that represents an integer literal. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| IntroductionAdvisor | Superinterface for advisors that perform one or more AOP introductions. | Interface | org.springframework.aop | Spring MVC |
|
| IntroductionAwareMethodMatcher | A specialized type of MethodMatcher that takes into account introductionswhen matching methods. | Interface | org.springframework.aop | Spring MVC |
|
| IntroductionInfo | Interface supplying the information necessary to describe an introduction. | Interface | org.springframework.aop | Spring MVC |
|
| IntroductionInfoSupport | Support for implementations of IntroductionInfo. | Class | org.springframework.aop.support | Spring MVC |
|
| IntroductionInterceptor | Subinterface of AOP Alliance MethodInterceptor that allows additional interfacesto be implemented by the interceptor, and available via a proxy using that | Interface | org.springframework.aop | Spring MVC |
|
| IntrospectorCleanupListener | Listener that flushes the JDK's JavaBeans Introspectorcache on web app shutdown. | Class | org.springframework.web.util | Spring MVC |
|
| InvalidClientIDException | Runtime exception mirroring the JMS InvalidClientIDException. | Class | org.springframework.jms | Spring MVC |
|
| InvalidDataAccessApiUsageException | Exception thrown on incorrect usage of the API, such as failing tocompile a query object that needed compilation before execution. | Class | org.springframework.dao | Spring MVC |
|
| InvalidDataAccessResourceUsageException | Root for exceptions thrown when we use a data access resource incorrectly. | Class | org.springframework.dao | Spring MVC |
|
| InvalidDestinationException | Runtime exception mirroring the JMS InvalidDestinationException. | Class | org.springframework.jms | Spring MVC |
|
| InvalidInvocationException | Thrown when trying to invoke an operation on a proxy that is not exposedby the proxied MBean resource's management interface. | Class | org.springframework.jmx.access | Spring MVC |
|
| InvalidIsolationLevelException | Exception that gets thrown when an invalid isolation level is specified,i. | Class | org.springframework.transaction | Spring MVC |
|
| InvalidMediaTypeException | Exception thrown from MediaType. | Class | org.springframework.http | Spring MVC |
|
| InvalidMetadataException | Thrown by the JmxAttributeSource when it encountersincorrect metadata on a managed resource or one of its methods. | Class | org.springframework.jmx.export.metadata | Spring MVC |
|
| InvalidMimeTypeException | Exception thrown from MimeTypeUtils. | Class | org.springframework.util | Spring MVC |
|
| InvalidPropertyException | Exception thrown when referring to an invalid bean property. | Class | org.springframework.beans | Spring MVC |
|
| InvalidResultSetAccessException | Exception thrown when a ResultSet has been accessed in an invalid fashion. | Class | org.springframework.jca.cci | Spring MVC |
|
| InvalidResultSetAccessException | Exception thrown when a ResultSet has been accessed in an invalid fashion. | Class | org.springframework.jdbc | Spring MVC |
|
| InvalidSelectorException | Runtime exception mirroring the JMS InvalidSelectorException. | Class | org.springframework.jms | Spring MVC |
|
| InvalidTimeoutException | Exception that gets thrown when an invalid timeout is specified,that is, the specified timeout valid is out of range or the | Class | org.springframework.transaction | Spring MVC |
|
| InvertibleComparator | A decorator for a comparator, with an ascending flag denotingwhether comparison results should be treated in forward (standard | Class | org.springframework.util.comparator | Spring MVC |
|
| InvocableHandlerMethod | Provides a method for invoking the handler method for a given message after resolving itsmethod argument values through registered HandlerMethodArgumentResolvers. | Class | org.springframework.messaging.handler.invocation | Spring MVC |
|
| InvocableHandlerMethod | Provides a method for invoking the handler method for a given request after resolving itsmethod argument values through registered HandlerMethodArgumentResolvers. | Class | org.springframework.web.method.support | Spring MVC |
|
| InvocationFailureException | Thrown when an invocation on an MBean resource failed with an exception (eithera reflection exception or an exception thrown by the target method itself). | Class | org.springframework.jmx.access | Spring MVC |
|
| Isolation | Enumeration that represents transaction isolation levels for usewith the Transactional annotation, corresponding to the | Class | org.springframework.transaction.annotation | Spring MVC |
|
| IsolationLevelDataSourceAdapter | An adapter for a target DataSource, applying the currentSpring transaction's isolation level (and potentially specified user credentials) | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| IsolationLevelDataSourceRouter | DataSource that routes to one of various target DataSources based on thecurrent transaction isolation level. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| Jackson2ObjectMapperBuilder | A builder used to create ObjectMapper instances with a fluent API. | Class | org.springframework.http.converter.json | Spring MVC |
|
| Jackson2ObjectMapperFactoryBean | A FactoryBean for creating a Jackson 2. | Class | org.springframework.http.converter.json | Spring MVC |
|
| Jackson2SockJsMessageCodec | A Jackson 2. | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| JamonPerformanceMonitorInterceptor | Performance monitor interceptor that uses JAMon library to perform theperformance measurement on the intercepted method and output the stats. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| JasperReportsCsvView | that renders report results in CSV format. | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| JasperReportsHtmlView | that renders report results in HTML format. | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| JasperReportsMultiFormatView | JasperReports view class that allows for the actual rendering formatto be specified at runtime using a parameter contained in the model. | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| JasperReportsPdfView | that renders report results in PDF format. | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| JasperReportsUtils | Utility methods for working with JasperReports. | Class | org.springframework.ui.jasperreports | Spring MVC |
|
| JasperReportsViewResolver | ViewResolver implementation thatresolves instances of AbstractJasperReportsView by translating | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| JasperReportsXlsView | that renders report results in XLS format. | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| JasperReportsXlsxView | that renders report results in XLSX format. | Class | org.springframework.web.servlet.view.jasperreports | Spring MVC |
|
| JavaMailSender | supporting MIME messages both as direct arguments and through preparationcallbacks. | Interface | org.springframework.mail.javamail | Spring MVC |
|
| JavaMailSenderImpl | Production implementation of the JavaMailSender interface,supporting both JavaMail MimeMessages and Spring | Class | org.springframework.mail.javamail | Spring MVC |
|
| JavaScriptUtils | Utility class for JavaScript escaping. | Class | org.springframework.web.util | Spring MVC |
|
| Jaxb2CollectionHttpMessageConverter | An HttpMessageConverter that can read XML collections using JAXB2. | Class | org.springframework.http.converter.xml | Spring MVC |
|
| Jaxb2Marshaller | as included in JDK 6 update 4+ and Java 7/8. | Class | org.springframework.oxm.jaxb | Spring MVC |
|
| Jaxb2RootElementHttpMessageConverter | This converter can read classes annotated with XmlRootElement andXmlType, and write classes annotated with with XmlRootElement, | Class | org.springframework.http.converter.xml | Spring MVC |
|
| JaxWsPortClientInterceptor | MethodInterceptor for accessing aspecific port of a JAX-WS service. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| JaxWsPortProxyFactoryBean | FactoryBean for a specific port of aJAX-WS service. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| JaxWsSoapFaultException | Spring SoapFaultException adapter for the JAX-WSSOAPFaultException class. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| JBossLoadTimeWeaver | LoadTimeWeaver implementation for JBoss's instrumentable ClassLoader. | Class | org.springframework.instrument.classloading.jboss | Spring MVC |
|
| JBossNativeJdbcExtractor | supporting JBoss Application Server 3. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| JBossWorkManagerTaskExecutor | Spring TaskExecutor adapter for the JBoss JCA WorkManager. | Class | org.springframework.jca.work.jboss | Spring MVC |
|
| JBossWorkManagerUtils | Utility class for obtaining the JBoss JCA WorkManager,typically for use in web applications. | Class | org.springframework.jca.work.jboss | Spring MVC |
|
| JCacheAspectSupport | Base class for JSR-107 caching aspects, such as the JCacheInterceptoror an AspectJ aspect. | Class | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| JCacheCache | Cache implementation on top of aNote: This class has been updated for JCache 1. | Class | org.springframework.cache.jcache | Spring MVC |
|
| JCacheCacheManager | CacheManager implementationbacked by a JCache CacheManager. | Class | org.springframework.cache.jcache | Spring MVC |
|
| JCacheConfigurer | Extension of CachingConfigurer for the JSR-107 implementation. | Interface | org.springframework.cache.jcache.config | Spring MVC |
|
| JCacheConfigurerSupport | An extension of CachingConfigurerSupport that also implementsUsers of JSR-107 annotations may extend from this class rather than | Class | org.springframework.cache.jcache.config | Spring MVC |
|
| JCacheInterceptor | AOP Alliance MethodInterceptor for declarative cachemanagement using JSR-107 caching annotations. | Class | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| JCacheManagerFactoryBean | FactoryBean for a JCache CacheManager,obtaining a pre-defined CacheManager by name through the standard | Class | org.springframework.cache.jcache | Spring MVC |
|
| JCacheOperation | Model the base of JSR-107 cache operation. | Interface | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| JCacheOperationSource | Interface used by JCacheInterceptor. | Interface | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| JCacheOperationSourcePointcut | A Pointcut that matches if the underlying JCacheOperationSourcehas an operation for a given method. | Class | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| Jdbc4NativeJdbcExtractor | NativeJdbcExtractor implementation that delegates to JDBC 4. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| Jdbc4SqlXmlHandler | Default implementation of the SqlXmlHandler interface. | Class | org.springframework.jdbc.support.xml | Spring MVC |
|
| JdbcAccessor | Base class for JdbcTemplate andother JDBC-accessing DAO helpers, defining common properties such as | Class | org.springframework.jdbc.support | Spring MVC |
|
| JdbcBeanDefinitionReader | Bean definition reader that reads values from a database table,based on a given SQL statement. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| JdbcDaoSupport | Convenient super class for JDBC-based data access objects. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| JdbcNamespaceHandler | NamespaceHandler for JDBC configuration namespace. | Class | org.springframework.jdbc.config | Spring MVC |
|
| JdbcOperations | Interface specifying a basic set of JDBC operations. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| JdbcTemplate | This is the central class in the JDBC core package. | Class | org.springframework.jdbc.core | Spring MVC |
|
| JdbcTestUtils | JdbcTestUtils is a collection of JDBC related utility functionsintended to simplify standard database testing scenarios. | Class | org.springframework.test.jdbc | Spring MVC |
|
| JdbcTransactionObjectSupport | Convenient base class for JDBC-aware transaction objects. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| JdbcUpdateAffectedIncorrectNumberOfRowsException | Exception thrown when a JDBC update affects an unexpected number of rows. | Class | org.springframework.jdbc | Spring MVC |
|
| JdbcUtils | Generic utility methods for working with JDBC. | Class | org.springframework.jdbc.support | Spring MVC |
|
| JdkIdGenerator | An IdGenerator that calls UUID. | Class | org.springframework.util | Spring MVC |
|
| JdkRegexpMethodPointcut | Regular expression pointcut based on the java. | Class | org.springframework.aop.support | Spring MVC |
|
| JdkVersion | Internal helper class used to find the Java/JVM version that Spring isoperating on, to allow for automatically adapting to the present platform's | Class | org.springframework.core | Spring MVC |
|
| JdoDialect | SPI strategy that allows for customizing integration with a specific JDO provider,in particular regarding transaction management and exception translation. | Interface | org.springframework.orm.jdo | Spring MVC |
|
| JdoObjectRetrievalFailureException | JDO-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoOptimisticLockingFailureException | JDO-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoResourceFailureException | JDO-specific subclass of DataAccessResourceFailureException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoSystemException | JDO-specific subclass of UncategorizedDataAccessException,for JDO system errors that do not match any concrete | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoTransactionManager | PlatformTransactionManager implementation for asingle JDO PersistenceManagerFactory. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoUsageException | JDO-specific subclass of InvalidDataAccessApiUsageException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JeeNamespaceHandler | for the 'jee' namespace. | Class | org.springframework.ejb.config | Spring MVC |
|
| JettyRequestUpgradeStrategy | A RequestUpgradeStrategy for use with Jetty 9. | Class | org.springframework.web.socket.server.jetty | Spring MVC |
|
| JettyWebSocketClient | Initiates WebSocket requests to a WebSocket server programmaticallythrough the Jetty WebSocket API. | Class | org.springframework.web.socket.client.jetty | Spring MVC |
|
| JettyWebSocketHandlerAdapter | Adapts WebSocketHandler to the Jetty 9 WebSocket API. | Class | org.springframework.web.socket.adapter.jetty | Spring MVC |
|
| JettyWebSocketSession | A WebSocketSession for use with the Jetty 9 WebSocket API. | Class | org.springframework.web.socket.adapter.jetty | Spring MVC |
|
| JettyXhrTransport | An XHR transport based on Jetty's HttpClient. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| JibxMarshaller | The typical usage will be to set the targetClass and optionally thebindingName property on this bean. | Class | org.springframework.oxm.jibx | Spring MVC |
|
| JmsAccessor | Base class for JmsTemplate and otherJMS-accessing gateway helpers, defining common properties such as the | Class | org.springframework.jms.support | Spring MVC |
|
| JmsActivationSpecConfig | Common configuration object for activating a JMS message endpoint. | Class | org.springframework.jms.listener.endpoint | Spring MVC |
|
| JmsActivationSpecFactory | Strategy interface for creating JCA 1. | Interface | org.springframework.jms.listener.endpoint | Spring MVC |
|
| JmsBootstrapConfiguration | @Configuration class that registers a JmsListenerAnnotationBeanPostProcessorbean capable of processing Spring's @JmsListener annotation. | Class | org.springframework.jms.annotation | Spring MVC |
|
| JmsDestinationAccessor | Base class for JmsTemplate and otherJMS-accessing gateway helpers, adding destination-related properties to | Class | org.springframework.jms.support.destination | Spring MVC |
|
| JmsException | Base class for exception thrown by the framework whenever itencounters a problem related to JMS. | Class | org.springframework.jms | Spring MVC |
|
| JmsGatewaySupport | Convenient super class for application classes that need JMS access. | Class | org.springframework.jms.core.support | Spring MVC |
|
| JmsHeaderMapper | Strategy interface for mapping messaging Message headers to an outboundJMS Message (e. | Interface | org.springframework.jms.support | Spring MVC |
|
| JmsHeaders | Pre-defined names and prefixes to be used for setting and/or retrievingJMS attributes from/to generic message headers. | Interface | org.springframework.jms.support | Spring MVC |
|
| JmsInvokerClientInterceptor | MethodInterceptor for accessing aJMS-based remote service. | Class | org.springframework.jms.remoting | Spring MVC |
|
| JmsInvokerProxyFactoryBean | FactoryBean for JMS invoker proxies. | Class | org.springframework.jms.remoting | Spring MVC |
|
| JmsInvokerServiceExporter | JMS message listener that exports the specified service bean as aJMS service endpoint, accessible via a JMS invoker proxy. | Class | org.springframework.jms.remoting | Spring MVC |
|
| JmsListener | Annotation that marks a method to be the target of a JMS message listener on thespecified destination(). | Class | org.springframework.jms.annotation | Spring MVC |
|
| JmsListenerAnnotationBeanPostProcessor | Bean post-processor that registers methods annotated with JmsListenerto be invoked by a JMS message listener container created under the cover | Class | org.springframework.jms.annotation | Spring MVC |
|
| JmsListenerConfigurer | Optional interface to be implemented by a Spring managed bean willingto customize how JMS listener endpoints are configured. | Interface | org.springframework.jms.annotation | Spring MVC |
|
| JmsListenerConfigUtils | Configuration constants for internal sharing across subpackages. | Class | org.springframework.jms.config | Spring MVC |
|
| JmsListenerContainerFactory | Factory of MessageListenerContainer based on aJmsListenerEndpoint definition. | Interface | org.springframework.jms.config | Spring MVC |
|
| JmsListenerEndpoint | Model for a JMS listener endpoint. | Interface | org.springframework.jms.config | Spring MVC |
|
| JmsListenerEndpointRegistrar | Helper bean for registering JmsListenerEndpoint witha JmsListenerEndpointRegistry. | Class | org.springframework.jms.config | Spring MVC |
|
| JmsListenerEndpointRegistry | Creates the necessary MessageListenerContainer instances for theregistered endpoints. | Class | org.springframework.jms.config | Spring MVC |
|
| JmsListeners | Container annotation that aggregates several JmsListener annotations. | Class | org.springframework.jms.annotation | Spring MVC |
|
| JmsMessageEndpointFactory | JMS-specific implementation of the JCA 1. | Class | org.springframework.jms.listener.endpoint | Spring MVC |
|
| JmsMessageEndpointManager | Extension of the generic JCA 1. | Class | org.springframework.jms.listener.endpoint | Spring MVC |
|
| JmsMessageHeaderAccessor | A MessageHeaderAccessorSince:4. | Class | org.springframework.jms.support | Spring MVC |
|
| JmsMessageOperations | A specialization of MessageSendingOperations, MessageReceivingOperationsand MessageRequestReplyOperations for JMS related operations that allow to specify | Interface | org.springframework.jms.core | Spring MVC |
|
| JmsMessagingTemplate | An implementation of JmsMessageOperations. | Class | org.springframework.jms.core | Spring MVC |
|
| JmsNamespaceHandler | for the JMS namespace. | Class | org.springframework.jms.config | Spring MVC |
|
| JmsOperations | Specifies a basic set of JMS operations. | Interface | org.springframework.jms.core | Spring MVC |
|
| JmsResourceHolder | JMS resource holder, wrapping a JMS Connection and a JMS Session. | Class | org.springframework.jms.connection | Spring MVC |
|
| JmsResponse | Return type of any JMS listener method used to indicate the actual responsedestination alongside the response itself. | Class | org.springframework.jms.listener.adapter | Spring MVC |
|
| JmsSecurityException | Runtime exception mirroring the JMS JMSSecurityException. | Class | org.springframework.jms | Spring MVC |
|
| JmsTemplate | Helper class that simplifies synchronous JMS access code. | Class | org.springframework.jms.core | Spring MVC |
|
| JmsTransactionManager | PlatformTransactionManager implementationfor a single JMS ConnectionFactory. | Class | org.springframework.jms.connection | Spring MVC |
|
| JmsUtils | Generic utility methods for working with JMS. | Class | org.springframework.jms.support | Spring MVC |
|
| JmxAttributeSource | Interface used by the MetadataMBeanInfoAssembler toread source-level metadata from a managed resource's class. | Interface | org.springframework.jmx.export.metadata | Spring MVC |
|
| JmxException | General base exception to be thrown on JMX errors. | Class | org.springframework.jmx | Spring MVC |
|
| JmxMetadataUtils | Utility methods for converting Spring JMX metadata into their plain JMX equivalents. | Class | org.springframework.jmx.export.metadata | Spring MVC |
|
| JmxUtils | Collection of generic utility methods to support Spring JMX. | Class | org.springframework.jmx.support | Spring MVC |
|
| JndiAccessor | Convenient superclass for JNDI accessors, providing jndiTemplateand jndiEnvironment bean properties. | Class | org.springframework.jndi | Spring MVC |
|
| JndiCallback | Callback interface to be implemented by classes that need to perform anoperation (such as a lookup) in a JNDI context. | Interface | org.springframework.jndi | Spring MVC |
|
| JndiDataSourceLookup | JNDI-based DataSourceLookup implementation. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| JndiDestinationResolver | DestinationResolver implementation which interprets destination namesas JNDI locations (with a configurable fallback strategy). | Class | org.springframework.jms.support.destination | Spring MVC |
|
| JndiLocatorDelegate | JndiLocatorSupport subclass with public lookup methods,for convenient use as a delegate. | Class | org.springframework.jndi | Spring MVC |
|
| JndiLocatorSupport | Convenient superclass for classes that can locate any number of JNDI objects. | Class | org.springframework.jndi | Spring MVC |
|
| JndiLookupFailureException | RuntimeException to be thrown in case of JNDI lookup failures,in particular from code that does not declare JNDI's checked | Class | org.springframework.jndi | Spring MVC |
|
| JndiObjectFactoryBean | FactoryBean that looks up aJNDI object. | Class | org.springframework.jndi | Spring MVC |
|
| JndiObjectLocator | Convenient superclass for JNDI-based service locators,providing configurable lookup of a specific JNDI resource. | Class | org.springframework.jndi | Spring MVC |
|
| JndiObjectTargetSource | AOP TargetSource that providesconfigurable JNDI lookups for getTarget() calls. | Class | org.springframework.jndi | Spring MVC |
|
| JndiPropertySource | PropertySource implementation that reads properties from an underlying SpringJndiLocatorDelegate. | Class | org.springframework.jndi | Spring MVC |
|
| JndiRmiClientInterceptor | MethodInterceptor for accessing RMI services from JNDI. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| JndiRmiProxyFactoryBean | FactoryBean for RMI proxies from JNDI. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| JndiRmiServiceExporter | Service exporter which binds RMI services to JNDI. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| JndiTemplate | Helper class that simplifies JNDI operations. | Class | org.springframework.jndi | Spring MVC |
|
| JndiTemplateEditor | Properties editor for JndiTemplate objects. | Class | org.springframework.jndi | Spring MVC |
|
| JobDetailFactoryBean | A Spring FactoryBean for creating a Quartz JobDetailinstance, supporting bean-style usage for JobDetail configuration. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| JobMethodInvocationFailedException | Unchecked exception that wraps an exception thrown from a target method. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| JodaDateTimeFormatAnnotationFormatterFactory | Formats fields annotated with the DateTimeFormat annotation using Joda-Time. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| JodaTimeContext | A context that holds user-specific Joda-Time settings such as the user'sChronology (calendar system) and time zone. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| JodaTimeContextHolder | A holder for a thread-local JodaTimeContextwith user-specific Joda-Time settings. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| JodaTimeFormatterRegistrar | Configures Joda-Time's formatting system for use with Spring. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| JOptCommandLinePropertySource | CommandLinePropertySource implementation backed by a JOpt OptionSet. | Class | org.springframework.core.env | Spring MVC |
|
| JpaDialect | SPI strategy that encapsulates certain functionality that standard JPA 2. | Interface | org.springframework.orm.jpa | Spring MVC |
|
| JpaObjectRetrievalFailureException | JPA-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.jpa | Spring MVC |
|
| JpaOptimisticLockingFailureException | JPA-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.jpa | Spring MVC |
|
| JpaSystemException | JPA-specific subclass of UncategorizedDataAccessException,for JPA system errors that do not match any concrete | Class | org.springframework.orm.jpa | Spring MVC |
|
| JpaTransactionManager | PlatformTransactionManager implementationfor a single JPA EntityManagerFactory. | Class | org.springframework.orm.jpa | Spring MVC |
|
| JpaVendorAdapter | SPI interface that allows to plug in vendor-specific behaviorinto Spring's EntityManagerFactory creators. | Interface | org.springframework.orm.jpa | Spring MVC |
|
| JRubyScriptFactory | ScriptFactory implementationTypically used in combination with a | Class | org.springframework.scripting.jruby | Spring MVC |
|
| JRubyScriptUtils | Utility methods for handling JRuby-scripted objects. | Class | org.springframework.scripting.jruby | Spring MVC |
|
| JsonExpectationsHelper | A helper class for assertions on JSON content. | Class | org.springframework.test.util | Spring MVC |
|
| JsonPathExpectationsHelper | A helper class for applying assertions via JSON path expressions. | Class | org.springframework.test.util | Spring MVC |
|
| JsonPathRequestMatchers | Factory for assertions on the request content usingJsonPath expressions. | Class | org.springframework.test.web.client.match | Spring MVC |
|
| JsonPathResultMatchers | Factory for assertions on the response content usingJsonPath expressions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| JsonpPollingTransportHandler | A TransportHandler that sends messages via JSONP polling. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| JsonpReceivingTransportHandler | A TransportHandler that receives messages over HTTP. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| JsonViewRequestBodyAdvice | A RequestBodyAdvice implementation that adds support for Jackson's@JsonView annotation declared on a Spring MVC @HttpEntity | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| JsonViewResponseBodyAdvice | A ResponseBodyAdvice implementation that adds support for Jackson's@JsonView annotation declared on a Spring MVC @RequestMapping | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| JspAwareRequestContext | JSP-aware (and JSTL-aware) subclass of RequestContext, allowing forpopulation of the context from a javax. | Class | org.springframework.web.servlet.support | Spring MVC |
|
| Jsr310DateTimeFormatAnnotationFormatterFactory | Formats fields annotated with the DateTimeFormat annotation using theJSR-310 java. | Class | org.springframework.format.datetime.standard | Spring MVC |
|
| Jsr330ScopeMetadataResolver | Simple ScopeMetadataResolver implementation that follows JSR-330 scoping rules:defaulting to prototype scope unless Singleton is present. | Class | org.springframework.context.annotation | Spring MVC |
|
| Jsr354NumberFormatAnnotationFormatterFactory | Formats MonetaryAmount fields annotatedwith Spring's common NumberFormat annotation. | Class | org.springframework.format.number.money | Spring MVC |
|
| JstlUtils | Helper class for preparing JSTL views,in particular for exposing a JSTL localization context. | Class | org.springframework.web.servlet.support | Spring MVC |
|
| JstlView | Specialization of InternalResourceView for JSTL pages,i. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| JtaAfterCompletionSynchronization | Adapter for a JTA Synchronization, invoking the afterCommit /afterCompletion callbacks of Spring TransactionSynchronization | Class | org.springframework.transaction.jta | Spring MVC |
|
| JtaLobCreatorSynchronization | Callback for resource cleanup at the end of a JTA transaction. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| JtaTransactionAnnotationParser | Strategy implementation for parsing JTA 1. | Class | org.springframework.transaction.annotation | Spring MVC |
|
| JtaTransactionManager | PlatformTransactionManager implementationfor JTA, delegating to a backend JTA provider. | Class | org.springframework.transaction.jta | Spring MVC |
|
| JtaTransactionManagerBeanDefinitionParser | Parser for the XML configuration element,autodetecting WebLogic and WebSphere servers and exposing the corresponding | Class | org.springframework.transaction.config | Spring MVC |
|
| JtaTransactionManagerFactoryBean | A FactoryBean equivalent to the XML element,autodetecting WebLogic and WebSphere servers and exposing the corresponding | Class | org.springframework.transaction.config | Spring MVC |
|
| JtaTransactionObject | JTA transaction object, representing a UserTransaction. | Class | org.springframework.transaction.jta | Spring MVC |
|
| KeyGenerator | Cache key generator. | Interface | org.springframework.cache.interceptor | Spring MVC |
|
| KeyHolder | Interface for retrieving keys, typically used for auto-generated keysas potentially returned by JDBC insert statements. | Interface | org.springframework.jdbc.support | Spring MVC |
|
| KeyNamingStrategy | ObjectNamingStrategy implementation that buildsObjectName instances from the key used in the | Class | org.springframework.jmx.export.naming | Spring MVC |
|
| Label | A label represents a position in the bytecode of a method. | Class | org.springframework.asm | Spring MVC |
|
| LabelTag | Databinding-aware JSP tag for rendering an HTML 'label' elementthat defines text that is associated with a single form element. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| LangNamespaceHandler | NamespaceHandler that supports the wiring ofobjects backed by dynamic languages such as Groovy, JRuby and | Class | org.springframework.scripting.config | Spring MVC |
|
| LangNamespaceUtils | | Class | org.springframework.scripting.config | Spring MVC |
|
| LastModified | Supports last-modified HTTP requests to facilitate content caching. | Interface | org.springframework.web.servlet.mvc | Spring MVC |
|
| Lazy | Indicates whether a bean is to be lazily initialized. | Class | org.springframework.context.annotation | Spring MVC |
|
| LazyConnectionDataSourceProxy | Proxy for a target DataSource, fetching actual JDBC Connections lazily,i. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| LazyInitTargetSource | TargetSource that lazily accesses asingleton bean from a BeanFactory. | Class | org.springframework.aop.target | Spring MVC |
|
| LazyInitTargetSourceCreator | TargetSourceCreator that enforces a LazyInitTargetSource for each beanthat is defined as lazy-init. | Class | org.springframework.aop.framework.autoproxy.target | Spring MVC |
|
| LazySingletonAspectInstanceFactoryDecorator | Decorator to cause a MetadataAwareAspectInstanceFactory to instantiate only once. | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| Lifecycle | A common interface defining methods for start/stop lifecycle control. | Interface | org.springframework.context | Spring MVC |
|
| LifecycleProcessor | Strategy interface for processing Lifecycle beans within the ApplicationContext. | Interface | org.springframework.context | Spring MVC |
|
| LinkedCaseInsensitiveMap | LinkedHashMap variant that stores String keys in a case-insensitivemanner, for example for key-based access in a results table. | Class | org.springframework.util | Spring MVC |
|
| LinkedMultiValueMap | Simple implementation of MultiValueMap that wraps a LinkedHashMap,storing multiple values in a LinkedList. | Class | org.springframework.util | Spring MVC |
|
| ListableBeanFactory | Extension of the BeanFactory interface to be implemented by bean factoriesthat can enumerate all their bean instances, rather than attempting bean lookup | Interface | org.springframework.beans.factory | Spring MVC |
|
| ListenableFuture | callbacks. | Interface | org.springframework.util.concurrent | Spring MVC |
|
| ListenableFutureAdapter | Abstract class that adapts a ListenableFuture parameterized over S into aListenableFuture parameterized over T. | Class | org.springframework.util.concurrent | Spring MVC |
|
| ListenableFutureCallback | Defines the contract for callbacks that accept the result of aSince:4. | Interface | org.springframework.util.concurrent | Spring MVC |
|
| ListenableFutureCallbackRegistry | Registry for ListenableFutureCallback instances. | Class | org.springframework.util.concurrent | Spring MVC |
|
| ListenableFutureReturnValueHandler | Support for ListenableFuture as a return value type. | Class | org.springframework.messaging.handler.invocation | Spring MVC |
|
| ListenableFutureReturnValueHandler | Handles return values of typeSince:4. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ListenableFutureTask | Extension of FutureTask that implements ListenableFuture. | Class | org.springframework.util.concurrent | Spring MVC |
|
| ListenerExecutionFailedException | Exception to be thrown when the execution of a listener method failed. | Class | org.springframework.jms.listener.adapter | Spring MVC |
|
| ListFactoryBean | Simple factory for shared List instances. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| Literal | Common superclass for nodes representing literals (boolean, string, number, etc). | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| LiteralExpression | A very simple hardcoded implementation of the Expression interface that represents astring literal. | Class | org.springframework.expression.common | Spring MVC |
|
| LiveBeansView | Adapter for live beans view exposure, building a snapshot of current beansand their dependencies from either a local ApplicationContext (with a | Class | org.springframework.context.support | Spring MVC |
|
| LiveBeansViewMBean | MBean operation interface for the LiveBeansView feature. | Interface | org.springframework.context.support | Spring MVC |
|
| LiveBeansViewServlet | Servlet variant of LiveBeansView's MBean exposure. | Class | org.springframework.web.context.support | Spring MVC |
|
| LoadTimeWeaver | Defines the contract for adding one or moreClassFileTransformers to a ClassLoader. | Interface | org.springframework.instrument.classloading | Spring MVC |
|
| LoadTimeWeaverAware | Interface to be implemented by any object that wishes to be notifiedof the application context's default LoadTimeWeaver. | Interface | org.springframework.context.weaving | Spring MVC |
|
| LoadTimeWeaverAwareProcessor | to beans that implement the LoadTimeWeaverAware interface. | Class | org.springframework.context.weaving | Spring MVC |
|
| LoadTimeWeavingConfiguration | @Configuration class that registers a LoadTimeWeaver bean. | Class | org.springframework.context.annotation | Spring MVC |
|
| LoadTimeWeavingConfigurer | Interface to be implemented byclasses annotated with @EnableLoadTimeWeaving that wish to | Interface | org.springframework.context.annotation | Spring MVC |
|
| LobCreator | Interface that abstracts potentially database-specific creation of large binaryfields and large text fields. | Interface | org.springframework.jdbc.support.lob | Spring MVC |
|
| LobCreatorUtils | Helper class for registering a transaction synchronization for closinga LobCreator, preferring Spring transaction synchronization and falling | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| LobHandler | Abstraction for handling large binary fields and large text fields inspecific databases, no matter if represented as simple types or Large OBjects. | Interface | org.springframework.jdbc.support.lob | Spring MVC |
|
| LobRetrievalFailureException | Exception to be thrown when a LOB could not be retrieved. | Class | org.springframework.jdbc | Spring MVC |
|
| LocalConnectionFactoryBean | FactoryBean that createsa local JCA connection factory in non-managed mode (as defined by the | Class | org.springframework.jca.support | Spring MVC |
|
| LocalContainerEntityManagerFactoryBean | FactoryBean that creates a JPAEntityManagerFactory according to JPA's standard | Class | org.springframework.orm.jpa | Spring MVC |
|
| LocalDataSourceConnectionProvider | Hibernate connection provider for local DataSource instancesin an application context. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| LocalDataSourceJobStore | Subclass of Quartz's JobStoreCMT class that delegates to a Spring-managedDataSource instead of using a Quartz-managed connection pool. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| LocalDateParser | Parses Joda LocalDate instances using aSince:4. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| LocalDateTimeParser | Parses Joda LocalDateTime instances using aSince:4. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| LocaleChangeInterceptor | Interceptor that allows for changing the current locale on every request,via a configurable request parameter (default parameter name: locale). | Class | org.springframework.web.servlet.i18n | Spring MVC |
|
| LocaleContext | Strategy interface for determining the current Locale. | Interface | org.springframework.context.i18n | Spring MVC |
|
| LocaleContextHolder | Simple holder class that associates a LocaleContext instancewith the current thread. | Class | org.springframework.context.i18n | Spring MVC |
|
| LocaleContextMessageInterpolator | Delegates to a target MessageInterpolator implementation but enforces Spring'smanaged Locale. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| LocaleContextResolver | Extension of LocaleResolver, adding support for a rich locale context(potentially including locale and time zone information). | Interface | org.springframework.web.servlet | Spring MVC |
|
| LocaleEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| LocalEntityManagerFactoryBean | FactoryBean that creates a JPAEntityManagerFactory according to JPA's standard | Class | org.springframework.orm.jpa | Spring MVC |
|
| LocaleResolver | Interface for web-based locale resolution strategies that allows forboth locale resolution via the request and locale modification via | Interface | org.springframework.web.servlet | Spring MVC |
|
| LocalizedResourceHelper | Helper class for loading a localized resource,specified through name, extension and current locale. | Class | org.springframework.core.io.support | Spring MVC |
|
| LocalJaxWsServiceFactory | Factory for locally defined JAX-WS Service references. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| LocalJaxWsServiceFactoryBean | FactoryBean for locallydefined JAX-WS Service references. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| LocalJtaDataSourceConnectionProvider | Subclass of LocalDataSourceConnectionProvider that will be usedif LocalSessionFactoryBean's dataSource property is set | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| LocalPersistenceManagerFactoryBean | FactoryBean that creates aJDO PersistenceManagerFactory. | Class | org.springframework.orm.jdo | Spring MVC |
|
| LocalRegionFactoryProxy | Proxy for a Hibernate RegionFactory, delegating to a Spring-managedRegionFactory instance, determined by LocalSessionFactoryBean's | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| LocalSessionFactoryBean | FactoryBean that creates aHibernate SessionFactory. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| LocalSessionFactoryBean | FactoryBean that creates a HibernateSessionFactory. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| LocalSessionFactoryBean | FactoryBean that creates a HibernateSessionFactory. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| LocalSessionFactoryBuilder | A Spring-provided extension of the standard Hibernate Configuration class,adding SpringSessionContext as a default and providing convenient ways | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| LocalSessionFactoryBuilder | A Spring-provided extension of the standard Hibernate Configuration class,adding SpringSessionContext as a default and providing convenient ways | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| LocalSlsbInvokerInterceptor | Invoker for a local Stateless Session Bean. | Class | org.springframework.ejb.access | Spring MVC |
|
| LocalStatelessSessionProxyFactoryBean | Convenient FactoryBean for local Stateless Session Bean (SLSB) proxies. | Class | org.springframework.ejb.access | Spring MVC |
|
| LocalTaskExecutorThreadPool | Quartz ThreadPool adapter that delegates to a Spring-managedTaskExecutor instance, specified on SchedulerFactoryBean. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| LocalTimeParser | Parses Joda LocalTime instances using aSince:4. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| LocalTransactionManagerLookup | that returns a Spring-managed JTA TransactionManager, determinedby LocalSessionFactoryBean's jtaTransactionManager property. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| LocalValidatorFactoryBean | This is the central class for javax. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| LocalVariableTableParameterNameDiscoverer | information in the method attributes to discover parameter names. | Class | org.springframework.core | Spring MVC |
|
| Location | Class that models an arbitrary location in a resource. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| Log4jConfigListener | Bootstrap listener for custom log4j initialization in a web environment. | Class | org.springframework.web.util | Spring MVC |
|
| Log4jConfigurer | Convenience class that features simple methods for custom log4j configuration. | Class | org.springframework.util | Spring MVC |
|
| Log4jNestedDiagnosticContextFilter | Request logging filter that adds the request log message to the Log4Jnested diagnostic context (NDC) before the request is processed, | Class | org.springframework.web.filter | Spring MVC |
|
| Log4jNestedDiagnosticContextInterceptor | Request logging interceptor that adds a request context message to theLog4J nested diagnostic context (NDC) before the request is processed, | Class | org.springframework.web.context.request | Spring MVC |
|
| Log4jWebConfigurer | Convenience class that performs custom log4j initialization for web environments,allowing for log file paths within the web application, with the option to | Class | org.springframework.web.util | Spring MVC |
|
| LoggingWebSocketHandlerDecorator | A WebSocketHandlerDecorator that adds logging to WebSocket lifecycle events. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| LongLiteral | Expression language AST node that represents a long integer literal. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| Lookup | An annotation that indicates 'lookup' methods, to be overridden by the containerto redirect them back to the BeanFactory | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| LookupOverride | Represents an override of a method that looks up an object in the same IoC context. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| MailAuthenticationException | Exception thrown on failed authentication. | Class | org.springframework.mail | Spring MVC |
|
| MailException | Base class for all mail exceptions. | Class | org.springframework.mail | Spring MVC |
|
| MailMessage | This is a common interface for mail messages, allowing a user to set keyvalues required in assembling a mail message, without needing to know if | Interface | org.springframework.mail | Spring MVC |
|
| MailParseException | Exception thrown if illegal message properties are encountered. | Class | org.springframework.mail | Spring MVC |
|
| MailPreparationException | Exception to be thrown by user code if a mail cannot be prepared properly,for example when a Velocity template cannot be rendered for the mail text. | Class | org.springframework.mail | Spring MVC |
|
| MailSender | This interface defines a strategy for sending simple mails. | Interface | org.springframework.mail | Spring MVC |
|
| MailSendException | Exception thrown when a mail sending error is encountered. | Class | org.springframework.mail | Spring MVC |
|
| ManagedArray | Tag collection class used to hold managed array elements, which mayinclude runtime bean references (to be resolved into bean objects). | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedAttribute | Method-level annotation that indicates to expose a given bean property as aJMX attribute, corresponding to the ManagedAttribute attribute. | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| ManagedAttribute | Metadata that indicates to expose a given bean property as JMX attribute. | Class | org.springframework.jmx.export.metadata | Spring MVC |
|
| ManagedList | Tag collection class used to hold managed List elements, which mayinclude runtime bean references (to be resolved into bean objects). | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedMap | Tag collection class used to hold managed Map values, which mayinclude runtime bean references (to be resolved into bean objects). | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedMetric | Method-level annotation that indicates to expose a given bean property as aJMX attribute, with added descriptor properties to indicate that it is a metric. | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| ManagedMetric | Metadata that indicates to expose a given bean property as a JMX attribute,with additional descriptor properties that indicate that the attribute is a | Class | org.springframework.jmx.export.metadata | Spring MVC |
|
| ManagedNotification | Type-level annotation that indicates a JMX notification emitted by a bean. | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| ManagedNotification | Metadata that indicates a JMX notification emitted by a bean. | Class | org.springframework.jmx.export.metadata | Spring MVC |
|
| ManagedNotifications | Type-level annotation that indicates JMX notifications emitted by a bean,containing multiple ManagedNotifications | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| ManagedOperation | Method-level annotation that indicates to expose a given method as aJMX operation, corresponding to the ManagedOperation attribute. | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| ManagedOperation | Metadata that indicates to expose a given method as JMX operation. | Class | org.springframework.jmx.export.metadata | Spring MVC |
|
| ManagedOperationParameter | Method-level annotation used to provide metadata about operation parameters,corresponding to a ManagedOperationParameter attribute. | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| ManagedOperationParameter | Metadata about JMX operation parameters. | Class | org.springframework.jmx.export.metadata | Spring MVC |
|
| ManagedOperationParameters | Method-level annotation used to provide metadata about operation parameters,corresponding to an array of ManagedOperationParameter attributes. | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| ManagedProperties | Tag class which represents a Spring-managed Properties instancethat supports merging of parent/child definitions. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedResource | Class-level annotation that indicates to register instances of a classwith a JMX server, corresponding to the ManagedResource attribute. | Class | org.springframework.jmx.export.annotation | Spring MVC |
|
| ManagedResource | Metadata indicating that instances of an annotated classare to be registered with a JMX server. | Class | org.springframework.jmx.export.metadata | Spring MVC |
|
| ManagedSet | Tag collection class used to hold managed Set values, which mayinclude runtime bean references (to be resolved into bean objects). | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedTransactionAdapter | Adapter for a managed JTA Transaction handle, taking a JTATransactionManager reference and creating | Class | org.springframework.transaction.jta | Spring MVC |
|
| MapAccessor | EL property accessor that knows how to traverse the keysSince:3. | Class | org.springframework.context.expression | Spring MVC |
|
| MapBindingResult | Map-based implementation of the BindingResult interface,supporting registration and evaluation of binding errors on | Class | org.springframework.validation | Spring MVC |
|
| MapDataSourceLookup | Simple DataSourceLookup implementation that relies on a map for doing lookups. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| MapFactoryBean | Simple factory for shared Map instances. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| MapMethodProcessor | Resolves Map method arguments and handles Map return values. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| MappedInterceptor | Contains and delegates calls to a HandlerInterceptor along withinclude (and optionally exclude) path patterns to which the interceptor should apply. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| MappingCommAreaOperation | EIS operation object for access to COMMAREA records. | Class | org.springframework.jca.cci.object | Spring MVC |
|
| MappingJackson2HttpMessageConverter | can read and write JSON using Jackson 2. | Class | org.springframework.http.converter.json | Spring MVC |
|
| MappingJackson2JsonView | Spring MVC View that renders JSON content by serializing the model for the current requestusing Jackson 2's ObjectMapper. | Class | org.springframework.web.servlet.view.json | Spring MVC |
|
| MappingJackson2MessageConverter | Message converter that uses Jackson 2. | Class | org.springframework.jms.support.converter | Spring MVC |
|
| MappingJackson2MessageConverter | A Jackson 2 based MessageConverter implementation. | Class | org.springframework.messaging.converter | Spring MVC |
|
| MappingJackson2XmlHttpMessageConverter | that can read and write XML using Jackson 2. | Class | org.springframework.http.converter.xml | Spring MVC |
|
| MappingJackson2XmlView | Spring MVC View that renders XML content by serializing the model for the current requestusing Jackson 2's XmlMapper. | Class | org.springframework.web.servlet.view.xml | Spring MVC |
|
| MappingJacksonInputMessage | HttpInputMessage that can eventually stores a Jackson view that will be usedto deserialize the message. | Class | org.springframework.http.converter.json | Spring MVC |
|
| MappingJacksonValue | A simple holder for the POJO to serialize viaMappingJackson2HttpMessageConverter along with further | Class | org.springframework.http.converter.json | Spring MVC |
|
| MappingMediaTypeFileExtensionResolver | An implementation of MediaTypeFileExtensionResolver that maintainslookups between file extensions and MediaTypes in both directions. | Class | org.springframework.web.accept | Spring MVC |
|
| MappingRecordOperation | EIS operation object that expects mapped input and output objects,converting to and from CCI Records. | Class | org.springframework.jca.cci.object | Spring MVC |
|
| MappingSqlQuery | Reusable query in which concrete subclasses must implement the abstractmapRow(ResultSet, int) method to convert each row of the JDBC ResultSet | Class | org.springframework.jdbc.object | Spring MVC |
|
| MappingSqlQueryWithParameters | Reusable RDBMS query in which concrete subclasses must implementthe abstract mapRow(ResultSet, int) method to map each row of | Class | org.springframework.jdbc.object | Spring MVC |
|
| MapPropertySource | PropertySource that reads keys and values from a Map object. | Class | org.springframework.core.env | Spring MVC |
|
| MapSqlParameterSource | SqlParameterSource implementation that holds a given Map of parameters. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| Marshaller | Defines the contract for Object XML Mapping Marshallers. | Interface | org.springframework.oxm | Spring MVC |
|
| MarshallingException | Base class for exception thrown when a marshalling or unmarshalling error occurs. | Class | org.springframework.oxm | Spring MVC |
|
| MarshallingFailureException | Exception thrown on marshalling failure. | Class | org.springframework.oxm | Spring MVC |
|
| MarshallingHttpMessageConverter | that can read and write XML using Spring's Marshaller and Unmarshaller abstractions. | Class | org.springframework.http.converter.xml | Spring MVC |
|
| MarshallingMessageConverter | Spring JMS MessageConverter that uses a Marshaller and Unmarshaller. | Class | org.springframework.jms.support.converter | Spring MVC |
|
| MarshallingMessageConverter | Marshaller and Unmarshaller abstractions. | Class | org.springframework.messaging.converter | Spring MVC |
|
| MarshallingSource | Source implementation that uses a Marshaller. | Class | org.springframework.oxm.support | Spring MVC |
|
| MarshallingView | Spring-MVC View that allows for response context to be rendered as the resultof marshalling by a Marshaller. | Class | org.springframework.web.servlet.view.xml | Spring MVC |
|
| MatchAlwaysTransactionAttributeSource | Very simple implementation of TransactionAttributeSource which will always returnthe same TransactionAttribute for all methods fed to it. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| MatcherAssertionErrors | A replacement of MatcherAssert that removes the need todepend on hamcrest-all when using Hamcrest 1. | Class | org.springframework.test.util | Spring MVC |
|
| MatrixVariable | Annotation which indicates that a method parameter should be bound to aname-value pair within a path segment. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| MatrixVariableMapMethodArgumentResolver | Resolves method arguments of type Map annotated with@MatrixVariable where the annotation does not | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| MatrixVariableMethodArgumentResolver | Resolves method arguments annotated with @MatrixVariable. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| MaxUploadSizeExceededException | MultipartException subclass thrown when an upload exceeds themaximum upload size allowed. | Class | org.springframework.web.multipart | Spring MVC |
|
| MBeanClientInterceptor | MethodInterceptor that routes calls to anMBean running on the supplied MBeanServerConnection. | Class | org.springframework.jmx.access | Spring MVC |
|
| MBeanConnectFailureException | Thrown when an invocation failed because of an I/O problem on theMBeanServerConnection. | Class | org.springframework.jmx.access | Spring MVC |
|
| MBeanExportConfiguration | @Configuration class that registers a AnnotationMBeanExporter bean. | Class | org.springframework.context.annotation | Spring MVC |
|
| MBeanExporter | JMX exporter that allows for exposing any Spring-managed bean to aJMX MBeanServer, without the need to define any | Class | org.springframework.jmx.export | Spring MVC |
|
| MBeanExporterListener | A listener that allows application code to be notified when an MBean isregistered and unregistered via an MBeanExporter. | Interface | org.springframework.jmx.export | Spring MVC |
|
| MBeanExportException | Exception thrown in case of failure when exporting an MBean. | Class | org.springframework.jmx.export | Spring MVC |
|
| MBeanExportOperations | Interface that defines the set of MBean export operations that are intended to beaccessed by application developers during application runtime. | Interface | org.springframework.jmx.export | Spring MVC |
|
| MBeanInfoAssembler | Interface to be implemented by all classes that cancreate management interface metadata for a managed resource. | Interface | org.springframework.jmx.export.assembler | Spring MVC |
|
| MBeanInfoRetrievalException | Thrown if an exception is encountered when trying to retrieveSince:1. | Class | org.springframework.jmx.access | Spring MVC |
|
| MBeanProxyFactoryBean | Creates a proxy to a managed resource running either locally or remotely. | Class | org.springframework.jmx.access | Spring MVC |
|
| MBeanRegistrationSupport | Provides supporting infrastructure for registering MBeans with anMBeanServer. | Class | org.springframework.jmx.support | Spring MVC |
|
| MBeanServerConnectionFactoryBean | FactoryBean that creates a JMX 1. | Class | org.springframework.jmx.support | Spring MVC |
|
| MBeanServerFactoryBean | FactoryBean that obtains an MBeanServer referencethrough the standard JMX 1. | Class | org.springframework.jmx.support | Spring MVC |
|
| MBeanServerNotFoundException | Exception thrown when we cannot locate an instance of an MBeanServer,or when more than one instance is found. | Class | org.springframework.jmx | Spring MVC |
|
| MediaType | A sub-class of MimeType that adds support for quality parameters as definedin the HTTP specification. | Class | org.springframework.http | Spring MVC |
|
| MediaTypeEditor | Editor for MediaTypedescriptors, to automatically convert String specifications | Class | org.springframework.http | Spring MVC |
|
| MediaTypeExpression | A contract for media type expressions (e. | Interface | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| MediaTypeFileExtensionResolver | Strategy to resolve MediaType to a list of file extensions. | Interface | org.springframework.web.accept | Spring MVC |
|
| Mergeable | Interface representing an object whose value set can be merged withthat of a parent object. | Interface | org.springframework.beans | Spring MVC |
|
| MergedBeanDefinitionPostProcessor | Post-processor callback interface for merged bean definitions at runtime. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| MergedContextConfiguration | MergedContextConfiguration encapsulates the mergedcontext configuration declared on a test class and all of its superclasses | Class | org.springframework.test.context | Spring MVC |
|
| Message | A generic message representation with headers and body. | Interface | org.springframework.messaging | Spring MVC |
|
| MessageBrokerRegistry | A registry for configuring message broker options. | Class | org.springframework.messaging.simp.config | Spring MVC |
|
| MessageBuilder | A builder for creating a GenericMessage(or ErrorMessage if the payload is of type Throwable). | Class | org.springframework.messaging.support | Spring MVC |
|
| MessageChannel | Defines methods for sending messages. | Interface | org.springframework.messaging | Spring MVC |
|
| MessageCodeFormatter | A strategy interface for formatting message codes. | Interface | org.springframework.validation | Spring MVC |
|
| MessageCodesResolver | Strategy interface for building message codes from validation error codes. | Interface | org.springframework.validation | Spring MVC |
|
| MessageCondition | Contract for mapping conditions to messages. | Interface | org.springframework.messaging.handler | Spring MVC |
|
| MessageConversionException | Thrown by MessageConverter implementations when the conversionof an object to/from a Message fails. | Class | org.springframework.jms.support.converter | Spring MVC |
|
| MessageConversionException | An exception raised by MessageConverter implementations. | Class | org.springframework.messaging.converter | Spring MVC |
|
| MessageConverter | Strategy interface that specifies a converter between Java objects and JMS messages. | Interface | org.springframework.jms.support.converter | Spring MVC |
|
| MessageConverter | A converter to turn the payload of a Message from serialized form to a typedObject and vice versa. | Interface | org.springframework.messaging.converter | Spring MVC |
|
| MessageCreator | Creates a JMS message given a Session. | Interface | org.springframework.jms.core | Spring MVC |
|
| MessageDeliveryException | Exception that indicates an error occurred during message delivery. | Class | org.springframework.messaging | Spring MVC |
|
| MessageEOFException | Runtime exception mirroring the JMS MessageEOFException. | Class | org.springframework.jms | Spring MVC |
|
| MessageExceptionHandler | Annotation for handling exceptions thrown from message-handling methods within aspecific handler class. | Class | org.springframework.messaging.handler.annotation | Spring MVC |
|
| MessageFormatException | Runtime exception mirroring the JMS MessageFormatException. | Class | org.springframework.jms | Spring MVC |
|
| MessageHandler | Contract for handling a Message. | Interface | org.springframework.messaging | Spring MVC |
|
| MessageHandlerMethodFactory | A factory for InvocableHandlerMethod that is suitable to processTypically used by listener endpoints that require a flexible method | Interface | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| MessageHandlingException | Exception that indicates an error occurred during message handling. | Class | org.springframework.messaging | Spring MVC |
|
| MessageHandlingRunnable | Extension of the Runnable interface with methods to obtain theMessageHandler and Message to be handled. | Interface | org.springframework.messaging.support | Spring MVC |
|
| MessageHeaderAccessor | A base for classes providing strongly typed getters and setters as well asbehavior around specific categories of headers (e. | Class | org.springframework.messaging.support | Spring MVC |
|
| MessageHeaderInitializer | Callback interface for initializing a MessageHeaderAccessor. | Interface | org.springframework.messaging.support | Spring MVC |
|
| MessageHeaders | The headers for a Message. | Class | org.springframework.messaging | Spring MVC |
|
| MessageListenerAdapter | Message listener adapter that delegates the handling of messages to targetlistener methods via reflection, with flexible message type conversion. | Class | org.springframework.jms.listener.adapter | Spring MVC |
|
| MessageListenerContainer | Internal abstraction used by the framework representing a messagelistener container. | Interface | org.springframework.jms.listener | Spring MVC |
|
| MessageMapping | Annotation for mapping a Message onto message-handling methods by matchingto the message destination. | Class | org.springframework.messaging.handler.annotation | Spring MVC |
|
| MessageMethodArgumentResolver | A HandlerMethodArgumentResolver for Message parameters. | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| MessageNotReadableException | Runtime exception mirroring the JMS MessageNotReadableException. | Class | org.springframework.jms | Spring MVC |
|
| MessageNotWriteableException | Runtime exception mirroring the JMS MessageNotWriteableException. | Class | org.springframework.jms | Spring MVC |
|
| MessagePostProcessor | To be used with JmsTemplate's send method that convert an object to a message. | Interface | org.springframework.jms.core | Spring MVC |
|
| MessagePostProcessor | A contract for processing a Message after it has been created, eitherreturning a modified (effectively new) message or returning the same. | Interface | org.springframework.messaging.core | Spring MVC |
|
| MessageReceivingOperations | Operations for receiving messages from a destination. | Interface | org.springframework.messaging.core | Spring MVC |
|
| MessageRequestReplyOperations | Operations for sending messages to and receiving the reply from a destination. | Interface | org.springframework.messaging.core | Spring MVC |
|
| MessageSendingOperations | Operations for sending messages to a destination. | Interface | org.springframework.messaging.core | Spring MVC |
|
| MessageSource | Strategy interface for resolving messages, with support for the parameterizationand internationalization of such messages. | Interface | org.springframework.context | Spring MVC |
|
| MessageSourceAccessor | Helper class for easy access to messages from a MessageSource,providing various overloaded getMessage methods. | Class | org.springframework.context.support | Spring MVC |
|
| MessageSourceAware | Interface to be implemented by any object that wishes to be notifiedof the MessageSource (typically the ApplicationContext) that it runs in. | Interface | org.springframework.context | Spring MVC |
|
| MessageSourceResolvable | Interface for objects that are suitable for message resolution in aSpring's own validation error classes implement this interface. | Interface | org.springframework.context | Spring MVC |
|
| MessageSourceResourceBundle | Helper class that allows for accessing a SpringMessageSource as a ResourceBundle. | Class | org.springframework.context.support | Spring MVC |
|
| MessageSourceResourceBundleLocator | exposing a Spring MessageSource as localized MessageSourceResourceBundle. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| MessageSourceSupport | Base class for message source implementations, providing support infrastructuresuch as MessageFormat handling but not implementing concrete | Class | org.springframework.context.support | Spring MVC |
|
| MessageTag | Custom JSP tag to look up a message in the scope of this page. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| MessageType | Constants that indicate a target message type to convert to: aTextMessage, a BytesMessage, | Class | org.springframework.jms.support.converter | Spring MVC |
|
| MessagingAdviceBean | Represents a Spring-managed bean with cross-cutting functionality to beapplied to one or more Spring beans with annotation-based message | Interface | org.springframework.messaging.handler | Spring MVC |
|
| MessagingException | The base exception for any failures related to messaging. | Class | org.springframework.messaging | Spring MVC |
|
| MessagingMessageConverter | Convert a Message from the messaging abstraction to and from aMessage using an underlying MessageConverter | Class | org.springframework.jms.support.converter | Spring MVC |
|
| MessagingMessageListenerAdapter | A MessageListener adapter that invokes a configurableInvocableHandlerMethod. | Class | org.springframework.jms.listener.adapter | Spring MVC |
|
| MetaAnnotationUtils | MetaAnnotationUtils is a collection of utility methods that complementsthe standard support already available in AnnotationUtils. | Class | org.springframework.test.util | Spring MVC |
|
| MetaDataAccessException | Exception indicating that something went wrong during JDBC metadata lookup. | Class | org.springframework.jdbc.support | Spring MVC |
|
| MetadataAwareAspectInstanceFactory | Subinterface of AspectInstanceFactorythat returns AspectMetadata associated with AspectJ-annotated classes. | Interface | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| MetadataMBeanInfoAssembler | interface that reads the management interface information from source level metadata. | Class | org.springframework.jmx.export.assembler | Spring MVC |
|
| MetadataNamingStrategy | An implementation of the ObjectNamingStrategy interfacethat reads the ObjectName from the source-level metadata. | Class | org.springframework.jmx.export.naming | Spring MVC |
|
| MetadataReader | Simple facade for accessing class metadata,as read by an ASM ClassReader. | Interface | org.springframework.core.type.classreading | Spring MVC |
|
| MetadataReaderFactory | Factory interface for MetadataReader instances. | Interface | org.springframework.core.type.classreading | Spring MVC |
|
| MethodArgumentConversionNotSupportedException | A ConversionNotSupportedException raised while resolving a method argument. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| MethodArgumentNotValidException | Exception to be thrown when a method argument fails validation perhaps as aresult of @Valid style validation, or perhaps because it is required. | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| MethodArgumentNotValidException | Exception to be thrown when validation on an argument annotated with @Valid fails. | Class | org.springframework.web.bind | Spring MVC |
|
| MethodArgumentTypeMismatchException | Exception that indicates that a method argument has not theSince:4. | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| MethodArgumentTypeMismatchException | A TypeMismatchException raised while resolving a controller method argument. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| MethodBasedEvaluationContext | A method-based EvaluationContext thatprovides explicit support for method-based invocations. | Class | org.springframework.context.expression | Spring MVC |
|
| MethodBeforeAdvice | Advice invoked before a method is invoked. | Interface | org.springframework.aop | Spring MVC |
|
| MethodBeforeAdviceInterceptor | Interceptor to wrap am MethodBeforeAdvice. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| MethodExclusionMBeanInfoAssembler | AbstractReflectiveMBeanInfoAssembler subclass that allowsmethod names to be explicitly excluded as MBean operations and attributes. | Class | org.springframework.jmx.export.assembler | Spring MVC |
|
| MethodExecutor | MethodExecutors are built by the resolvers and can be cached by the infrastructure torepeat an operation quickly without going back to the resolvers. | Interface | org.springframework.expression | Spring MVC |
|
| MethodFilter | MethodFilter instances allow SpEL users to fine tune the behaviour of the methodresolution process. | Interface | org.springframework.expression | Spring MVC |
|
| MethodIntrospector | Defines the algorithm for searching for metadata-associated methods exhaustivelyincluding interfaces and parent classes while also dealing with parameterized methods | Class | org.springframework.core | Spring MVC |
|
| MethodInvocationException | Thrown when a bean property getter or setter method throws an exception,analogous to an InvocationTargetException. | Class | org.springframework.beans | Spring MVC |
|
| MethodInvocationProceedingJoinPoint | wrapping an AOP Alliance MethodInvocation. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| MethodInvoker | Helper class that allows for specifying a method to invoke in a declarativefashion, be it static or non-static. | Class | org.springframework.util | Spring MVC |
|
| MethodInvokingBean | Simple method invoker bean: just invoking a target method, not expecting a resultto expose to the container (in contrast to MethodInvokingFactoryBean). | Class | org.springframework.beans.factory.config | Spring MVC |
|
| MethodInvokingFactoryBean | FactoryBean which returns a value which is the result of a static or instancemethod invocation. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| MethodInvokingJobDetailFactoryBean | FactoryBean that exposes aJobDetail object which delegates job execution to a | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| MethodInvokingRunnable | Adapter that implements the Runnable interface as a configurablemethod invocation based on Spring's MethodInvoker. | Class | org.springframework.scheduling.support | Spring MVC |
|
| MethodJmsListenerEndpoint | A JmsListenerEndpoint providing the method to invoke to processan incoming message for this endpoint. | Class | org.springframework.jms.config | Spring MVC |
|
| MethodLocatingFactoryBean | FactoryBean implementation that locates a Method on a specified bean. | Class | org.springframework.aop.config | Spring MVC |
|
| MethodMapTransactionAttributeSource | Simple TransactionAttributeSource implementation thatallows attributes to be stored per method in a Map. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| MethodMatcher | Part of a Pointcut: Checks whether the target method is eligible for advice. | Interface | org.springframework.aop | Spring MVC |
|
| MethodMatchers | Static utility methods for composing MethodMatchers. | Class | org.springframework.aop.support | Spring MVC |
|
| MethodMetadata | Interface that defines abstract access to the annotations of a specificclass, in a form that does not require that class to be loaded yet. | Interface | org.springframework.core.type | Spring MVC |
|
| MethodMetadataReadingVisitor | ASM method visitor which looks for the annotations defined on a method,exposing them through the MethodMetadata | Class | org.springframework.core.type.classreading | Spring MVC |
|
| MethodNameBasedMBeanInfoAssembler | Subclass of AbstractReflectiveMBeanInfoAssembler that allowsto specify method names to be exposed as MBean operations and attributes. | Class | org.springframework.jmx.export.assembler | Spring MVC |
|
| MethodNameResolver | Interface that parameterizes the MultiActionController classusing the Strategy GoF Design pattern, allowing | Interface | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
|
| MethodOverride | Object representing the override of a method on a managed object by the IoCNote that the override mechanism is not intended as a generic | Class | org.springframework.beans.factory.support | Spring MVC |
|
| MethodOverrides | Set of method overrides, determining which, if any, methods on amanaged object the Spring IoC container will override at runtime. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| MethodParameter | Helper class that encapsulates the specification of a method parameter, i. | Class | org.springframework.core | Spring MVC |
|
| MethodReference | Expression language AST node that represents a method reference. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| MethodReplacer | Interface to be implemented by classes that can reimplement any methodon an IoC-managed object: the Method Injection form of | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| MethodResolver | A method resolver attempts locate a method and returns a command executor that can beused to invoke that method. | Interface | org.springframework.expression | Spring MVC |
|
| MethodValidationInterceptor | An AOP Alliance MethodInterceptor implementation that delegates to aJSR-303 provider for performing method-level validation on annotated methods. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| MethodValidationPostProcessor | A convenient BeanPostProcessor implementation that delegates to aJSR-303 provider for performing method-level validation on annotated methods. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| MethodVisitor | A visitor to visit a Java method. | Class | org.springframework.asm | Spring MVC |
|
| MetricType | Represents how the measurement values of a ManagedMetric will change over time. | Class | org.springframework.jmx.support | Spring MVC |
|
| MillisecondInstantPrinter | Prints Long instances using a Joda DateTimeFormatter. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| MimeContainer | Represents a container for MIME attachmentsConcrete implementations might adapt a SOAPMessage or an email message. | Interface | org.springframework.oxm.mime | Spring MVC |
|
| MimeMailMessage | to let message population code interact with a simple message or a MIMEmessage through a common interface. | Class | org.springframework.mail.javamail | Spring MVC |
|
| MimeMarshaller | Subinterface of Marshaller that can use MIME attachments to optimizestorage of binary data. | Interface | org.springframework.oxm.mime | Spring MVC |
|
| MimeMessageHelper | Helper class for populating a MimeMessage. | Class | org.springframework.mail.javamail | Spring MVC |
|
| MimeMessagePreparator | Callback interface for the preparation of JavaMail MIME messages. | Interface | org.springframework.mail.javamail | Spring MVC |
|
| MimeType | Represents a MIME Type, as originally defined in RFC 2046 and subsequently used inother Internet protocols including HTTP. | Class | org.springframework.util | Spring MVC |
|
| MimeTypeUtils | Miscellaneous MimeType utility methods. | Class | org.springframework.util | Spring MVC |
|
| MimeUnmarshaller | Subinterface of Unmarshaller that can use MIME attachmentsto optimize storage of binary data. | Interface | org.springframework.oxm.mime | Spring MVC |
|
| MissingPathVariableException | ServletRequestBindingException subclass that indicates that a pathvariable expected in the method parameters of an @RequestMapping | Class | org.springframework.web.bind | Spring MVC |
|
| MissingPortletRequestParameterException | PortletRequestBindingException subclass that indicates a missing parameter. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| MissingRequiredPropertiesException | Exception thrown when required properties are not found. | Class | org.springframework.core.env | Spring MVC |
|
| MissingServletRequestParameterException | ServletRequestBindingException subclass that indicates a missing parameter. | Class | org.springframework.web.bind | Spring MVC |
|
| MissingServletRequestPartException | Raised when the part of a multipart/form-data request identified by itsname cannot be found. | Class | org.springframework.web.multipart.support | Spring MVC |
|
| MissingSessionUserException | | Class | org.springframework.messaging.simp.annotation.support | Spring MVC |
|
| MockActionRequest | Mock implementation of the ActionRequest interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockActionResponse | Mock implementation of the ActionResponse interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockAsyncClientHttpRequest | An extension of MockClientHttpRequest that also implementsAsyncClientHttpRequest by wrapping the response in a | Class | org.springframework.mock.http.client | Spring MVC |
|
| MockAsyncContext | Mock implementation of the AsyncContext interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockBaseURL | Mock implementation of the BaseURL interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockBodyContent | Mock implementation of the BodyContent class. | Class | org.springframework.mock.web | Spring MVC |
|
| MockCacheControl | Mock implementation of the CacheControl interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockClientDataRequest | Mock implementation of the ClientDataRequest interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockClientHttpRequest | Mock implementation of ClientHttpRequest. | Class | org.springframework.mock.http.client | Spring MVC |
|
| MockClientHttpResponse | Mock implementation of ClientHttpResponse. | Class | org.springframework.mock.http.client | Spring MVC |
|
| MockEnvironment | Simple ConfigurableEnvironment implementation exposingsetProperty(String, String) and withProperty(String, String) | Class | org.springframework.mock.env | Spring MVC |
|
| MockEvent | Mock implementation of the Event interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockEventRequest | Mock implementation of the EventRequest interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockEventResponse | Mock implementation of the EventResponse interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockExpressionEvaluator | Mock implementation of the JSP 2. | Class | org.springframework.mock.web | Spring MVC |
|
| MockFilterChain | Mock implementation of the FilterChain interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockFilterConfig | Mock implementation of the FilterConfig interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockHttpInputMessage | Mock implementation of HttpInputMessage. | Class | org.springframework.mock.http | Spring MVC |
|
| MockHttpOutputMessage | Mock implementation of HttpOutputMessage. | Class | org.springframework.mock.http | Spring MVC |
|
| MockHttpServletRequest | Mock implementation of the HttpServletRequest interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockHttpServletRequestBuilder | Default builder for MockHttpServletRequest required as input to performrequests in MockMvc. | Class | org.springframework.test.web.servlet.request | Spring MVC |
|
| MockHttpServletResponse | Mock implementation of the HttpServletResponse interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockHttpSession | Mock implementation of the HttpSession interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockJspWriter | Mock implementation of the JspWriter class. | Class | org.springframework.mock.web | Spring MVC |
|
| MockMimeResponse | Mock implementation of the MimeResponse interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockMultipartActionRequest | Mock implementation of theMultipartActionRequest interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockMultipartFile | Mock implementation of the MultipartFileUseful in conjunction with a MockMultipartHttpServletRequest | Class | org.springframework.mock.web | Spring MVC |
|
| MockMultipartHttpServletRequest | Mock implementation of theMultipartHttpServletRequest interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockMultipartHttpServletRequestBuilder | Default builder for MockMultipartHttpServletRequest. | Class | org.springframework.test.web.servlet.request | Spring MVC |
|
| MockMvc | Main entry point for server-side Spring MVC test support. | Class | org.springframework.test.web.servlet | Spring MVC |
|
| MockMvcBuilder | Builds a MockMvc instance. | Interface | org.springframework.test.web.servlet | Spring MVC |
|
| MockMvcBuilders | The main class to import in order to access all available MockMvcBuilders. | Class | org.springframework.test.web.servlet.setup | Spring MVC |
|
| MockMvcBuilderSupport | Base class for MockMvc builder implementations, providing the capability tocreate a MockMvc instance. | Class | org.springframework.test.web.servlet | Spring MVC |
|
| MockMvcClientHttpRequestFactory | A ClientHttpRequestFactory for requests executed via MockMvc. | Class | org.springframework.test.web.client | Spring MVC |
|
| MockMvcConfigurer | Allows a sub-class to encapsulate logic for pre-configuring aConfigurableMockMvcBuilder for some specific purpose. | Interface | org.springframework.test.web.servlet.setup | Spring MVC |
|
| MockMvcConfigurerAdapter | An empty method implementation of MockMvcConfigurer. | Class | org.springframework.test.web.servlet.setup | Spring MVC |
|
| MockMvcHtmlUnitDriverBuilder | MockMvcHtmlUnitDriverBuilder simplifies the building of anHtmlUnitDriver that delegates to MockMvc and optionally | Class | org.springframework.test.web.servlet.htmlunit.webdriver | Spring MVC |
|
| MockMvcRequestBuilders | Static factory methods for RequestBuilders. | Class | org.springframework.test.web.servlet.request | Spring MVC |
|
| MockMvcResultHandlers | Static factory methods for ResultHandler-based result actions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| MockMvcResultMatchers | Static factory methods for ResultMatcher-based result actions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| MockMvcWebClientBuilder | MockMvcWebClientBuilder simplifies the creation of an HtmlUnitWebClient that delegates to a MockMvc instance. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
|
| MockMvcWebConnection | MockMvcWebConnection enables MockMvc to transform aWebRequest into a WebResponse. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
|
| MockMvcWebConnectionBuilderSupport | Support class that simplifies the creation of a WebConnection thatuses MockMvc and optionally delegates to a real WebConnection | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
|
| MockPageContext | Mock implementation of the PageContext interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockPortalContext | Mock implementation of the PortalContext interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockPortletConfig | Mock implementation of the PortletConfig interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockPortletContext | Mock implementation of the PortletContext interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockPortletPreferences | Mock implementation of the PortletPreferences interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockPortletRequest | Mock implementation of the PortletRequest interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockPortletRequestDispatcher | Mock implementation of the PortletRequestDispatcher interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockPortletResponse | Mock implementation of the PortletResponse interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockPortletSession | Mock implementation of the PortletSession interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockPortletURL | Mock implementation of the PortletURL interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockPropertySource | Simple PropertySource implementation for use in testing. | Class | org.springframework.mock.env | Spring MVC |
|
| MockRenderRequest | Mock implementation of the RenderRequest interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockRenderResponse | Mock implementation of the RenderResponse interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockRequestDispatcher | Mock implementation of the RequestDispatcher interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockResourceRequest | Mock implementation of the ResourceRequest interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockResourceResponse | Mock implementation of the ResourceResponse interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockResourceURL | Mock implementation of the ResourceURL interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| MockRestRequestMatchers | Static factory methods for RequestMatcher classes. | Class | org.springframework.test.web.client.match | Spring MVC |
|
| MockRestResponseCreators | Static factory methods for obtaining a ResponseCreator instance. | Class | org.springframework.test.web.client.response | Spring MVC |
|
| MockRestServiceServer | Main entry point for client-side REST testing. | Class | org.springframework.test.web.client | Spring MVC |
|
| MockServletConfig | Mock implementation of the ServletConfig interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockServletContext | Mock implementation of the ServletContext interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockSessionCookieConfig | Mock implementation of the SessionCookieConfig interface. | Class | org.springframework.mock.web | Spring MVC |
|
| MockStateAwareResponse | Mock implementation of the StateAwareResponse interface. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| Model | Java-5-specific interface that defines a holder for model attributes. | Interface | org.springframework.ui | Spring MVC |
|
| ModelAndView | Holder for both Model and View in the web MVC framework. | Class | org.springframework.web.portlet | Spring MVC |
|
| ModelAndView | Holder for both Model and View in the web MVC framework. | Class | org.springframework.web.servlet | Spring MVC |
|
| ModelAndViewAssert | A collection of assertions intended to simplify testing scenarios dealingwith Spring Web MVC ModelAndView objects. | Class | org.springframework.test.web | Spring MVC |
|
| ModelAndViewContainer | Records model and view related decisions made byHandlerMethodArgumentResolvers and | Class | org.springframework.web.method.support | Spring MVC |
|
| ModelAndViewDefiningException | Exception to be thrown on error conditions that should forwardto a specific view with a specific model. | Class | org.springframework.web.portlet | Spring MVC |
|
| ModelAndViewDefiningException | Exception to be thrown on error conditions that should forwardto a specific view with a specific model. | Class | org.springframework.web.servlet | Spring MVC |
|
| ModelAndViewMethodReturnValueHandler | Handles return values of type ModelAndView copying view and modelinformation to the ModelAndViewContainer. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ModelAndViewResolver | SPI for resolving custom return values from a specific handler method. | Interface | org.springframework.web.servlet.mvc.annotation | Spring MVC |
|
| ModelAndViewResolverMethodReturnValueHandler | This return value handler is intended to be ordered after all others as itattempts to handle _any_ return value type (i. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ModelAttribute | Annotation that binds a method parameter or method return valueto a named model attribute, exposed to a web view. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| ModelAttributeMethodProcessor | Resolves method arguments annotated with @ModelAttribute and handlesreturn values from methods annotated with @ModelAttribute. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| ModelFactory | Provides methods to initialize the Model before controller methodinvocation and to update it afterwards. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| ModelMap | with UI tools. | Class | org.springframework.ui | Spring MVC |
|
| ModelMBeanNotificationPublisher | NotificationPublisher implementation that uses the infrastructureprovided by the ModelMBean interface to track | Class | org.springframework.jmx.export.notification | Spring MVC |
|
| ModelMethodProcessor | Resolves Model arguments and handles Model return values. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| ModelResultMatchers | Factory for assertions on the model. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| MonetaryAmountFormatter | Formatter for JSR-354 MonetaryAmount values,delegating to MonetaryAmountFormat. | Class | org.springframework.format.number.money | Spring MVC |
|
| MultiActionController | class. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
|
| MultipartActionRequest | Interface which provides additional methods for dealing with multipartcontent within a portlet request, allowing to access uploaded files. | Interface | org.springframework.web.portlet.multipart | Spring MVC |
|
| MultipartException | Exception thrown when multipart resolution fails. | Class | org.springframework.web.multipart | Spring MVC |
|
| MultipartFile | A representation of an uploaded file received in a multipart request. | Interface | org.springframework.web.multipart | Spring MVC |
|
| MultipartFilter | Servlet Filter that resolves multipart requests via a MultipartResolver. | Class | org.springframework.web.multipart.support | Spring MVC |
|
| MultipartHttpServletRequest | Provides additional methods for dealing with multipart content within aservlet request, allowing to access uploaded files. | Interface | org.springframework.web.multipart | Spring MVC |
|
| MultipartRequest | This interface defines the multipart request access operationsthat are exposed for actual multipart requests. | Interface | org.springframework.web.multipart | Spring MVC |
|
| MultipartResolver | A strategy interface for multipart file upload resolution in accordanceThere are two concrete implementations included in Spring, as of Spring 3. | Interface | org.springframework.web.multipart | Spring MVC |
|
| MultiServerUserRegistry | A user registry that is a composite of the local user registry as well assnapshots of remote user registries. | Class | org.springframework.messaging.simp.user | Spring MVC |
|
| MultiValueMap | Extension of the Map interface that stores multiple values. | Interface | org.springframework.util | Spring MVC |
|
| MutablePersistenceUnitInfo | Spring's base implementation of the JPAPersistenceUnitInfo interface, | Class | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| MutablePropertySources | Default implementation of the PropertySources interface. | Class | org.springframework.core.env | Spring MVC |
|
| MutablePropertyValues | Default implementation of the PropertyValues interface. | Class | org.springframework.beans | Spring MVC |
|
| MutableSortDefinition | Mutable implementation of the SortDefinition interface. | Class | org.springframework.beans.support | Spring MVC |
|
| MvcNamespaceHandler | NamespaceHandler for Spring MVC configuration namespace. | Class | org.springframework.web.servlet.config | Spring MVC |
|
| MvcResult | Provides access to the result of an executed request. | Interface | org.springframework.test.web.servlet | Spring MVC |
|
| MvcUriComponentsBuilder | Creates instances of UriComponentsBuilderby pointing to Spring MVC controllers and @RequestMapping methods. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| MySQLMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given MySQL tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| NamedBean | Counterpart of BeanNameAware. | Interface | org.springframework.beans.factory | Spring MVC |
|
| NamedCacheResolver | A CacheResolver that forces the resolution to a configurablecollection of name(s) against a given CacheManager. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| NamedInheritableThreadLocal | InheritableThreadLocal subclass that exposes a specified nameas toString() result (allowing for introspection). | Class | org.springframework.core | Spring MVC |
|
| NamedParameterBatchUpdateUtils | Generic utility methods for working with JDBC batch statements using named parameters. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| NamedParameterJdbcDaoSupport | Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| NamedParameterJdbcOperations | Interface specifying a basic set of JDBC operations allowing the useof named parameters rather than the traditional '?' placeholders. | Interface | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| NamedParameterJdbcTemplate | Template class with a basic set of JDBC operations, allowing the useof named parameters rather than traditional '?' placeholders. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| NamedParameterUtils | Helper methods for named parameter parsing. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| NamedThreadLocal | ThreadLocal subclass that exposes a specified nameas toString() result (allowing for introspection). | Class | org.springframework.core | Spring MVC |
|
| NameMatchCacheOperationSource | Simple CacheOperationSource implementation that allows attributes to be matchedSince:3. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| NameMatchMethodPointcut | Pointcut bean for simple method name matches, as alternative to regexp patterns. | Class | org.springframework.aop.support | Spring MVC |
|
| NameMatchMethodPointcutAdvisor | Convenient class for name-match method pointcuts that hold an Advice,making them an Advisor. | Class | org.springframework.aop.support | Spring MVC |
|
| NameMatchTransactionAttributeSource | Simple TransactionAttributeSource implementation thatallows attributes to be matched by registered name. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| NamespaceHandler | Base interface used by the DefaultBeanDefinitionDocumentReaderfor handling custom namespaces in a Spring XML configuration file. | Interface | org.springframework.beans.factory.xml | Spring MVC |
|
| NamespaceHandlerResolver | Used by the DefaultBeanDefinitionDocumentReader tolocate a NamespaceHandler implementation for a particular namespace URI. | Interface | org.springframework.beans.factory.xml | Spring MVC |
|
| NamespaceHandlerSupport | Support class for implementing custom NamespaceHandlers. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| NameValueExpression | A contract for name!=value style expression used to specify requestparameters and request header conditions in @RequestMapping. | Interface | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| NativeJdbcExtractor | Interface for extracting native JDBC objects from wrapped objects coming fromconnection pools. | Interface | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| NativeJdbcExtractorAdapter | Abstract adapter class for the NativeJdbcExtractor interface,for simplified implementation of basic extractors. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| NativeMessageHeaderAccessor | An extension of MessageHeaderAccessor that also stores and provides read/writeaccess to message headers from an external source -- e. | Class | org.springframework.messaging.support | Spring MVC |
|
| NativeWebRequest | Extension of the WebRequest interface, exposing thenative request and response objects in a generic fashion. | Interface | org.springframework.web.context.request | Spring MVC |
|
| NativeWebSocketSession | A WebSocketSession that exposes the underlying, native WebSocketSessionSince:4. | Interface | org.springframework.web.socket.adapter | Spring MVC |
|
| NestedCheckedException | Handy class for wrapping checked Exceptions with a root cause. | Class | org.springframework.core | Spring MVC |
|
| NestedExceptionUtils | Helper class for implementing exception classes which are capable ofholding nested exceptions. | Class | org.springframework.core | Spring MVC |
|
| NestedIOException | Subclass of IOException that properly handles a root cause,exposing the root cause just like NestedChecked/RuntimeException does. | Class | org.springframework.core | Spring MVC |
|
| NestedPathTag | Nested-path tag, to support and assist with nested beans or bean propertiesin the model. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| NestedRuntimeException | Handy class for wrapping runtime Exceptions with a root cause. | Class | org.springframework.core | Spring MVC |
|
| NestedServletException | Subclass of ServletException that properly handles a root cause in termsof message and stacktrace, just like NestedChecked/RuntimeException does. | Class | org.springframework.web.util | Spring MVC |
|
| NestedTransactionNotSupportedException | Exception thrown when attempting to work with a nested transactionbut nested transactions are not supported by the underlying backend. | Class | org.springframework.transaction | Spring MVC |
|
| Netty4ClientHttpRequestFactory | ClientHttpRequestFactory implementation thatuses Netty 4 to create requests. | Class | org.springframework.http.client | Spring MVC |
|
| NoHandlerFoundException | Exception to be thrown if DispatcherPortlet is unable to determinea corresponding handler for an incoming portlet request. | Class | org.springframework.web.portlet | Spring MVC |
|
| NoHandlerFoundException | By default when the DispatcherServlet can't find a handler for a request itsends a 404 response. | Class | org.springframework.web.servlet | Spring MVC |
|
| NonTransientDataAccessException | Root of the hierarchy of data access exceptions that are considered non-transient -where a retry of the same operation would fail unless the cause of the Exception | Class | org.springframework.dao | Spring MVC |
|
| NonTransientDataAccessResourceException | Data access exception thrown when a resource fails completely and the failure is permanent. | Class | org.springframework.dao | Spring MVC |
|
| NoOpCacheManager | A basic, no operation CacheManager implementation suitablefor disabling caching, typically used for backing cache declarations | Class | org.springframework.cache.support | Spring MVC |
|
| NoRollbackRuleAttribute | Tag subclass of RollbackRuleAttribute that has the opposite behaviorto the RollbackRuleAttribute superclass. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| NoSuchBeanDefinitionException | Exception thrown when a BeanFactory is asked for a bean instance for which itcannot find a definition. | Class | org.springframework.beans.factory | Spring MVC |
|
| NoSuchMessageException | Exception thrown when a message can't be resolved. | Class | org.springframework.context | Spring MVC |
|
| NoSuchRequestHandlingMethodException | Exception thrown when there is no handler method (action method)for a specific HTTP request. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
|
| NoSupportAsyncWebRequest | An AsyncWebRequest to use when there is no underlying async support. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| NotAnAtAspectException | Extension of AopConfigException thrown when trying to performan advisor generation operation on a class that is not an | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| NotificationListenerBean | Helper class that aggregates a NotificationListener,a NotificationFilter, and an arbitrary handback | Class | org.springframework.jmx.export | Spring MVC |
|
| NotificationListenerHolder | Helper class that aggregates a NotificationListener,a NotificationFilter, and an arbitrary handback | Class | org.springframework.jmx.support | Spring MVC |
|
| NotificationListenerRegistrar | Registrar object that associates a specific NotificationListenerwith one or more MBeans in an MBeanServer | Class | org.springframework.jmx.access | Spring MVC |
|
| NotificationPublisher | Simple interface allowing Spring-managed MBeans to publish JMX notificationswithout being aware of how those notifications are being transmitted to the | Interface | org.springframework.jmx.export.notification | Spring MVC |
|
| NotificationPublisherAware | Interface to be implemented by any Spring-managed resource that is to beregistered with an MBeanServer and wishes to send | Interface | org.springframework.jmx.export.notification | Spring MVC |
|
| NoTransactionException | Exception thrown when an operation is attempted thatrelies on an existing transaction (such as setting | Class | org.springframework.transaction | Spring MVC |
|
| NotReadablePropertyException | Exception thrown on an attempt to get the value of a propertythat isn't readable, because there's no getter method. | Class | org.springframework.beans | Spring MVC |
|
| NotSupportedRecordFactory | NotSupportedException. | Class | org.springframework.jca.cci.connection | Spring MVC |
|
| NotWritablePropertyException | Exception thrown on an attempt to set the value of a property thatis not writable (typically because there is no setter method). | Class | org.springframework.beans | Spring MVC |
|
| NoUniqueBeanDefinitionException | Exception thrown when a BeanFactory is asked for a bean instance for whichmultiple matching candidates have been found when only one matching bean was expected. | Class | org.springframework.beans.factory | Spring MVC |
|
| NullLiteral | Expression language AST node that represents null. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| NullSafeComparator | A Comparator that will safely compare nulls to be lower or higher thanother objects. | Class | org.springframework.util.comparator | Spring MVC |
|
| NullSourceExtractor | Simple implementation of SourceExtractor that returns nullas the source metadata. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| NullValue | Simple serializable class that serves as a null replacementfor cache stores which otherwise do not support null values. | Class | org.springframework.cache.support | Spring MVC |
|
| NullValueInNestedPathException | Exception thrown when navigation of a valid nested propertypath encounters a NullPointerException. | Class | org.springframework.beans | Spring MVC |
|
| NumberFormat | Declares that a field should be formatted as a number. | Class | org.springframework.format.annotation | Spring MVC |
|
| NumberFormatAnnotationFormatterFactory | Formats fields annotated with the NumberFormat annotation. | Class | org.springframework.format.number | Spring MVC |
|
| NumberFormatter | A general-purpose Number formatter. | Class | org.springframework.format.number | Spring MVC |
|
| NumberStyleFormatter | A general-purpose number formatter using NumberFormat's number style. | Class | org.springframework.format.number | Spring MVC |
|
| NumberUtils | Miscellaneous utility methods for number conversion and parsing. | Class | org.springframework.util | Spring MVC |
|
| ObjectError | Encapsulates an object error, that is, a global reason for rejectingSee the DefaultMessageCodesResolver javadoc for details on | Class | org.springframework.validation | Spring MVC |
|
| ObjectFactory | Defines a factory which can return an Object instance(possibly shared or independent) when invoked. | Interface | org.springframework.beans.factory | Spring MVC |
|
| ObjectFactoryCreatingFactoryBean | A FactoryBean implementation thatreturns a value which is an ObjectFactory | Class | org.springframework.beans.factory.config | Spring MVC |
|
| ObjectNameManager | Helper class for the creation of ObjectName instances. | Class | org.springframework.jmx.support | Spring MVC |
|
| ObjectNamingStrategy | Strategy interface that encapsulates the creation of ObjectName instances. | Interface | org.springframework.jmx.export.naming | Spring MVC |
|
| ObjectOptimisticLockingFailureException | Exception thrown on an optimistic locking violation for a mapped object. | Class | org.springframework.orm | Spring MVC |
|
| ObjectRetrievalFailureException | Exception thrown if a mapped object could not be retrieved via its identifier. | Class | org.springframework.orm | Spring MVC |
|
| ObjectToStringHttpMessageConverter | An HttpMessageConverter that uses StringHttpMessageConverterfor reading and writing content and a ConversionService for converting | Class | org.springframework.http.converter | Spring MVC |
|
| ObjectUtils | Miscellaneous object utility methods. | Class | org.springframework.util | Spring MVC |
|
| OkHttpClientHttpRequestFactory | ClientHttpRequestFactory implementation that usesOkHttp to create requests. | Class | org.springframework.http.client | Spring MVC |
|
| OncePerRequestFilter | Filter base class that aims to guarantee a single execution per requestdispatch, on any servlet container. | Class | org.springframework.web.filter | Spring MVC |
|
| OpAnd | Represents the boolean AND operation. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| Opcodes | Defines the JVM opcodes, access flags and array type codes. | Interface | org.springframework.asm | Spring MVC |
|
| OpDec | Decrement operator. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpDivide | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpenEntityManagerInViewFilter | Servlet Filter that binds a JPA EntityManager to the thread for theentire processing of the request. | Class | org.springframework.orm.jpa.support | Spring MVC |
|
| OpenEntityManagerInViewInterceptor | Spring web request interceptor that binds a JPA EntityManager to thethread for the entire processing of the request. | Class | org.springframework.orm.jpa.support | Spring MVC |
|
| OpenJpaDialect | JpaDialect implementation for Apache OpenJPA. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| OpenJpaVendorAdapter | JpaVendorAdapter implementation for Apache OpenJPA. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| OpenPersistenceManagerInViewFilter | Servlet Filter that binds a JDO PersistenceManager to the thread for theentire processing of the request. | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| OpenPersistenceManagerInViewInterceptor | Spring web request interceptor that binds a JDO PersistenceManager to thethread for the entire processing of the request. | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| OpenSessionInterceptor | Simple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| OpenSessionInterceptor | Simple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before. | Class | org.springframework.orm.hibernate4.support | Spring MVC |
|
| OpenSessionInterceptor | Simple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before. | Class | org.springframework.orm.hibernate5.support | Spring MVC |
|
| OpenSessionInViewFilter | Servlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| OpenSessionInViewFilter | Servlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request. | Class | org.springframework.orm.hibernate4.support | Spring MVC |
|
| OpenSessionInViewFilter | Servlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request. | Class | org.springframework.orm.hibernate5.support | Spring MVC |
|
| OpenSessionInViewInterceptor | Spring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| OpenSessionInViewInterceptor | Spring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request. | Class | org.springframework.orm.hibernate4.support | Spring MVC |
|
| OpenSessionInViewInterceptor | Spring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request. | Class | org.springframework.orm.hibernate5.support | Spring MVC |
|
| OpEQ | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| Operation | Supported operations that an OperatorOverloader can implement for any pair ofSince:3. | Class | org.springframework.expression | Spring MVC |
|
| Operator | Common supertype for operators that operate on either one or two operands. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OperatorBetween | Represents the between operator. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OperatorInstanceof | The operator 'instanceof' checks if an object is of the class specified in the righthand operand, in the same way that instanceof does in Java. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OperatorMatches | The first is a String and the second is a Java regex. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OperatorNot | Represents a NOT operation. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OperatorOverloader | By default the mathematical operators Operation support simple types likenumbers. | Interface | org.springframework.expression | Spring MVC |
|
| OperatorPower | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpGE | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpGT | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpInc | Increment operator. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpLE | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpLT | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpMinus | The minus operator supports:subtraction of numbers | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpModulus | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpMultiply | Conversions and promotions are handled as defined inSection 5. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpNE | | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpOr | Represents the boolean OR operation. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OpPlus | The plus operator will:It can be used as a unary operator for numbers. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| OptimisticLockingFailureException | Exception thrown on an optimistic locking violation. | Class | org.springframework.dao | Spring MVC |
|
| OptionalValidatorFactoryBean | LocalValidatorFactoryBean subclass that simply turnsValidator calls into no-ops | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| OptionsTag | Convenient tag that allows one to supply a collection of objectsthat are to be rendered as 'option' tags within a | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| OptionTag | JSP tag for rendering an HTML 'option' tag. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| OracleCallMetaDataProvider | Oracle specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| OracleJdbc4NativeJdbcExtractor | A Jdbc4NativeJdbcExtractor which comes pre-configured for Oracle's JDBC driver,specifying the following vendor-specific API types for unwrapping: | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| OracleLobHandler | LobHandler implementation for Oracle databases. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| OracleSequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given Oracle sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| OracleTableMetaDataProvider | Oracle-specific implementation of the TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| Order | @Order defines the sort order for an annotated component. | Class | org.springframework.core.annotation | Spring MVC |
|
| OrderComparator | Comparator implementation for Ordered objects, sortingby order value ascending, respectively by priority descending. | Class | org.springframework.core | Spring MVC |
|
| Ordered | Ordered is an interface that can be implemented by objects thatshould be orderable, for example in a Collection. | Interface | org.springframework.core | Spring MVC |
|
| OrderUtils | General utility for determining the order of an object based on its type declaration. | Class | org.springframework.core.annotation | Spring MVC |
|
| OriginHandshakeInterceptor | An interceptor to check request Origin header value against acollection of allowed origins. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| OutputStreamFactory | Internal helper for exposing dummy OutputStreams to embedded databasessuch as Derby, preventing the creation of a log file. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| OverridingClassLoader | ClassLoader that does not always delegate to theparent loader, as normal class loaders do. | Class | org.springframework.core | Spring MVC |
|
| OxmNamespaceHandler | NamespaceHandler for the 'oxm' namespace. | Class | org.springframework.oxm.config | Spring MVC |
|
| PagedListHolder | PagedListHolder is a simple state holder for handling lists of objects,separating them into pages. | Class | org.springframework.beans.support | Spring MVC |
|
| Param | Bean used to pass name-value pair parameters from a ParamTag to aAttributes are the raw values passed to the spring:param tag and have not | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| ParamAware | Allows implementing tag to utilize nested spring:param tags. | Interface | org.springframework.web.servlet.tags | Spring MVC |
|
| ParameterContentNegotiationStrategy | A ContentNegotiationStrategy that resolves a query parameter to akey to be used to look up a media type. | Class | org.springframework.web.accept | Spring MVC |
|
| ParameterDisposer | Interface to be implemented by objects that can close resourcesallocated by parameters like SqlLobValues. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ParameterHandlerMapping | to map from a request parameter to request handler beans. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| ParameterizableViewController | Trivial controller that always returns a named view. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| ParameterizableViewController | Trivial controller that always returns a pre-configured view and optionallysets the response status code. | Class | org.springframework.web.servlet.mvc | Spring MVC |
|
| ParameterizedPreparedStatementSetter | Parameterized callback interface used by the JdbcTemplate class forThis interface sets values on a PreparedStatement provided | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ParameterizedTypeReference | The purpose of this class is to enable capturing and passing a genericType. | Class | org.springframework.core | Spring MVC |
|
| ParameterMapper | on the connection. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ParameterMappingInterceptor | Interceptor to forward a request parameter from the ActionRequest to theThis can be useful when using ParameterHandlerMapping | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| ParameterMethodNameResolver | for mapping parameter values to the names of methods to invoke. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
|
| ParameterNameDiscoverer | Interface to discover parameter names for methods and constructors. | Interface | org.springframework.core | Spring MVC |
|
| ParamsRequestCondition | A logical conjunction (' && ') request condition that matches a request againsta set parameter expressions with syntax defined in RequestMapping. | Class | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| ParamTag | JSP tag for collecting name-value parameters and passing them to aParamAware ancestor in the tag hierarchy. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| ParsedSql | Holds information about a parsed SQL statement. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| ParseException | Represent an exception that occurs during expression parsing. | Class | org.springframework.expression | Spring MVC |
|
| Parser | Parses text strings to produce instances of T. | Interface | org.springframework.format | Spring MVC |
|
| ParserContext | Context that gets passed along a bean definition parsing process,encapsulating all relevant configuration as well as state. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| ParserContext | Input provided to an expression parser that can influence an expressionparsing/compilation routine. | Interface | org.springframework.expression | Spring MVC |
|
| ParseState | Simple Stack-based structure for tracking the logical position duringa parsing process. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| PassThroughFilterChain | simply passes the call through to a given Filter/FilterChain combination(indicating the next Filter in the chain along with the FilterChain that it is | Class | org.springframework.mock.web | Spring MVC |
|
| PassThroughSourceExtractor | Simple SourceExtractor implementation that just passesthe candidate source metadata object through for attachment. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| PasswordInputTag | Databinding-aware JSP tag for rendering an HTML 'input'element with a 'type' of 'password'. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| PathExtensionContentNegotiationStrategy | A ContentNegotiationStrategy that resolves the file extension in therequest path to a key to be used to look up a media type. | Class | org.springframework.web.accept | Spring MVC |
|
| PathMatchConfigurer | Helps with configuring HandlerMappings path matching options such as trailingslash match, suffix registration, path matcher and path helper. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| PathMatcher | Strategy interface for String-based path matching. | Interface | org.springframework.util | Spring MVC |
|
| PathMatchingResourcePatternResolver | A ResourcePatternResolver implementation that is able to resolve aspecified resource location path into one or more matching Resources. | Class | org.springframework.core.io.support | Spring MVC |
|
| PathResource | Resource implementation for java. | Class | org.springframework.core.io | Spring MVC |
|
| PathResourceResolver | A simple ResourceResolver that tries to find a resource under the givenlocations matching to the request path. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| PathVariable | Annotation which indicates that a method parameter should be bound to a URI templatevariable. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| PathVariableMapMethodArgumentResolver | Resolves Map method arguments annotated with an @PathVariablewhere the annotation does not specify a path variable name. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| PathVariableMethodArgumentResolver | Resolves method arguments annotated with an @PathVariable. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| PatternEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| PatternMatchUtils | Utility methods for simple pattern matching, in particular forSpring's typical xxx*, *xxx and *xxx* pattern styles. | Class | org.springframework.util | Spring MVC |
|
| PathVariableMapMethodArgumentResolver | Resolves Map method arguments annotated with an PathVariablewhere the annotation does not specify a path variable name. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| PatternsRequestCondition | A logical disjunction request condition that matches a requestagainst a set of URL path patterns. | Class | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| Payload | Annotation that binds a method parameter to the payload of a message. | Class | org.springframework.messaging.handler.annotation | Spring MVC |
|
| PayloadApplicationEvent | An ApplicationEvent that carries an arbitrary payload. | Class | org.springframework.context | Spring MVC |
|
| PayloadArgumentResolver | A resolver to extract and convert the payload of a message using aMessageConverter. | Class | org.springframework.messaging.handler.annotation.support | Spring MVC |
|
| PercentFormatter | A Number formatter for percent values. | Class | org.springframework.format.number | Spring MVC |
|
| PercentStyleFormatter | A formatter for number values in percent style. | Class | org.springframework.format.number | Spring MVC |
|
| PerConnectionWebSocketHandler | A WebSocketHandler that initializes and destroys a WebSocketHandlerinstance for each WebSocket connection and delegates all other methods to it. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| PerformanceMonitorInterceptor | Simple AOP Alliance MethodInterceptor for performance monitoring. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| PeriodicTrigger | A trigger for periodic task execution. | Class | org.springframework.scheduling.support | Spring MVC |
|
| PermissionDeniedDataAccessException | Exception thrown when the underlying resource denied a permissionto access a specific element, such as a specific database table. | Class | org.springframework.dao | Spring MVC |
|
| PersistenceAnnotationBeanPostProcessor | BeanPostProcessor that processes PersistenceUnitand PersistenceContext annotations, for injection of | Class | org.springframework.orm.jpa.support | Spring MVC |
|
| PersistenceExceptionTranslationAdvisor | Spring AOP exception translation aspect for use at Repository or DAO layer level. | Class | org.springframework.dao.annotation | Spring MVC |
|
| PersistenceExceptionTranslationInterceptor | AOP Alliance MethodInterceptor that provides persistence exception translationbased on a given PersistenceExceptionTranslator. | Class | org.springframework.dao.support | Spring MVC |
|
| PersistenceExceptionTranslationPostProcessor | Bean post-processor that automatically applies persistence exception translation to anybean marked with Spring's @Repository | Class | org.springframework.dao.annotation | Spring MVC |
|
| PersistenceExceptionTranslator | Interface implemented by Spring integrations with data access technologiesthat throw runtime exceptions, such as JPA, TopLink, JDO and Hibernate. | Interface | org.springframework.dao.support | Spring MVC |
|
| PersistenceManagerFactoryUtils | Helper class featuring methods for JDO PersistenceManager handling,allowing for reuse of PersistenceManager instances within transactions. | Class | org.springframework.orm.jdo | Spring MVC |
|
| PersistenceManagerHolder | Holder wrapping a JDO PersistenceManager. | Class | org.springframework.orm.jdo | Spring MVC |
|
| PersistenceUnitManager | Interface that defines an abstraction for finding and managingJPA PersistenceUnitInfos. | Interface | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| PersistenceUnitPostProcessor | Callback interface for post-processing a JPA PersistenceUnitInfo. | Interface | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| PessimisticLockingFailureException | Exception thrown on a pessimistic locking violation. | Class | org.springframework.dao | Spring MVC |
|
| Phased | Interface for objects that may participate in a phasedprocess such as lifecycle management. | Interface | org.springframework.context | Spring MVC |
|
| PingMessage | A WebSocket ping message. | Class | org.springframework.web.socket | Spring MVC |
|
| PlaceholderConfigurerSupport | Abstract base class for property resource configurers that resolve placeholdersin bean definition property values. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| PlatformTransactionManager | This is the central interface in Spring's transaction infrastructure. | Interface | org.springframework.transaction | Spring MVC |
|
| PluggableSchemaResolver | EntityResolver implementation that attempts to resolve schema URLs intolocal classpath resources using a set of mappings files. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| Pointcut | Core Spring pointcut abstraction. | Interface | org.springframework.aop | Spring MVC |
|
| PointcutAdvisor | Superinterface for all Advisors that are driven by a pointcut. | Interface | org.springframework.aop | Spring MVC |
|
| PointcutComponentDefinition | | Class | org.springframework.aop.config | Spring MVC |
|
| PointcutEntry | ParseState entry representing a pointcut. | Class | org.springframework.aop.config | Spring MVC |
|
| Pointcuts | Pointcut constants for matching getters and setters,and static methods useful for manipulating and evaluating pointcuts. | Class | org.springframework.aop.support | Spring MVC |
|
| PollableChannel | A MessageChannel from which messages may be actively received through polling. | Interface | org.springframework.messaging | Spring MVC |
|
| PollingSockJsSession | A SockJS session for use with polling HTTP transports. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| PongMessage | A WebSocket pong message. | Class | org.springframework.web.socket | Spring MVC |
|
| PoolingConfig | Config interface for a pooling target source. | Interface | org.springframework.aop.target | Spring MVC |
|
| PortletApplicationContextUtils | Convenience methods for retrieving the root WebApplicationContext fora given PortletContext. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletApplicationObjectSupport | Convenient superclass for application objects running in a Portlet ApplicationContext. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletConfigAware | Interface to be implemented by any object that wishes to be notifiedof the PortletConfig (typically determined by the PortletApplicationContext) | Interface | org.springframework.web.portlet.context | Spring MVC |
|
| PortletConfigPropertySource | PropertySource that reads init parameters from a PortletConfig object. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContentGenerator | Convenient superclass for any kind of web content generator,like AbstractController. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletContextAware | Interface to be implemented by any object that wishes to be notifiedof the PortletContext (typically determined by the PortletApplicationContext) | Interface | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextAwareProcessor | the PortletContextAware interface. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextPropertySource | PropertySource that reads init parameters from a PortletContext object. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextResource | Resource implementation forPortletContext resources, interpreting | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextResourceLoader | ResourceLoader implementation that resolves paths as PortletContextresources, for use outside a Portlet ApplicationContext (for example, | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextResourcePatternResolver | PortletContext-aware subclass of PathMatchingResourcePatternResolver,able to find matching resources below the web application root directory | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextScope | Scope wrapper for a PortletContext, i. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletModeHandlerMapping | interface to map from the current PortletMode to request handler beans. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletModeNameViewController | Trivial controller that transforms the PortletMode to a view name. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| PortletModeParameterHandlerMapping | interface to map from the current PortletMode and a request parameter torequest handler beans. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletMultipartResolver | Portlet version of Spring's multipart resolution strategy for file uploadsas defined in RFC 1867. | Interface | org.springframework.web.portlet.multipart | Spring MVC |
|
| PortletRequestAttributes | Portlet-based implementation of theRequestAttributes interface. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletRequestBindingException | Fatal binding exception, thrown when we want totreat binding exceptions as unrecoverable. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| PortletRequestDataBinder | Special DataBinder to perform data bindingfrom portlet request parameters to JavaBeans, including support for multipart files. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| PortletRequestHandledEvent | Portlet-specific subclass of RequestHandledEvent,adding portlet-specific context information. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletRequestMethodNotSupportedException | Exception thrown when a request handler does not support aspecific request method. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletRequestParameterPropertyValues | PropertyValues implementation created from parameters in a PortletRequest. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| PortletRequestUtils | Parameter extraction methods, for an approach distinct from data binding,in which parameters of specific types are required. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| PortletSessionRequiredException | Exception thrown when a portlet content generator requires a pre-existing session. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletUtils | Miscellaneous utilities for portlet applications. | Class | org.springframework.web.portlet.util | Spring MVC |
|
| PortletWebRequest | for a PortletRequest. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletWrappingController | Controller implementation that wraps a portlet instance which it managesinternally. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| PostgresCallMetaDataProvider | Oracle specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| PostgreSQLSequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given PostgreSQL sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| PostgresTableMetaDataProvider | The PostgreSQL specific implementation of TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| PreferencesPlaceholderConfigurer | Subclass of PropertyPlaceholderConfigurer that supports JDK 1. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| PreparedStatementCallback | Generic callback interface for code that operates on a PreparedStatement. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| PreparedStatementCreator | One of the two central callback interfaces used by the JdbcTemplate class. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| PreparedStatementCreatorFactory | Helper class that efficiently creates multiple PreparedStatementCreatorobjects with different parameters based on a SQL statement and a single | Class | org.springframework.jdbc.core | Spring MVC |
|
| PreparedStatementSetter | General callback interface used by the JdbcTemplate class. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| Primary | Indicates that a bean should be given preference when multiple candidatesare qualified to autowire a single-valued dependency. | Class | org.springframework.context.annotation | Spring MVC |
|
| PrincipalMethodArgumentResolver | | Class | org.springframework.messaging.simp.annotation.support | Spring MVC |
|
| Printer | Prints objects of type T for display. | Interface | org.springframework.format | Spring MVC |
|
| PrintingResultHandler | | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| PrioritizedParameterNameDiscoverer | ParameterNameDiscoverer implementation that tries several ParameterNameDiscoverersin succession. | Class | org.springframework.core | Spring MVC |
|
| PriorityOrdered | Extension of the Ordered interface, expressing a priorityordering: order values expressed by PriorityOrdered objects | Interface | org.springframework.core | Spring MVC |
|
| Problem | Represents a problem with a bean definition configuration. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| ProblemReporter | SPI interface allowing tools and other external processes to handle errorsand warnings reported during bean definition parsing. | Interface | org.springframework.beans.factory.parsing | Spring MVC |
|
| ProducerCallback | Callback for sending a message to a JMS destination. | Interface | org.springframework.jms.core | Spring MVC |
|
| ProducesRequestCondition | A logical disjunction request condition to match a request's 'Accept' headerto a list of media type expressions. | Class | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| Profile | Indicates that a component is eligible for registration when one or morespecified profiles are active. | Class | org.springframework.context.annotation | Spring MVC |
|
| ProfileValueChecker | ProfileValueChecker is a custom JUnit Statement that checkswhether a test class or test method is enabled in the current environment | Class | org.springframework.test.context.junit4.statements | Spring MVC |
|
| ProfileValueSource | Strategy interface for retrieving profile values for a giventesting environment. | Interface | org.springframework.test.annotation | Spring MVC |
|
| ProfileValueSourceConfiguration | ProfileValueSourceConfiguration is a class-level annotation whichis used to specify what type of ProfileValueSource to use when | Class | org.springframework.test.annotation | Spring MVC |
|
| ProfileValueUtils | General utility methods for working with profile values. | Class | org.springframework.test.annotation | Spring MVC |
|
| Projection | Represents projection, where a given operation is performed on all elements in someinput sequence, returning a new sequence of the same size. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| Propagation | Enumeration that represents transaction propagation behaviors for usewith the Transactional annotation, corresponding to the | Class | org.springframework.transaction.annotation | Spring MVC |
|
| PropertiesBeanDefinitionReader | Bean definition reader for a simple properties format. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| PropertiesEditor | Custom PropertyEditor for Properties objects. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| PropertiesFactoryBean | Allows for making a properties file from a classpath location availableas Properties instance in a bean factory. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| PropertiesLoaderSupport | Base class for JavaBean-style components that need to load propertiesfrom one or more resources. | Class | org.springframework.core.io.support | Spring MVC |
|
| PropertiesLoaderUtils | Convenient utility methods for loading of java. | Class | org.springframework.core.io.support | Spring MVC |
|
| PropertiesMethodNameResolver | The most flexible out-of-the-box implementation of the MethodNameResolverinterface. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
|
| PropertiesPersister | Strategy interface for persisting java. | Interface | org.springframework.util | Spring MVC |
|
| PropertiesPropertySource | PropertySource implementation that extracts properties from aNote that because a Properties object is technically an | Class | org.springframework.core.env | Spring MVC |
|
| Property | A description of a JavaBeans Property that allows us to avoid a dependency onjava. | Class | org.springframework.core.convert | Spring MVC |
|
| PropertyAccessException | Superclass for exceptions related to a property access,such as type mismatch or invocation target exception. | Class | org.springframework.beans | Spring MVC |
|
| PropertyAccessor | Common interface for classes that can access named properties(such as bean properties of an object or fields in an object) | Interface | org.springframework.beans | Spring MVC |
|
| PropertyAccessor | A property accessor is able to read from (and possibly write to) an object's properties. | Interface | org.springframework.expression | Spring MVC |
|
| PropertyAccessorFactory | Simple factory facade for obtaining PropertyAccessor instances,in particular for BeanWrapper instances. | Class | org.springframework.beans | Spring MVC |
|
| PropertyAccessorUtils | Utility methods for classes that perform bean property accessaccording to the PropertyAccessor interface. | Class | org.springframework.beans | Spring MVC |
|
| PropertyBatchUpdateException | Combined exception, composed of individual PropertyAccessException instances. | Class | org.springframework.beans | Spring MVC |
|
| PropertyComparator | PropertyComparator performs a comparison of two beans,evaluating the specified bean property via a BeanWrapper. | Class | org.springframework.beans.support | Spring MVC |
|
| PropertyEditorRegistrar | Interface for strategies that register customproperty editors with a | Interface | org.springframework.beans | Spring MVC |
|
| PropertyEditorRegistry | Encapsulates methods for registering JavaBeans PropertyEditors. | Interface | org.springframework.beans | Spring MVC |
|
| PropertyEditorRegistrySupport | Base implementation of the PropertyEditorRegistry interface. | Class | org.springframework.beans | Spring MVC |
|
| PropertyEntry | ParseState entry representing a JavaBean property. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| PropertyMatches | Helper class for calculating property matches, according to a configurabledistance. | Class | org.springframework.beans | Spring MVC |
|
| PropertyOrFieldReference | Represents a simple property or field reference. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| PropertyOverrideConfigurer | Property resource configurer that overrides bean property values in an applicationcontext definition. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| PropertyPathFactoryBean | FactoryBean that evaluates a property path on a given target object. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| PropertyPlaceholderConfigurer | PlaceholderConfigurerSupport subclass that resolves ${. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| PropertyPlaceholderHelper | Utility class for working with Strings that have placeholder values in them. | Class | org.springframework.util | Spring MVC |
|
| PropertyResolver | Interface for resolving properties against any underlying source. | Interface | org.springframework.core.env | Spring MVC |
|
| PropertyResourceConfigurer | Allows for configuration of individual bean property values from a property resource,i. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| PropertySource | Annotation providing a convenient and declarative mechanism for adding aPropertySource to Spring's | Class | org.springframework.context.annotation | Spring MVC |
|
| PropertySource | Abstract base class representing a source of name/value property pairs. | Class | org.springframework.core.env | Spring MVC |
|
| PropertySources | Container annotation that aggregates several PropertySource annotations. | Class | org.springframework.context.annotation | Spring MVC |
|
| PropertySources | Holder containing one or more PropertySource objects. | Interface | org.springframework.core.env | Spring MVC |
|
| PropertySourcesPlaceholderConfigurer | Specialization of PlaceholderConfigurerSupport that resolves ${. | Class | org.springframework.context.support | Spring MVC |
|
| PropertySourcesPropertyResolver | PropertyResolver implementation that resolves property values againstan underlying set of PropertySources. | Class | org.springframework.core.env | Spring MVC |
|
| PropertyValue | Object to hold information and value for an individual bean property. | Class | org.springframework.beans | Spring MVC |
|
| PropertyValues | Holder containing one or more PropertyValue objects,typically comprising one update for a specific target bean. | Interface | org.springframework.beans | Spring MVC |
|
| PropertyValuesEditor | Editor for a PropertyValues object. | Class | org.springframework.beans | Spring MVC |
|
| ProtobufHttpMessageConverter | An HttpMessageConverter that can read and write ProtobufGoogle Protocol buffers. | Class | org.springframework.http.converter.protobuf | Spring MVC |
|
| PrototypeAspectInstanceFactory | AspectInstanceFactory backed by a BeanFactory-provided prototype,enforcing prototype semantics. | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| PrototypeTargetSource | TargetSource implementation thatcreates a new instance of the target bean for each request, | Class | org.springframework.aop.target | Spring MVC |
|
| ProviderCreatingFactoryBean | A FactoryBean implementation thatreturns a value which is a JSR-330 Provider that in turn | Class | org.springframework.beans.factory.config | Spring MVC |
|
| ProxyAsyncConfiguration | @Configuration class that registers the Spring infrastructure beans necessaryto enable proxy-based asynchronous method execution. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| ProxyCachingConfiguration | @Configuration class that registers the Spring infrastructure beans necessaryto enable proxy-based annotation-driven cache management. | Class | org.springframework.cache.annotation | Spring MVC |
|
| ProxyConfig | Convenience superclass for configuration used in creating proxies,to ensure that all proxy creators have consistent properties. | Class | org.springframework.aop.framework | Spring MVC |
|
| ProxyCreationContext | Holder for the current proxy creation context, as exposed by auto-proxy creatorssuch as AbstractAdvisorAutoProxyCreator. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| ProxyCreatorSupport | Base class for proxy factories. | Class | org.springframework.aop.framework | Spring MVC |
|
| ProxyFactory | Factory for AOP proxies for programmatic use, rather than via a beanfactory. | Class | org.springframework.aop.framework | Spring MVC |
|
| ProxyFactoryBean | FactoryBean implementation that builds anAOP proxy based on beans in Spring BeanFactory. | Class | org.springframework.aop.framework | Spring MVC |
|
| ProxyFactoryBean | FactoryBean that creates a java. | Class | org.springframework.http.client.support | Spring MVC |
|
| ProxyJCacheConfiguration | @Configuration class that registers the Spring infrastructure beans necessaryto enable proxy-based annotation-driven JSR-107 cache management. | Class | org.springframework.cache.jcache.config | Spring MVC |
|
| ProxyMethodInvocation | Extension of the AOP Alliance MethodInvocationinterface, allowing access to the proxy that the method invocation was made through. | Interface | org.springframework.aop | Spring MVC |
|
| ProxyProcessorSupport | Base class with common functionality for proxy processors, in particularClassLoader management and the evaluateProxyInterfaces(java. | Class | org.springframework.aop.framework | Spring MVC |
|
| ProxyTransactionManagementConfiguration | @Configuration class that registers the Spring infrastructure beansnecessary to enable proxy-based annotation-driven transaction management. | Class | org.springframework.transaction.annotation | Spring MVC |
|
| QualifiedIdentifier | Represents a dot separated sequence of strings that indicate a package qualified typeExample: java. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| Qualifier | This annotation may be used on a field or parameter as a qualifier forcandidate beans when autowiring. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| QualifierAnnotationAutowireCandidateResolver | AutowireCandidateResolver implementation that matches bean definition qualifiersagainst qualifier annotations on the field or parameter to be autowired. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| QualifierEntry | ParseState entry representing an autowire candidate qualifier. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| QuartzJobBean | Simple implementation of the Quartz Job interface, applying thepassed-in JobDataMap and also the SchedulerContext as bean property | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| QueryTimeoutException | Exception to be thrown on a query timeout. | Class | org.springframework.dao | Spring MVC |
|
| QuickTargetSourceCreator | Convenient TargetSourceCreator using bean name prefixes to create one of threewell-known TargetSource types: | Class | org.springframework.aop.framework.autoproxy.target | Spring MVC |
|
| RadioButtonsTag | Databinding-aware JSP tag for rendering multiple HTML 'input'elements with a 'type' of 'radio'. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| RadioButtonTag | Databinding-aware JSP tag for rendering an HTML 'input'element with a 'type' of 'radio'. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| RawTargetAccess | Marker for AOP proxy interfaces (in particular: introduction interfaces)that explicitly intend to return the raw target object (which would normally | Interface | org.springframework.aop | Spring MVC |
|
| RdbmsOperation | An RDBMS operation is a multi-threaded, reusable object representing a query,update, or stored procedure call. | Class | org.springframework.jdbc.object | Spring MVC |
|
| Reactor2StompCodec | A Reactor TCP Codec for sending and receiving STOMP messages. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| Reactor2TcpClient | An implementation of TcpOperationsbased on the TCP client support of the Reactor project. | Class | org.springframework.messaging.tcp.reactor | Spring MVC |
|
| Reactor2TcpConnection | An implementation of TcpConnection based on the TCP client support of the Reactor project. | Class | org.springframework.messaging.tcp.reactor | Spring MVC |
|
| Reactor2TcpStompClient | A STOMP over TCP client that usesSince:4. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| ReadableInstantPrinter | Prints Joda-Time ReadableInstant instances using a DateTimeFormatter. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| ReadablePartialPrinter | Prints Joda-Time ReadablePartial instances using a DateTimeFormatter. | Class | org.springframework.format.datetime.joda | Spring MVC |
|
| ReaderContext | Context that gets passed along a bean definition reading process,encapsulating all relevant configuration as well as state. | Class | org.springframework.beans.factory.parsing | Spring MVC |
|
| ReaderEditor | One-way PropertyEditor which can convert from a text String to ajava. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| ReaderEventListener | Interface that receives callbacks for component, alias and importregistrations during a bean definition reading process. | Interface | org.springframework.beans.factory.parsing | Spring MVC |
|
| RealLiteral | Expression language AST node that represents a real literal. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| ReconnectStrategy | A contract to determine the frequency of reconnect attempts after connection failure. | Interface | org.springframework.messaging.tcp | Spring MVC |
|
| RecordCreator | Callback interface for creating a CCI Record instance,usually based on the passed-in CCI RecordFactory. | Interface | org.springframework.jca.cci.core | Spring MVC |
|
| RecordExtractor | Callback interface for extracting a result object from a CCI Record instance. | Interface | org.springframework.jca.cci.core | Spring MVC |
|
| RecordTypeNotSupportedException | Exception thrown when the creating of a CCI Record failed becausethe connector doesn't support the desired CCI Record type. | Class | org.springframework.jca.cci | Spring MVC |
|
| RecoverableDataAccessException | Data access exception thrown when a previously failed operation might be ableto succeed if the application performs some recovery steps and retries the entire | Class | org.springframework.dao | Spring MVC |
|
| RedirectAttributes | A specialization of the Model interface that controllers can use toselect attributes for a redirect scenario. | Interface | org.springframework.web.servlet.mvc.support | Spring MVC |
|
| RedirectAttributesMethodArgumentResolver | Resolves method arguments of type RedirectAttributes. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| RedirectAttributesModelMap | A ModelMap implementation of RedirectAttributes that formatsvalues as Strings using a DataBinder. | Class | org.springframework.web.servlet.mvc.support | Spring MVC |
|
| RedirectView | View that redirects to an absolute, context relative, or current requestrelative URL. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| RedirectViewControllerRegistration | Assist with the registration of a single redirect view controller. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| ReflectionHelper | Utility methods used by the reflection resolver code to discover the appropriatemethods/constructors and fields that should be used in expressions. | Class | org.springframework.expression.spel.support | Spring MVC |
|
| ReflectionTestUtils | ReflectionTestUtils is a collection of reflection-based utilitymethods for use in unit and integration testing scenarios. | Class | org.springframework.test.util | Spring MVC |
|
| ReflectionUtils | Simple utility class for working with the reflection API and handlingreflection exceptions. | Class | org.springframework.util | Spring MVC |
|
| ReflectiveAspectJAdvisorFactory | Factory that can create Spring AOP Advisors given AspectJ classes fromclasses honoring the AspectJ 5 annotation syntax, using reflection to | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| ReflectiveConstructorExecutor | A simple ConstructorExecutor implementation that runs a constructor using reflectiveSince:3. | Class | org.springframework.expression.spel.support | Spring MVC |
|
| ReflectiveConstructorResolver | A constructor resolver that uses reflection to locate the constructor that should be invoked. | Class | org.springframework.expression.spel.support | Spring MVC |
|
| ReflectiveLoadTimeWeaver | LoadTimeWeaver which uses reflection to delegate to an underlying ClassLoaderwith well-known transformation hooks. | Class | org.springframework.instrument.classloading | Spring MVC |
|
| ReflectiveMethodExecutor | | Class | org.springframework.expression.spel.support | Spring MVC |
|
| ReflectiveMethodInvocation | Spring's implementation of the AOP AllianceMethodInvocation interface, | Class | org.springframework.aop.framework | Spring MVC |
|
| ReflectiveMethodResolver | Reflection-based MethodResolver used by default in StandardEvaluationContextunless explicit method resolvers have been specified. | Class | org.springframework.expression.spel.support | Spring MVC |
|
| ReflectivePropertyAccessor | Simple PropertyAccessor that uses reflection to access propertiesfor reading and writing. | Class | org.springframework.expression.spel.support | Spring MVC |
|
| Refreshable | Interface to be implemented by dynamic target objects,which support reloading and optionally polling for updates. | Interface | org.springframework.aop.target.dynamic | Spring MVC |
|
| RefreshableScriptTargetSource | Subclass of BeanFactoryRefreshableTargetSource that determines whethera refresh is required through the given ScriptFactory. | Class | org.springframework.scripting.support | Spring MVC |
|
| RegexPatternTypeFilter | A simple filter for matching a fully-qualified class name with a regex Pattern. | Class | org.springframework.core.type.filter | Spring MVC |
|
| RegexpMethodPointcutAdvisor | Convenient class for regexp method pointcuts that hold an Advice,making them an Advisor. | Class | org.springframework.aop.support | Spring MVC |
|
| RegistrationPolicy | enum RegistrationPolicyIndicates registration behavior when attempting to register an MBean that already | Class | org.springframework.jmx.support | Spring MVC |
|
| ReloadableResourceBundleMessageSource | Spring-specific MessageSource implementationthat accesses resource bundles using specified basenames, participating in the | Class | org.springframework.context.support | Spring MVC |
|
| RemoteAccessException | Generic remote access exception. | Class | org.springframework.remoting | Spring MVC |
|
| RemoteAccessor | Abstract base class for classes that access a remote service. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteConnectFailureException | RemoteAccessException subclass to be thrown when no connectioncould be established with a remote service. | Class | org.springframework.remoting | Spring MVC |
|
| RemoteExporter | Abstract base class for classes that export a remote service. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocation | Encapsulates a remote invocation, providing core method invocation propertiesin a serializable fashion. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationBasedAccessor | Abstract base class for remote service accessors that are basedon serialization of RemoteInvocation objects. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationBasedExporter | Abstract base class for remote service exporters that are basedon deserialization of RemoteInvocation objects. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationExecutor | Strategy interface for executing a RemoteInvocation on a target object. | Interface | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationFactory | Strategy interface for creating a RemoteInvocation from an AOP AllianceUsed by RmiClientInterceptor (for RMI invokers) | Interface | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationFailureException | RemoteAccessException subclass to be thrown when the executionof the target method failed on the server side, for example | Class | org.springframework.remoting | Spring MVC |
|
| RemoteInvocationResult | Encapsulates a remote invocation result, holding a result value or an exception. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationSerializingExporter | Abstract base class for remote service exporters that explicitly deserializeRemoteInvocation objects and serialize | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RemoteInvocationTraceInterceptor | AOP Alliance MethodInterceptor for tracing remote invocations. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationUtils | General utilities for handling remote invocations. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteLookupFailureException | RemoteAccessException subclass to be thrown in case of a lookup failure,typically if the lookup happens on demand for each method invocation. | Class | org.springframework.remoting | Spring MVC |
|
| RemoteProxyFailureException | RemoteAccessException subclass to be thrown in case of a failurewithin the client-side proxy for a remote service, for example | Class | org.springframework.remoting | Spring MVC |
|
| RemoteTimeoutException | RemoteAccessException subclass to be thrown when the executionof the target method did not complete before a configurable | Class | org.springframework.remoting | Spring MVC |
|
| RemotingSupport | Generic support base class for remote accessor and exporters,providing common bean ClassLoader handling. | Class | org.springframework.remoting.support | Spring MVC |
|
| RenderMapping | Annotation for mapping Portlet render requests onto handler methods. | Class | org.springframework.web.portlet.bind.annotation | Spring MVC |
|
| Repeat | Test annotation to indicate that a test method should be invoked repeatedly. | Class | org.springframework.test.annotation | Spring MVC |
|
| ReplaceOverride | Extension of MethodOverride that represents an arbitraryoverride of a method by the IoC container. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ReplyFailureException | Exception to be thrown when the reply of a message failed to be sent. | Class | org.springframework.jms.listener.adapter | Spring MVC |
|
| Repository | Indicates that an annotated class is a Repository, originally defined byDomain-Driven Design (Evans, 2003) as a mechanism for encapsulating storage, | Class | org.springframework.stereotype | Spring MVC |
|
| RequestAttributes | Abstraction for accessing attribute objects associated with a request. | Interface | org.springframework.web.context.request | Spring MVC |
|
| RequestBody | Annotation indicating a method parameter should be bound to the body of the web request. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| RequestBodyAdvice | Allows customizing the request before its body is read and converted into anObject and also allows for processing of the resulting Object before it is | Interface | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| RequestBodyAdviceAdapter | A convenient starting point for implementingResponseBodyAdvice with default method implementations. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| RequestBuilder | Builds a MockHttpServletRequest. | Interface | org.springframework.test.web.servlet | Spring MVC |
|
| RequestCallback | Callback interface for code that operates on a ClientHttpRequest. | Interface | org.springframework.web.client | Spring MVC |
|
| RequestCondition | The contract for request conditions in Spring MVC's mapping infrastructure. | Interface | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| RequestConditionHolder | A holder for a RequestCondition useful when the type of the requestcondition is not known ahead of time, e. | Class | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| RequestContext | Context holder for request-specific state, like current web application context, current locale, current theme,and potential binding errors. | Class | org.springframework.web.servlet.support | Spring MVC |
|
| RequestContextAwareTag | Superclass for all tags that require a RequestContext. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| RequestContextFilter | Servlet Filter that exposes the request to the current thread,through both LocaleContextHolder and | Class | org.springframework.web.filter | Spring MVC |
|
| RequestContextHolder | Holder class to expose the web request in the form of a thread-boundRequestAttributes object. | Class | org.springframework.web.context.request | Spring MVC |
|
| RequestContextListener | Servlet listener that exposes the request to the current thread,through both LocaleContextHolder and | Class | org.springframework.web.context.request | Spring MVC |
|
| RequestContextUtils | Utility class for easy access to request-specific state which has beenset by the DispatcherServlet. | Class | org.springframework.web.servlet.support | Spring MVC |
|
| RequestDataValueProcessor | A contract for inspecting and potentially modifying request data values suchas URL query parameters or form field values before they are rendered by a | Interface | org.springframework.web.servlet.support | Spring MVC |
|
| RequestEntity | Extension of HttpEntity that adds a method andUsed in RestTemplate and @Controller methods. | Class | org.springframework.http | Spring MVC |
|
| RequestHandledEvent | Event raised when a request is handled within an ApplicationContext. | Class | org.springframework.web.context.support | Spring MVC |
|
| RequestHeader | Annotation which indicates that a method parameter should be bound to a web request header. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| RequestHeaderMapMethodArgumentResolver | Resolves Map method arguments annotated with @RequestHeader. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| RequestHeaderMethodArgumentResolver | Resolves method arguments annotated with @RequestHeader except forMap arguments. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| RequestMapping | Annotation for mapping web requests onto specific handler classes and/orhandler methods. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| RequestMappingHandlerAdapter | An AbstractHandlerMethodAdapter that supports HandlerMethodswith their method argument and return type signature, as defined via | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| RequestMappingHandlerMapping | Creates RequestMappingInfo instances from type and method-level@RequestMapping annotations in | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| RequestMappingInfo | Encapsulates the following request mapping conditions:PatternsRequestCondition | Class | org.springframework.web.servlet.mvc.method | Spring MVC |
|
| RequestMappingInfoHandlerMapping | Abstract base class for classes for which RequestMappingInfo definesthe mapping between a request and a handler method. | Class | org.springframework.web.servlet.mvc.method | Spring MVC |
|
| RequestMappingInfoHandlerMethodMappingNamingStrategy | A HandlerMethodMappingNamingStrategy for RequestMappingInfo-based handlerIf the RequestMappingInfo name attribute is set, its value is used. | Class | org.springframework.web.servlet.mvc.method | Spring MVC |
|
| RequestMatcher | A contract for matching requests to expectations. | Interface | org.springframework.test.web.client | Spring MVC |
|
| RequestMethod | Java 5 enumeration of HTTP request methods. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| RequestMethodsRequestCondition | A logical disjunction request condition that matches a requestagainst a set of RequestMethods. | Class | org.springframework.web.servlet.mvc.condition | Spring MVC |
|
| RequestParam | Annotation which indicates that a method parameter should be bound to a webSupported for annotated handler methods in Servlet and Portlet environments. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| RequestParamMapMethodArgumentResolver | Resolves Map method arguments annotated with an @RequestParamwhere the annotation does not specify a request parameter name. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| RequestParamMethodArgumentResolver | Resolves method arguments annotated with @RequestParam, arguments oftype MultipartFile in conjunction with Spring's MultipartResolver | Class | org.springframework.web.method.annotation | Spring MVC |
|
| RequestPart | Annotation that can be used to associate the part of a multipart/form-data requestwith a method argument. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| RequestPartMethodArgumentResolver | Resolves the following method arguments:Annotated with @RequestPart | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| RequestPartServletServerHttpRequest | ServerHttpRequest implementation that accesses one part of a multipartrequest. | Class | org.springframework.web.multipart.support | Spring MVC |
|
| RequestPostProcessor | Extension point for applications or 3rd party libraries that wish to furtherinitialize a MockHttpServletRequest instance after it has been built | Interface | org.springframework.test.web.servlet.request | Spring MVC |
|
| RequestResponseBodyMethodProcessor | Resolves method arguments annotated with @RequestBody and handles returnvalues from methods annotated with @ResponseBody by reading and writing | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| RequestResultMatchers | Factory for assertions on the request. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| RequestScope | Request-backed ScopeRelies on a thread-bound RequestAttributes instance, which | Class | org.springframework.web.context.request | Spring MVC |
|
| RequestToViewNameTranslator | Strategy interface for translating an incomingHttpServletRequest into a | Interface | org.springframework.web.servlet | Spring MVC |
|
| RequestUpgradeStrategy | A server-specific strategy for performing the actual upgrade to a WebSocket exchange. | Interface | org.springframework.web.socket.server | Spring MVC |
|
| Required | Marks a method (typically a JavaBean setter method) as being 'required': that is,the setter method must be configured to be dependency-injected with a value. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| RequiredAnnotationBeanPostProcessor | BeanPostProcessor implementationthat enforces required JavaBean properties to have been configured. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| ResizableByteArrayOutputStream | An extension of ByteArrayOutputStream that:has public grow(int) | Class | org.springframework.util | Spring MVC |
|
| ResolvableType | Encapsulates a Java Type, providing access tosupertypes, interfaces, and | Class | org.springframework.core | Spring MVC |
|
| ResolvableTypeProvider | Any object can implement this interface to provide its actual ResolvableType. | Interface | org.springframework.core | Spring MVC |
|
| Resource | Interface for a resource descriptor that abstracts from the actualtype of underlying resource, such as a file or class path resource. | Interface | org.springframework.core.io | Spring MVC |
|
| ResourceAccessException | Exception thrown when an I/O error occurs. | Class | org.springframework.web.client | Spring MVC |
|
| ResourceAdapterApplicationContext | ApplicationContext implementationfor a JCA ResourceAdapter. | Class | org.springframework.jca.context | Spring MVC |
|
| ResourceAdapterFactoryBean | FactoryBean that bootstrapsthe specified JCA 1. | Class | org.springframework.jca.support | Spring MVC |
|
| ResourceAllocationException | Runtime exception mirroring the JMS ResourceAllocationException. | Class | org.springframework.jms | Spring MVC |
|
| ResourceArrayPropertyEditor | Editor for Resource arrays, toautomatically convert String location patterns | Class | org.springframework.core.io.support | Spring MVC |
|
| ResourceAwareController | Extension of the Portlet Controller interface that allowsfor handling Portlet 2. | Interface | org.springframework.web.portlet.mvc | Spring MVC |
|
| ResourceBundleEditor | PropertyEditor implementation forOnly supports conversion from a String, but not | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| ResourceBundleMessageSource | MessageSource implementation thataccesses resource bundles using specified basenames. | Class | org.springframework.context.support | Spring MVC |
|
| ResourceBundleThemeSource | ThemeSource implementation that looks up an individualResourceBundle per theme. | Class | org.springframework.ui.context.support | Spring MVC |
|
| ResourceBundleViewResolver | A ViewResolver implementation that usesbean definitions in a ResourceBundle, specified by the bundle basename. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| ResourceChainRegistration | Assists with the registration of resource resolvers and transformers. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| ResourceDatabasePopulator | Populates, initializes, or cleans up a database using SQL scripts defined inCall addScript(org. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ResourceEditor | descriptors, to automatically convert String locationse. | Class | org.springframework.core.io | Spring MVC |
|
| ResourceEditorRegistrar | PropertyEditorRegistrar implementation that populates a givenPropertyEditorRegistry | Class | org.springframework.beans.support | Spring MVC |
|
| ResourceEntityResolver | EntityResolver implementation that tries to resolve entity referencesthrough a ResourceLoader (usually, | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| ResourceHandlerRegistration | Encapsulates information required to create a resource handler. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| ResourceHandlerRegistry | Stores registrations of resource handlers for serving static resources such as images, css files and othersthrough Spring MVC including setting cache headers optimized for efficient loading in a web browser. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| ResourceHolder | Generic interface to be implemented by resource holders. | Interface | org.springframework.transaction.support | Spring MVC |
|
| ResourceHolderSupport | Convenient base class for resource holders. | Class | org.springframework.transaction.support | Spring MVC |
|
| ResourceHolderSynchronization | TransactionSynchronization implementation that manages aResourceHolder bound through TransactionSynchronizationManager. | Class | org.springframework.transaction.support | Spring MVC |
|
| ResourceHttpMessageConverter | By default, this converter can read all media types. | Class | org.springframework.http.converter | Spring MVC |
|
| ResourceHttpRequestHandler | HttpRequestHandler that serves static resources optimized for superior browser performance(according to the guidelines of Page Speed, YSlow, etc. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| ResourceLoader | Strategy interface for loading resources (e. | Interface | org.springframework.core.io | Spring MVC |
|
| ResourceLoaderAware | Interface to be implemented by any object that wishes to be notified ofthe ResourceLoader (typically the ApplicationContext) that it runs in. | Interface | org.springframework.context | Spring MVC |
|
| ResourceLoaderClassLoadHelper | Wrapper that adapts from the Quartz ClassLoadHelper interfaceonto Spring's ResourceLoader interface. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| ResourceMapping | Annotation for mapping Portlet resource requests onto handler methods. | Class | org.springframework.web.portlet.bind.annotation | Spring MVC |
|
| ResourceOverridingShadowingClassLoader | Subclass of ShadowingClassLoader that overrides attempts tolocate certain files. | Class | org.springframework.instrument.classloading | Spring MVC |
|
| ResourcePatternResolver | Strategy interface for resolving a location pattern (for example,an Ant-style path pattern) into Resource objects. | Interface | org.springframework.core.io.support | Spring MVC |
|
| ResourcePatternUtils | Utility class for determining whether a given URL is a resourcelocation that can be loaded via a ResourcePatternResolver. | Class | org.springframework.core.io.support | Spring MVC |
|
| ResourcePropertySource | Subclass of PropertiesPropertySource that loads a Properties objectfrom a given Resource or resource location such as | Class | org.springframework.core.io.support | Spring MVC |
|
| ResourceResolver | A strategy for resolving a request to a server-side resource. | Interface | org.springframework.web.servlet.resource | Spring MVC |
|
| ResourceResolverChain | A contract for invoking a chain of ResourceResolvers where each resolveris given a reference to the chain allowing it to delegate when necessary. | Interface | org.springframework.web.servlet.resource | Spring MVC |
|
| ResourceScriptSource | ScriptSource implementationbased on Spring's Resource | Class | org.springframework.scripting.support | Spring MVC |
|
| ResourceServlet | Simple servlet that can expose an internal resource, including adefault URL if the specified resource is not found. | Class | org.springframework.web.servlet | Spring MVC |
|
| ResourceTransactionManager | Extension of the PlatformTransactionManagerinterface, indicating a native resource transaction manager, operating on a single | Interface | org.springframework.transaction.support | Spring MVC |
|
| ResourceTransformer | An abstraction for transforming the content of a resource. | Interface | org.springframework.web.servlet.resource | Spring MVC |
|
| ResourceTransformerChain | A contract for invoking a chain of ResourceTransformers where each resolveris given a reference to the chain allowing it to delegate when necessary. | Interface | org.springframework.web.servlet.resource | Spring MVC |
|
| ResourceTransformerSupport | A base class for a ResourceTransformer with an optional helper methodfor resolving public links within a transformed resource. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| ResourceUrlEncodingFilter | A filter that wraps the HttpServletResponse and overrides itsencodeURL method in order to | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| ResourceUrlProvider | A central component to use to obtain the public URL path that clients shoulduse to access a static resource. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| ResourceUrlProviderExposingInterceptor | An interceptor that exposes the ResourceUrlProvider instance itis configured with as a request attribute. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| ResourceUtils | Utility methods for resolving resource locations to files in thefile system. | Class | org.springframework.util | Spring MVC |
|
| ResponseActions | A contract for setting up request expectations and defining a response. | Interface | org.springframework.test.web.client | Spring MVC |
|
| ResponseBody | Annotation that indicates a method return value should be bound to the webresponse body. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| ResponseBodyAdvice | Allows customizing the response after the execution of an @ResponseBodyor a ResponseEntity controller method but before the body is written | Interface | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ResponseBodyEmitter | A controller method return value type for asynchronous request processingwhere one or more objects are written to the response. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ResponseBodyEmitterReturnValueHandler | Supports return values of type ResponseBodyEmitter and alsoResponseEntity. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ResponseCreator | A contract for creating a ClientHttpResponse. | Interface | org.springframework.test.web.client | Spring MVC |
|
| ResponseEntity | Extension of HttpEntity that adds a HttpStatus status code. | Class | org.springframework.http | Spring MVC |
|
| ResponseEntityExceptionHandler | A convenient base class for @ControllerAdvice classesthat wish to provide centralized exception handling across all | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ResponseErrorHandler | Strategy interface used by the RestTemplate to determine whether a particular response has an error or not. | Interface | org.springframework.web.client | Spring MVC |
|
| ResponseExtractor | Generic callback interface used by RestTemplate's retrieval methodsfrom a ClientHttpResponse, but don't need to worry about exception | Interface | org.springframework.web.client | Spring MVC |
|
| ResponseStatus | Marks a method or exception class with the status code() andreason() that should be returned. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| ResponseStatusExceptionResolver | A HandlerExceptionResolver that uses the @ResponseStatusannotation to map exceptions to HTTP status codes. | Class | org.springframework.web.servlet.mvc.annotation | Spring MVC |
|
| RestClientException | Base class for exceptions thrown by RestTemplate whenever it encountersclient-side HTTP errors. | Class | org.springframework.web.client | Spring MVC |
|
| RestController | A convenience annotation that is itself annotated with @ControllerTypes that carry this annotation are treated as controllers where | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| RestGatewaySupport | Convenient super class for application classes that need REST access. | Class | org.springframework.web.client.support | Spring MVC |
|
| RestOperations | Interface specifying a basic set of RESTful operations. | Interface | org.springframework.web.client | Spring MVC |
|
| RestTemplate | Spring's central class for synchronous client-side HTTP access. | Class | org.springframework.web.client | Spring MVC |
|
| RestTemplateXhrTransport | An XhrTransport implementation that uses aSince:4. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| ResultActions | Allows applying actions, such as expectations, on the result of an executedSee static factory methods in | Interface | org.springframework.test.web.servlet | Spring MVC |
|
| ResultHandler | | Interface | org.springframework.test.web.servlet | Spring MVC |
|
| ResultMatcher | A ResultMatcher matches the result of an executed request againstSee static factory methods in | Interface | org.springframework.test.web.servlet | Spring MVC |
|
| ResultSetExtractor | Callback interface used by JdbcTemplate's query methods. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ResultSetSupportingSqlParameter | Common base class for ResultSet-supporting SqlParameters likeSqlOutParameter and SqlReturnResultSet. | Class | org.springframework.jdbc.core | Spring MVC |
|
| ResultSetWrappingSqlRowSet | The default implementation of Spring's SqlRowSet interface, wrapping aResultSet, catching any SQLExceptions and translating | Class | org.springframework.jdbc.support.rowset | Spring MVC |
|
| ResultSetWrappingSqlRowSetMetaData | The default implementation of Spring's SqlRowSetMetaData interface, wrappinga ResultSetMetaData instance, catching any SQLExceptions | Class | org.springframework.jdbc.support.rowset | Spring MVC |
|
| RmiBasedExporter | Convenient superclass for RMI-based remote exporters. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiClientInterceptor | MethodInterceptor for accessing conventionalRMI services or RMI invokers. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiClientInterceptorUtils | Factored-out methods for performing invocations within an RMI client. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiInvocationHandler | Interface for RMI invocation handlers instances on the server,wrapping exported services. | Interface | org.springframework.remoting.rmi | Spring MVC |
|
| RmiProxyFactoryBean | FactoryBean for RMI proxies, supporting both conventional RMI servicesand RMI invokers. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiRegistryFactoryBean | FactoryBean that locates a Registry andexposes it for bean references. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiServiceExporter | RMI exporter that exposes the specified service as RMI object with the specified name. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| Role | Indicates the 'role' hint for a given bean. | Class | org.springframework.context.annotation | Spring MVC |
|
| Rollback | @Rollback is a test annotation that is used to indicate whethera test-managed transaction should be rolled back after | Class | org.springframework.test.annotation | Spring MVC |
|
| RollbackRuleAttribute | Rule determining whether or not a given exception (and any subclasses)should cause a rollback. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| RootBeanDefinition | A root bean definition represents the merged bean definition that backsa specific bean in a Spring BeanFactory at runtime. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| RootClassFilter | Simple ClassFilter implementation that passes classes (and optionally subclasses)Author:Rod JohnsonSee Also:Serialized Form | Class | org.springframework.aop.support | Spring MVC |
|
| RowCallbackHandler | An interface used by JdbcTemplate for processing rows of aResultSet on a per-row basis. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| RowCountCallbackHandler | An instance can only be used once. | Class | org.springframework.jdbc.core | Spring MVC |
|
| RowMapper | An interface used by JdbcTemplate for mapping rows of aResultSet on a per-row basis. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| RowMapperResultSetExtractor | Adapter implementation of the ResultSetExtractor interface that delegatesto a RowMapper which is supposed to create an object for each row. | Class | org.springframework.jdbc.core | Spring MVC |
|
| RssChannelHttpMessageConverter | that can read and write RSS feeds. | Class | org.springframework.http.converter.feed | Spring MVC |
|
| RuleBasedTransactionAttribute | TransactionAttribute implementation that works out whether a given exceptionshould cause transaction rollback by applying a number of rollback rules, | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| RunAfterTestClassCallbacks | RunAfterTestClassCallbacks is a custom JUnit Statement which allowsthe Spring TestContext Framework to be plugged into the JUnit execution chain | Class | org.springframework.test.context.junit4.statements | Spring MVC |
|
| RunAfterTestMethodCallbacks | RunAfterTestMethodCallbacks is a custom JUnit Statement which allowsthe Spring TestContext Framework to be plugged into the JUnit execution chain | Class | org.springframework.test.context.junit4.statements | Spring MVC |
|
| RunBeforeTestClassCallbacks | RunBeforeTestClassCallbacks is a custom JUnit Statement which allowsthe Spring TestContext Framework to be plugged into the JUnit execution chain | Class | org.springframework.test.context.junit4.statements | Spring MVC |
|
| RunBeforeTestMethodCallbacks | RunBeforeTestMethodCallbacks is a custom JUnit Statement which allowsthe Spring TestContext Framework to be plugged into the JUnit execution chain | Class | org.springframework.test.context.junit4.statements | Spring MVC |
|
| RunPrepareTestInstanceCallbacks | RunPrepareTestInstanceCallbacks is a custom JUnit Statement whichallows the Spring TestContext Framework to be plugged into the JUnit | Class | org.springframework.test.context.junit4.statements | Spring MVC |
|
| RuntimeBeanNameReference | Immutable placeholder class used for a property value object when it's areference to another bean name in the factory, to be resolved at runtime. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| RuntimeBeanReference | Immutable placeholder class used for a property value object when it'sa reference to another bean in the factory, to be resolved at runtime. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| SavepointManager | Interface that specifies an API to programmatically manage transactionsavepoints in a generic fashion. | Interface | org.springframework.transaction | Spring MVC |
|
| SaxResourceUtils | Convenient utility methods for dealing with SAX. | Class | org.springframework.oxm.support | Spring MVC |
|
| ScannedGenericBeanDefinition | Extension of the GenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed | Class | org.springframework.context.annotation | Spring MVC |
|
| Scheduled | Annotation that marks a method to be scheduled. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| ScheduledAnnotationBeanPostProcessor | Bean post-processor that registers methods annotated with @Scheduledto be invoked by a TaskScheduler according | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| ScheduledExecutorFactoryBean | FactoryBean that sets upa ScheduledExecutorService | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| ScheduledExecutorTask | JavaBean that describes a scheduled executor task, consisting of theRunnable and a delay plus period. | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| ScheduledMethodRunnable | Variant of MethodInvokingRunnable meant to be used for processingof no-arg scheduled methods. | Class | org.springframework.scheduling.support | Spring MVC |
|
| ScheduledTaskRegistrar | Helper bean for registering tasks with a TaskScheduler, typically using cronAs of Spring 3. | Class | org.springframework.scheduling.config | Spring MVC |
|
| ScheduledTasksBeanDefinitionParser | Parser for the 'scheduled-tasks' element of the scheduling namespace. | Class | org.springframework.scheduling.config | Spring MVC |
|
| ScheduledTimerListener | JavaBean that describes a scheduled TimerListener, consisting ofthe TimerListener itself (or a Runnable to create a TimerListener for) | Class | org.springframework.scheduling.commonj | Spring MVC |
|
| SchedulerAccessor | Common base class for accessing a Quartz Scheduler, i. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| SchedulerAccessorBean | Spring bean-style class for accessing a Quartz Scheduler, i. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| SchedulerBeanDefinitionParser | Parser for the 'scheduler' element of the 'task' namespace. | Class | org.springframework.scheduling.config | Spring MVC |
|
| SchedulerContextAware | Callback interface to be implemented by Spring-managedQuartz artifacts that need access to the SchedulerContext | Interface | org.springframework.scheduling.quartz | Spring MVC |
|
| SchedulerFactoryBean | FactoryBean that creates and configures a Quartz Scheduler,manages its lifecycle as part of the Spring application context, and exposes the | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| Schedules | Container annotation that aggregates several Scheduled annotations. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| SchedulingAwareRunnable | Extension of the Runnable interface, adding special callbacksfor long-running operations. | Interface | org.springframework.scheduling | Spring MVC |
|
| SchedulingConfiguration | @Configuration class that registers a ScheduledAnnotationBeanPostProcessorbean capable of processing Spring's @Scheduled annotation. | Class | org.springframework.scheduling.annotation | Spring MVC |
|
| SchedulingConfigurer | Optional interface to be implemented by @Configuration classes annotatedwith @EnableScheduling. | Interface | org.springframework.scheduling.annotation | Spring MVC |
|
| SchedulingException | General exception to be thrown on scheduling failures,such as the scheduler already having shut down. | Class | org.springframework.scheduling | Spring MVC |
|
| SchedulingTaskExecutor | A TaskExecutor extension exposingscheduling characteristics that are relevant to potential task submitters. | Interface | org.springframework.scheduling | Spring MVC |
|
| Scope | Strategy interface used by a ConfigurableBeanFactory,representing a target scope to hold bean instances in. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| Scope | When used as a type-level annotation in conjunction with@Scope indicates the name of a scope to use for instances of | Class | org.springframework.context.annotation | Spring MVC |
|
| ScopedBeanInterceptor | Hibernate3 interceptor used for getting the proper entity name for scopedbeans. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| ScopedObject | An AOP introduction interface for scoped objects. | Interface | org.springframework.aop.scope | Spring MVC |
|
| ScopedProxyFactoryBean | Convenient proxy factory bean for scoped objects. | Class | org.springframework.aop.scope | Spring MVC |
|
| ScopedProxyMode | enum ScopedProxyModeEnumerates the various scoped-proxy options. | Class | org.springframework.context.annotation | Spring MVC |
|
| ScopedProxyUtils | Utility class for creating a scoped proxy. | Class | org.springframework.aop.scope | Spring MVC |
|
| ScopeMetadata | Describes scope characteristics for a Spring-managed bean including the scopename and the scoped-proxy behavior. | Class | org.springframework.context.annotation | Spring MVC |
|
| ScopeMetadataResolver | Strategy interface for resolving the scope of bean definitions. | Interface | org.springframework.context.annotation | Spring MVC |
|
| ScriptCompilationException | Exception to be thrown on script compilation failure. | Class | org.springframework.scripting | Spring MVC |
|
| ScriptEvaluator | Spring's strategy interface for evaluating a script. | Interface | org.springframework.scripting | Spring MVC |
|
| ScriptException | Root of the hierarchy of data access exceptions that are related to processingSince:4. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ScriptFactory | Script definition interface, encapsulating the configurationof a specific script as well as a factory method for | Interface | org.springframework.scripting | Spring MVC |
|
| ScriptFactoryPostProcessor | BeanPostProcessor thathandles ScriptFactory definitions, | Class | org.springframework.scripting.support | Spring MVC |
|
| ScriptingDefaultsParser | | Class | org.springframework.scripting.config | Spring MVC |
|
| ScriptParseException | Thrown by ScriptUtils if an SQL script cannot be properly parsed. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ScriptSource | Interface that defines the source of a script. | Interface | org.springframework.scripting | Spring MVC |
|
| ScriptStatementFailedException | Thrown by ScriptUtils if a statement in an SQL script failed whenexecuting it against the target database. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ScriptTemplateConfig | Interface to be implemented by objects that configure and manage aJSR-223 ScriptEngine for automatic lookup in a web environment. | Interface | org.springframework.web.servlet.view.script | Spring MVC |
|
| ScriptTemplateConfigurer | An implementation of Spring MVC's ScriptTemplateConfig for creatinga ScriptEngine for use in a web application. | Class | org.springframework.web.servlet.view.script | Spring MVC |
|
| ScriptTemplateConfigurerBeanDefinitionParser | Parse the MVC namespace element and register aScriptTemplateConfigurer bean. | Class | org.springframework.web.servlet.config | Spring MVC |
|
| ScriptTemplateView | An AbstractUrlBasedView subclass designed to run any template librarybased on a JSR-223 script engine. | Class | org.springframework.web.servlet.view.script | Spring MVC |
|
| ScriptTemplateViewResolver | Convenience subclass of UrlBasedViewResolver that supportsScriptTemplateView and custom subclasses of it. | Class | org.springframework.web.servlet.view.script | Spring MVC |
|
| ScriptUtils | Generic utility methods for working with SQL scripts. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| SecurityContextProvider | Provider of the security context of the code running inside the bean factory. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| Selection | Represents selection over a map or collection. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| SelectTag | Databinding-aware JSP tag that renders an HTML 'select'Inner 'option' tags can be rendered using one of the | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| SelfNaming | Interface that allows infrastructure components to provide their ownObjectNames to the MBeanExporter. | Interface | org.springframework.jmx.export.naming | Spring MVC |
|
| SendTo | Annotation that indicates a method's return value should be converted toa Message if necessary and sent to the specified destination. | Class | org.springframework.messaging.handler.annotation | Spring MVC |
|
| SendToMethodReturnValueHandler | A HandlerMethodReturnValueHandler for sending to destinations specified in aSendTo or SendToUser method-level annotations. | Class | org.springframework.messaging.simp.annotation.support | Spring MVC |
|
| SendToUser | Annotation that indicates that the return value of a message-handling methodshould be sent as a Message to the specified | Class | org.springframework.messaging.simp.annotation | Spring MVC |
|
| SerializationFailedException | Wrapper for the native IOException (or similar) when aDeserializer failed. | Class | org.springframework.core.serializer.support | Spring MVC |
|
| SerializationUtils | Static utilities for serialization and deserialization. | Class | org.springframework.util | Spring MVC |
|
| Serializer | A strategy interface for streaming an object to an OutputStream. | Interface | org.springframework.core.serializer | Spring MVC |
|
| SerializingConverter | A Converter that delegates to ato convert an object to a byte array. | Class | org.springframework.core.serializer.support | Spring MVC |
|
| ServerEndpointExporter | Detects beans of type ServerEndpointConfig and registerswith the standard Java WebSocket runtime. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| ServerEndpointRegistration | An implementation of ServerEndpointConfig for use inSpring applications. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| ServerHttpAsyncRequestControl | A control that can put the processing of an HTTP request in asynchronous mode duringwhich the response remains open until explicitly closed. | Interface | org.springframework.http.server | Spring MVC |
|
| ServerHttpRequest | Represents a server-side HTTP request. | Interface | org.springframework.http.server | Spring MVC |
|
| ServerHttpResponse | Represents a server-side HTTP response. | Interface | org.springframework.http.server | Spring MVC |
|
| Service | Indicates that an annotated class is a Service, originally defined by Domain-DrivenDesign (Evans, 2003) as an operation offered as an interface that stands alone in the | Class | org.springframework.stereotype | Spring MVC |
|
| ServiceFactoryBean | FactoryBean that exposes the'primary' service for the configured service class, obtained through | Class | org.springframework.beans.factory.serviceloader | Spring MVC |
|
| ServiceListFactoryBean | FactoryBean that exposes allservices for the configured service class, represented as a List of service objects, | Class | org.springframework.beans.factory.serviceloader | Spring MVC |
|
| ServiceLoaderFactoryBean | FactoryBean that exposes theJDK 1. | Class | org.springframework.beans.factory.serviceloader | Spring MVC |
|
| ServiceLocatorFactoryBean | A FactoryBean implementation that takes an interface which must have one or moremethods with the signatures MyType xxx() or MyType xxx(MyIdType id) | Class | org.springframework.beans.factory.config | Spring MVC |
|
| ServletConfigAware | Interface to be implemented by any object that wishes to be notified of theServletConfig (typically determined by the WebApplicationContext) | Interface | org.springframework.web.context | Spring MVC |
|
| ServletConfigPropertySource | PropertySource that reads init parameters from a ServletConfig object. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextAttributeExporter | Exporter that takes Spring-defined objects and exposes them asServletContext attributes. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextAttributeFactoryBean | FactoryBean that fetches a specific, existing ServletContext attribute. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextAware | Interface to be implemented by any object that wishes to be notified of theServletContext (typically determined by the WebApplicationContext) | Interface | org.springframework.web.context | Spring MVC |
|
| ServletContextAwareProcessor | the ServletContextAware interface. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextLiveBeansView | LiveBeansView subclass which looks for all ApplicationContextsin the web application, as exposed in ServletContext attributes. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextParameterFactoryBean | FactoryBean that retrieves a specific ServletContext init parameter(that is, a context-param defined in web. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextPropertySource | PropertySource that reads init parameters from a ServletContext object. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextPropertyUtils | Helper class for resolving placeholders in texts. | Class | org.springframework.web.util | Spring MVC |
|
| ServletContextRequestLoggingFilter | Simple request logging filter that writes the request URI(and optionally the query string) to the ServletContext log. | Class | org.springframework.web.filter | Spring MVC |
|
| ServletContextResource | Resource implementation forServletContext resources, interpreting | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextResourceLoader | ResourceLoader implementation that resolves paths as ServletContextresources, for use outside a WebApplicationContext (for example, | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextResourcePatternResolver | ServletContext-aware subclass of PathMatchingResourcePatternResolver,able to find matching resources below the web application root directory | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextScope | Scope wrapper for a ServletContext, i. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletCookieValueMethodArgumentResolver | An AbstractCookieValueMethodArgumentResolverthat resolves cookie values from an HttpServletRequest. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ServletForwardingController | Spring Controller implementation that forwards to a named servlet,i. | Class | org.springframework.web.servlet.mvc | Spring MVC |
|
| ServletInvocableHandlerMethod | values through a registered HandlerMethodReturnValueHandler andalso supports setting the response status based on a method-level | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ServletModelAttributeMethodProcessor | A Servlet-specific ModelAttributeMethodProcessor that applies databinding through a WebDataBinder of type ServletRequestDataBinder. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ServletPathExtensionContentNegotiationStrategy | ServletContext. | Class | org.springframework.web.accept | Spring MVC |
|
| ServletRequestAttributes | Servlet-based implementation of the RequestAttributes interface. | Class | org.springframework.web.context.request | Spring MVC |
|
| ServletRequestBindingException | Fatal binding exception, thrown when we want totreat binding exceptions as unrecoverable. | Class | org.springframework.web.bind | Spring MVC |
|
| ServletRequestDataBinder | Special DataBinder to perform data bindingfrom servlet request parameters to JavaBeans, including support for multipart files. | Class | org.springframework.web.bind | Spring MVC |
|
| ServletRequestDataBinderFactory | Creates a ServletRequestDataBinder. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ServletRequestHandledEvent | Servlet-specific subclass of RequestHandledEvent,adding servlet-specific context information. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletRequestMethodArgumentResolver | Resolves request-related method argument values of the following types:TimeZone (as of Spring 4. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ServletRequestParameterPropertyValues | PropertyValues implementation created from parameters in a ServletRequest. | Class | org.springframework.web.bind | Spring MVC |
|
| ServletRequestUtils | Parameter extraction methods, for an approach distinct from data binding,in which parameters of specific types are required. | Class | org.springframework.web.bind | Spring MVC |
|
| ServletResponseMethodArgumentResolver | Resolves response-related method argument values of types:Since:3. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ServletServerContainerFactoryBean | A FactoryBean for configuring ServerContainer. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| ServletServerHttpAsyncRequestControl | A ServerHttpAsyncRequestControl to use on Servlet containers (Servlet 3. | Class | org.springframework.http.server | Spring MVC |
|
| ServletServerHttpRequest | ServerHttpRequest implementation that is based on a HttpServletRequest. | Class | org.springframework.http.server | Spring MVC |
|
| ServletServerHttpResponse | ServerHttpResponse implementation that is based on a HttpServletResponse. | Class | org.springframework.http.server | Spring MVC |
|
| ServletTestExecutionListener | TestExecutionListener which provides mock Servlet API support toWebApplicationContexts loaded by the Spring | Class | org.springframework.test.context.web | Spring MVC |
|
| ServletUriComponentsBuilder | A UriComponentsBuilder that extracts information from the HttpServletRequest. | Class | org.springframework.web.servlet.support | Spring MVC |
|
| ServletWebArgumentResolverAdapter | A Servlet-specific AbstractWebArgumentResolverAdapter that creates aNativeWebRequest from ServletRequestAttributes. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ServletWebRequest | WebRequest adapter for an HttpServletRequest. | Class | org.springframework.web.context.request | Spring MVC |
|
| ServletWebSocketHandlerRegistration | A helper class for configuring WebSocketHandler request handlingincluding SockJS fallback options. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| ServletWebSocketHandlerRegistry | A WebSocketHandlerRegistry that maps WebSocketHandlers to URLs for usein a Servlet container. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| ServletWrappingController | Spring Controller implementation that wraps a servlet instance which it managesinternally. | Class | org.springframework.web.servlet.mvc | Spring MVC |
|
| ServletWrappingPortletContext | Mock implementation of the PortletContext interface,wrapping an underlying ServletContext. | Class | org.springframework.mock.web.portlet | Spring MVC |
|
| SessionAttributes | Annotation that indicates the session attributes that a specific handler uses. | Class | org.springframework.web.bind.annotation | Spring MVC |
|
| SessionAttributesHandler | Manages controller-specific session attributes declared via@SessionAttributes. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| SessionAttributeStore | Strategy interface for storing model attributes in a backend session. | Interface | org.springframework.web.bind.support | Spring MVC |
|
| SessionAwareMessageListener | Variant of the standard JMS MessageListener interface,offering not only the received Message but also the underlying | Interface | org.springframework.jms.listener | Spring MVC |
|
| SessionCallback | Callback for executing any number of operations on a providedTo be used with the JmsTemplate. | Interface | org.springframework.jms.core | Spring MVC |
|
| SessionConnectedEvent | A connected event represents the server response to a client's connect request. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SessionConnectEvent | Event raised when a new WebSocket client using a Simple Messaging Protocol(e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SessionDisconnectEvent | Event raised when the session of a WebSocket client using a Simple MessagingProtocol (e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SessionFactoryUtils | Helper class featuring methods for Hibernate Session handling,allowing for reuse of Hibernate Session instances within transactions. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| SessionFactoryUtils | Helper class featuring methods for Hibernate Session handling. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SessionFactoryUtils | Helper class featuring methods for Hibernate Session handling. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SessionFlashMapManager | Store and retrieve FlashMap instances to and from the HTTP session. | Class | org.springframework.web.servlet.support | Spring MVC |
|
| SessionHolder | Session holder, wrapping a Hibernate Session and a Hibernate Transaction. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| SessionHolder | Session holder, wrapping a Hibernate Session and a Hibernate Transaction. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SessionHolder | Session holder, wrapping a Hibernate Session and a Hibernate Transaction. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SessionLimitExceededException | Raised when a WebSocket session has exceeded limits it has been configuredfor, e. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| SessionLocaleResolver | LocaleResolver implementation thatuses a locale attribute in the user's session in case of a custom setting, | Class | org.springframework.web.servlet.i18n | Spring MVC |
|
| SessionProxy | Subinterface of Session to be implemented bySession proxies. | Interface | org.springframework.jms.connection | Spring MVC |
|
| SessionScope | Session-backed ScopeRelies on a thread-bound RequestAttributes instance, which | Class | org.springframework.web.context.request | Spring MVC |
|
| SessionStatus | Simple interface that can be injected into handler methods, allowing them tosignal that their session processing is complete. | Interface | org.springframework.web.bind.support | Spring MVC |
|
| SessionStatusMethodArgumentResolver | Resolves a SessionStatus argument by obtaining it fromthe ModelAndViewContainer. | Class | org.springframework.web.method.annotation | Spring MVC |
|
| SessionSubscribeEvent | Event raised when a new WebSocket client using a Simple Messaging Protocol(e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SessionThemeResolver | ThemeResolver implementation thatuses a theme attribute in the user's session in case of a custom setting, | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| SessionUnsubscribeEvent | Event raised when a new WebSocket client using a Simple Messaging Protocol(e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SetFactoryBean | Simple factory for shared Set instances. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| SettableListenableFuture | whose value can be set via set(Object) orsetException(Throwable). | Class | org.springframework.util.concurrent | Spring MVC |
|
| ShadowingClassLoader | ClassLoader decorator that shadows an enclosing ClassLoader,applying registered transformers to all affected classes. | Class | org.springframework.instrument.classloading | Spring MVC |
|
| ShallowEtagHeaderFilter | Filter that generates an ETag value based on thecontent on the response. | Class | org.springframework.web.filter | Spring MVC |
|
| SharedEntityManagerBean | FactoryBean that exposes a shared JPA EntityManagerreference for a given EntityManagerFactory. | Class | org.springframework.orm.jpa.support | Spring MVC |
|
| SharedEntityManagerCreator | Delegate for creating a shareable JPA EntityManagerreference for a given EntityManagerFactory. | Class | org.springframework.orm.jpa | Spring MVC |
|
| SimpAnnotationMethodMessageHandler | A handler for messages delegating to @MessageMappingand @SubscribeMapping annotated methods. | Class | org.springframework.messaging.simp.annotation.support | Spring MVC |
|
| SimpAttributes | A wrapper class for access to attributes associated with a SiMP session(e. | Class | org.springframework.messaging.simp | Spring MVC |
|
| SimpAttributesContextHolder | Holder class to expose SiMP attributes associated with a session (e. | Class | org.springframework.messaging.simp | Spring MVC |
|
| SimpleAliasRegistry | Simple implementation of the AliasRegistry interface. | Class | org.springframework.core | Spring MVC |
|
| SimpleApplicationEventMulticaster | Simple implementation of the ApplicationEventMulticaster interface. | Class | org.springframework.context.event | Spring MVC |
|
| SimpleAspectInstanceFactory | of the specified aspect class for every getAspectInstance() call. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| SimpleAsyncTaskExecutor | TaskExecutor implementation that fires up a new Thread for each task,executing it asynchronously. | Class | org.springframework.core.task | Spring MVC |
|
| SimpleAsyncUncaughtExceptionHandler | A default AsyncUncaughtExceptionHandler that simply logs the exception. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| SimpleAutowireCandidateResolver | AutowireCandidateResolver implementation to use when no annotationsupport is available. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| SimpleBeanDefinitionRegistry | Simple implementation of the BeanDefinitionRegistry interface. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| SimpleBeanFactoryAwareAspectInstanceFactory | BeanFactory using a configured bean name. | Class | org.springframework.aop.config | Spring MVC |
|
| SimpleBeanTargetSource | Simple TargetSource implementation,freshly obtaining the specified target bean from its containing | Class | org.springframework.aop.target | Spring MVC |
|
| SimpleBootstrapContext | Simple implementation of the JCA 1. | Class | org.springframework.jca.support | Spring MVC |
|
| SimpleBrokerMessageHandler | A simple message broker that recognizes the message types defined inSimpMessageType, keeps track of subscriptions with the help of a | Class | org.springframework.messaging.simp.broker | Spring MVC |
|
| SimpleBrokerRegistration | Registration class for configuring a SimpleBrokerMessageHandler. | Class | org.springframework.messaging.simp.config | Spring MVC |
|
| SimpleBurlapServiceExporter | HTTP request handler that exports the specified service bean asBurlap service endpoint, accessible via a Burlap proxy. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| SimpleCacheErrorHandler | A simple CacheErrorHandler that does not handle theexception at all, simply throwing it back at the client. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| SimpleCacheManager | Simple cache manager working against a given collection of caches. | Class | org.springframework.cache.support | Spring MVC |
|
| SimpleCacheResolver | A simple CacheResolver that resolves the Cache instance(s)based on a configurable CacheManager and the name of the | Class | org.springframework.cache.interceptor | Spring MVC |
|
| SimpleClientHttpRequestFactory | ClientHttpRequestFactory implementation that uses standard JDK facilities. | Class | org.springframework.http.client | Spring MVC |
|
| SimpleCommandLinePropertySource | CommandLinePropertySource implementation backed by a simple String array. | Class | org.springframework.core.env | Spring MVC |
|
| SimpleConnectionHandle | Simple implementation of the ConnectionHandle interface,containing a given JDBC Connection. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| SimpleConstructorNamespaceHandler | Simple NamespaceHandler implementation that maps customattributes directly through to bean properties. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| SimpleControllerHandlerAdapter | Adapter to use the Controller workflow interface with the generic DispatcherPortlet. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| SimpleControllerHandlerAdapter | Adapter to use the plain Controller workflow interface withthe generic DispatcherServlet. | Class | org.springframework.web.servlet.mvc | Spring MVC |
|
| SimpleDriverDataSource | Simple implementation of the standard JDBC DataSource interface,configuring a plain old JDBC Driver via bean properties, and | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| SimpleExceptionCacheResolver | A simple CacheResolver that resolves the exception cachebased on a configurable CacheManager and the name of the | Class | org.springframework.cache.jcache.interceptor | Spring MVC |
|
| SimpleHessianServiceExporter | HTTP request handler that exports the specified service bean asHessian service endpoint, accessible via a Hessian proxy. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| SimpleHttpInvokerRequestExecutor | HttpInvokerRequestExecutor implementation that uses standard J2SE facilitiesto execute POST requests, without support for HTTP authentication or | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| SimpleHttpInvokerServiceExporter | HTTP request handler that exports the specified service bean asHTTP invoker service endpoint, accessible via an HTTP invoker proxy. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| SimpleHttpServerFactoryBean | FactoryBean that creates a simpleHTTP server, based on the HTTP server that is included in Sun's JRE 1. | Class | org.springframework.remoting.support | Spring MVC |
|
| SimpleHttpServerJaxWsServiceExporter | Simple exporter for JAX-WS services, autodetecting annotated service beans(through the JAX-WS WebService annotation) and exporting | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| SimpleIdGenerator | A simple IdGenerator that starts at 1 and increments by 1 with each call. | Class | org.springframework.util | Spring MVC |
|
| SimpleInstantiationStrategy | Simple object instantiation strategy for use in a BeanFactory. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| SimpleInstrumentableClassLoader | Simplistic implementation of an instrumentable ClassLoader. | Class | org.springframework.instrument.classloading | Spring MVC |
|
| SimpleJaxWsServiceExporter | Simple exporter for JAX-WS services, autodetecting annotated service beans(through the JAX-WS WebService annotation) and exporting | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| SimpleJdbcCall | A SimpleJdbcCall is a multi-threaded, reusable object representing a callto a stored procedure or a stored function. | Class | org.springframework.jdbc.core.simple | Spring MVC |
|
| SimpleJdbcCallOperations | Interface specifying the API for a Simple JDBC Call implemented by SimpleJdbcCall. | Interface | org.springframework.jdbc.core.simple | Spring MVC |
|
| SimpleJdbcInsert | A SimpleJdbcInsert is a multi-threaded, reusable object providing easy insertcapabilities for a table. | Class | org.springframework.jdbc.core.simple | Spring MVC |
|
| SimpleJdbcInsertOperations | Interface specifying the API for a Simple JDBC Insert implemented by SimpleJdbcInsert. | Interface | org.springframework.jdbc.core.simple | Spring MVC |
|
| SimpleJmsHeaderMapper | Simple implementation of JmsHeaderMapper. | Class | org.springframework.jms.support | Spring MVC |
|
| SimpleJmsListenerContainerFactory | A JmsListenerContainerFactory implementation to build astandard SimpleMessageListenerContainer. | Class | org.springframework.jms.config | Spring MVC |
|
| SimpleJmsListenerEndpoint | A JmsListenerEndpoint simply providing the MessageListener toinvoke to process an incoming message for this endpoint. | Class | org.springframework.jms.config | Spring MVC |
|
| SimpleJndiBeanFactory | Simple JNDI-based implementation of Spring'sBeanFactory interface. | Class | org.springframework.jndi.support | Spring MVC |
|
| SimpleKey | A simple key as returned from the SimpleKeyGenerator. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| SimpleKeyGenerator | Simple key generator. | Class | org.springframework.cache.interceptor | Spring MVC |
|
| SimpleLoadTimeWeaver | LoadTimeWeaver that builds and exposes aSimpleInstrumentableClassLoader. | Class | org.springframework.instrument.classloading | Spring MVC |
|
| SimpleLocaleContext | Simple implementation of the LocaleContext interface,always returning a specified Locale. | Class | org.springframework.context.i18n | Spring MVC |
|
| SimpleMailMessage | Models a simple mail message, including data such as the from, to, cc, subject, and text fields. | Class | org.springframework.mail | Spring MVC |
|
| SimpleMappingExceptionResolver | HandlerExceptionResolver implementationthat allows for mapping exception class names to view names, either for a | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| SimpleMappingExceptionResolver | HandlerExceptionResolver implementationthat allows for mapping exception class names to view names, either for a set of | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| SimpleMessageConverter | A simple message converter which is able to handle TextMessages, BytesMessages,MapMessages, and ObjectMessages. | Class | org.springframework.jms.support.converter | Spring MVC |
|
| SimpleMessageConverter | A simple converter that simply unwraps the message payload as long as it matches theexpected target class. | Class | org.springframework.messaging.converter | Spring MVC |
|
| SimpleMessageListenerContainer | Message listener container that uses the plain JMS client API'sMessageConsumer. | Class | org.springframework.jms.listener | Spring MVC |
|
| SimpleMetadataAwareAspectInstanceFactory | creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory. | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| SimpleMetadataReaderFactory | Simple implementation of the MetadataReaderFactory interface,creating a new ASM ClassReader for every request. | Class | org.springframework.core.type.classreading | Spring MVC |
|
| SimpleNamespaceContext | Simple javax. | Class | org.springframework.util.xml | Spring MVC |
|
| SimpleNamingContext | Simple implementation of a JNDI naming context. | Class | org.springframework.mock.jndi | Spring MVC |
|
| SimpleNamingContextBuilder | Simple implementation of a JNDI naming context builder. | Class | org.springframework.mock.jndi | Spring MVC |
|
| SimpleNativeJdbcExtractor | A simple implementation of the NativeJdbcExtractor interface. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| SimplePortletHandlerAdapter | Adapter to use the Portlet interface with the generic DispatcherPortlet. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| SimplePortletPostProcessor | Bean post-processor that applies initialization and destruction callbacksto beans that implement the Portlet interface. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| SimplePropertyNamespaceHandler | Simple NamespaceHandler implementation that maps custom attributesdirectly through to bean properties. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| SimpleRecordOperation | EIS operation object that accepts a passed-in CCI input Recordand returns a corresponding CCI output Record. | Class | org.springframework.jca.cci.object | Spring MVC |
|
| SimpleReflectiveMBeanInfoAssembler | Simple subclass of AbstractReflectiveMBeanInfoAssemblerthat always votes yes for method and property inclusion, effectively exposing | Class | org.springframework.jmx.export.assembler | Spring MVC |
|
| SimpleRemoteSlsbInvokerInterceptor | Basic invoker for a remote Stateless Session Bean. | Class | org.springframework.ejb.access | Spring MVC |
|
| SimpleRemoteStatelessSessionProxyFactoryBean | Convenient FactoryBean for remote SLSB proxies. | Class | org.springframework.ejb.access | Spring MVC |
|
| SimpleSaxErrorHandler | Simple org. | Class | org.springframework.util.xml | Spring MVC |
|
| SimpleSecurityContextProvider | Simple SecurityContextProvider implementation. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| SimpleServletHandlerAdapter | Adapter to use the Servlet interface with the generic DispatcherServlet. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| SimpleServletPostProcessor | that applies initialization and destruction callbacks to beans thatAfter initialization of the bean instance, the Servlet init | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| SimpleSessionStatus | Simple implementation of the SessionStatus interface,keeping the complete flag as an instance variable. | Class | org.springframework.web.bind.support | Spring MVC |
|
| SimpleSpringBeanELResolver | Simple concrete variant of SpringBeanELResolver, delegatingto a given BeanFactory that the resolver was constructed with. | Class | org.springframework.beans.factory.access.el | Spring MVC |
|
| SimpleSpringPreparerFactory | Tiles2 PreparerFactory implementationthat expects preparer class names and builds preparer instances for those, | Class | org.springframework.web.servlet.view.tiles2 | Spring MVC |
|
| SimpleSpringPreparerFactory | Tiles3 PreparerFactory implementationthat expects preparer class names and builds preparer instances for those, | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
|
| SimpleTaskWorkManager | Simple JCA 1. | Class | org.springframework.jca.work | Spring MVC |
|
| SimpleTheme | Default Theme implementation, wrapping a name and anunderlying MessageSource. | Class | org.springframework.ui.context.support | Spring MVC |
|
| SimpleThreadPoolTaskExecutor | Subclass of Quartz's SimpleThreadPool that implements Spring'sTaskExecutor interface | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| SimpleThreadScope | A simple thread-backed Scope implementation. | Class | org.springframework.context.support | Spring MVC |
|
| SimpleThrowawayClassLoader | ClassLoader that can be used to load classes without bringing theminto the parent loader. | Class | org.springframework.instrument.classloading | Spring MVC |
|
| SimpleTimeZoneAwareLocaleContext | Simple implementation of the TimeZoneAwareLocaleContext interface,always returning a specified Locale and TimeZone. | Class | org.springframework.context.i18n | Spring MVC |
|
| SimpleTraceInterceptor | Simple AOP Alliance MethodInterceptor that can be introducedin a chain to display verbose trace information about intercepted method | Class | org.springframework.aop.interceptor | Spring MVC |
|
| SimpleTransactionFactory | Default implementation of the TransactionFactory strategy interface,simply wrapping a standard JTA TransactionManager. | Class | org.springframework.transaction.jta | Spring MVC |
|
| SimpleTransactionScope | A simple transaction-backed Scope implementation, delegating toTransactionSynchronizationManager's resource binding mechanism. | Class | org.springframework.transaction.support | Spring MVC |
|
| SimpleTransactionStatus | A simple TransactionStatusDerives from AbstractTransactionStatus and adds an explicit | Class | org.springframework.transaction.support | Spring MVC |
|
| SimpleTransformErrorListener | Simple javax. | Class | org.springframework.util.xml | Spring MVC |
|
| SimpleTriggerContext | Simple data holder implementation of the TriggerContext interface. | Class | org.springframework.scheduling.support | Spring MVC |
|
| SimpleTriggerFactoryBean | A Spring FactoryBean for creating a Quartz SimpleTriggerinstance, supporting bean-style usage for trigger configuration. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| SimpleTypeConverter | Simple implementation of the TypeConverter interface that does not operate ona specific target object. | Class | org.springframework.beans | Spring MVC |
|
| SimpleUrlHandlerMapping | interface to map from URLs to request handler beans. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| SimpleValueWrapper | Straightforward implementation of Cache. | Class | org.springframework.cache.support | Spring MVC |
|
| SimpMessageHeaderAccessor | A base class for working with message headers in simple messaging protocols thatsupport basic messaging patterns. | Class | org.springframework.messaging.simp | Spring MVC |
|
| SimpMessageMappingInfo | Encapsulates the following request mapping conditions:SimpMessageTypeMessageCondition | Class | org.springframework.messaging.simp | Spring MVC |
|
| SimpMessageSendingOperations | A specialization of MessageSendingOperations with methods for use withthe Spring Framework support for Simple Messaging Protocols (like STOMP). | Interface | org.springframework.messaging.simp | Spring MVC |
|
| SimpMessageType | enum SimpMessageTypeA generic representation of different kinds of messages found in simple messaging | Class | org.springframework.messaging.simp | Spring MVC |
|
| SimpMessageTypeMessageCondition | A message condition that checks the message type. | Class | org.springframework.messaging.simp | Spring MVC |
|
| SimpMessagingTemplate | An implementation ofSimpMessageSendingOperations. | Class | org.springframework.messaging.simp | Spring MVC |
|
| SimpSession | Represents a session of connected user. | Interface | org.springframework.messaging.simp.user | Spring MVC |
|
| SimpSessionScope | A Scope implementation exposing the attributes of a SiMP session(e. | Class | org.springframework.messaging.simp | Spring MVC |
|
| SimpSubscription | Represents a subscription within a user session. | Interface | org.springframework.messaging.simp.user | Spring MVC |
|
| SimpSubscriptionMatcher | A strategy for matching subscriptions. | Interface | org.springframework.messaging.simp.user | Spring MVC |
|
| SimpUser | Represents a connected user. | Interface | org.springframework.messaging.simp.user | Spring MVC |
|
| SimpUserRegistry | A registry of currently connected users. | Interface | org.springframework.messaging.simp.user | Spring MVC |
|
| SingleColumnRowMapper | RowMapper implementation that converts a single column into a singleresult value per row. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SingleConnectionDataSource | which is not closed after use. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| SingleConnectionFactory | A CCI ConnectionFactory adapter that returns the same Connection on allgetConnection calls, and ignores calls to | Class | org.springframework.jca.cci.connection | Spring MVC |
|
| SingleConnectionFactory | A JMS ConnectionFactory adapter that returns the same Connectionfrom all createConnection() calls, and ignores calls to | Class | org.springframework.jms.connection | Spring MVC |
|
| SingleDataSourceLookup | An implementation of the DataSourceLookup that simply wraps asingle given DataSource, returned for any data source name. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| SingletonAspectInstanceFactory | specified singleton object, returning the same instance for everygetAspectInstance() call. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| SingletonBeanFactoryLocator | Keyed-singleton implementation of BeanFactoryLocator,which accesses shared Spring BeanFactory instances. | Class | org.springframework.beans.factory.access | Spring MVC |
|
| SingletonBeanRegistry | Interface that defines a registry for shared bean instances. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| SingletonMetadataAwareAspectInstanceFactory | by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory. | Class | org.springframework.aop.aspectj.annotation | Spring MVC |
|
| SingletonTargetSource | that holds a given object. | Class | org.springframework.aop.target | Spring MVC |
|
| SmartApplicationListener | exposing further metadata such as the supported event type. | Interface | org.springframework.context.event | Spring MVC |
|
| SmartClassLoader | Interface to be implemented by a reloading-aware ClassLoader(e. | Interface | org.springframework.core | Spring MVC |
|
| SmartConnectionFactory | Extension of the javax. | Interface | org.springframework.jms.connection | Spring MVC |
|
| SmartContextLoader | Strategy interface for loading an application contextfor an integration test managed by the Spring TestContext Framework. | Interface | org.springframework.test.context | Spring MVC |
|
| SmartDataSource | Extension of the javax. | Interface | org.springframework.jdbc.datasource | Spring MVC |
|
| SmartFactoryBean | Extension of the FactoryBean interface. | Interface | org.springframework.beans.factory | Spring MVC |
|
| SmartInitializingSingleton | Callback interface triggered at the end of the singleton pre-instantiation phaseduring BeanFactory bootstrap. | Interface | org.springframework.beans.factory | Spring MVC |
|
| SmartInstantiationAwareBeanPostProcessor | Extension of the InstantiationAwareBeanPostProcessor interface,adding a callback for predicting the eventual type of a processed bean. | Interface | org.springframework.beans.factory.config | Spring MVC |
|
| SmartLifecycle | An extension of the Lifecycle interface for those objects that require tobe started upon ApplicationContext refresh and/or shutdown in a particular order. | Interface | org.springframework.context | Spring MVC |
|
| SmartMessageConverter | An extended MessageConverter SPI with conversion hint support. | Interface | org.springframework.messaging.converter | Spring MVC |
|
| SmartPersistenceUnitInfo | Extension of the standard JPA PersistenceUnitInfo interface, for advanced collaborationbetween Spring's LocalContainerEntityManagerFactoryBean | Interface | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| SmartRequestBuilder | RequestPostProcessorsas a separate step from the RequestBuilder. | Interface | org.springframework.test.web.servlet | Spring MVC |
|
| SmartTransactionObject | Interface to be implemented by transaction objects that are able toreturn an internal rollback-only marker, typically from a another | Interface | org.springframework.transaction.support | Spring MVC |
|
| SmartValidator | | Interface | org.springframework.validation | Spring MVC |
|
| SmartView | Provides additional information about a View such as whether itSince:3. | Interface | org.springframework.web.servlet | Spring MVC |
|
| SoapFaultException | RemoteInvocationFailureException subclass that provides the detailsSince:2. | Class | org.springframework.remoting.soap | Spring MVC |
|
| SocketUtils | | Class | org.springframework.util | Spring MVC |
|
| SockJsClient | A SockJS implementation ofwith fallback alternatives that simulate a WebSocket interaction through plain | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| SockJsException | Base class for exceptions raised while processing SockJS HTTP requests. | Class | org.springframework.web.socket.sockjs | Spring MVC |
|
| SockJsFrame | Represents a SockJS frame. | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| SockJsFrameFormat | Applies a transport-specific format to the content of a SockJS frame resultingin a content that can be written out. | Interface | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| SockJsFrameType | enum SockJsFrameTypeSince:4. | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| SockJsHttpRequestHandler | An HttpRequestHandler that allows mapping a SockJsService to requestsin a Servlet container. | Class | org.springframework.web.socket.sockjs.support | Spring MVC |
|
| SockJsMessageCodec | Encode and decode messages to and from a SockJS message frame,essentially an array of JSON-encoded messages. | Interface | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| SockJsMessageDeliveryException | An exception thrown when a message frame was successfully received over an HTTP POSTand parsed but one or more of the messages it contained could not be delivered to the | Class | org.springframework.web.socket.sockjs | Spring MVC |
|
| SockJsService | The main entry point for processing HTTP requests from SockJS clients. | Interface | org.springframework.web.socket.sockjs | Spring MVC |
|
| SockJsServiceConfig | Provides transport handling code with access to the SockJsService configurationoptions they need to have access to. | Interface | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| SockJsServiceRegistration | A helper class for configuring SockJS fallback options, typically used indirectly, inconjunction with @EnableWebSocket and | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| SockJsSession | SockJS extension of Spring's standard WebSocketSession. | Interface | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| SockJsSessionFactory | A factory for creating a SockJS session. | Interface | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| SockJsTransportFailureException | Indicates a serious failure that occurred in the SockJS implementation as opposed toin user code (e. | Class | org.springframework.web.socket.sockjs | Spring MVC |
|
| SockJsUrlInfo | Container for the base URL of a SockJS endpoint with additional helper methodsto derive related SockJS URLs as the info URL and | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| SockJsWebSocketHandler | An implementation of WebSocketHandler that adds SockJS messages frames, sendsSockJS heartbeat messages, and delegates lifecycle events and messages to a target | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| SortDefinition | Definition for sorting bean instances by a property. | Interface | org.springframework.beans.support | Spring MVC |
|
| SortedResourcesFactoryBean | FactoryBean implementation that takes a list of location Stringsand creates a sorted array of Resource instances. | Class | org.springframework.jdbc.config | Spring MVC |
|
| SourceExtractor | Simple strategy allowing tools to control how source metadata is attachedto the bean definition metadata. | Interface | org.springframework.beans.factory.parsing | Spring MVC |
|
| SourceFilteringListener | ApplicationListener decorator that filtersevents from a specified event source, invoking its delegate listener for | Class | org.springframework.context.event | Spring MVC |
|
| SourceHttpMessageConverter | that can read and write Source objects. | Class | org.springframework.http.converter.xml | Spring MVC |
|
| SpelCompiler | A SpelCompiler will take a regular parsed expression and create (and load) a classcontaining byte code that does the same thing as that expression. | Class | org.springframework.expression.spel.standard | Spring MVC |
|
| SpelCompilerMode | enum SpelCompilerModeCaptures the possible configuration settings for a compiler that can be | Class | org.springframework.expression.spel | Spring MVC |
|
| SpelEvaluationException | Root exception for Spring EL related exceptions. | Class | org.springframework.expression.spel | Spring MVC |
|
| SpelExpression | A SpelExpression represents a parsed (valid) expression that is ready to beevaluated in a specified context. | Class | org.springframework.expression.spel.standard | Spring MVC |
|
| SpelExpressionParser | SpEL parser. | Class | org.springframework.expression.spel.standard | Spring MVC |
|
| SpelMessage | Contains all the messages that can be produced by the Spring Expression Language. | Class | org.springframework.expression.spel | Spring MVC |
|
| SpelNode | Represents a node in the Ast for a parsed expression. | Interface | org.springframework.expression.spel | Spring MVC |
|
| SpelNodeImpl | The common supertype of all AST nodes in a parsed Spring Expression LanguageSince:3. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| SpelParseException | Root exception for Spring EL related exceptions. | Class | org.springframework.expression.spel | Spring MVC |
|
| SpelParserConfiguration | Configuration object for the SpEL expression parser. | Class | org.springframework.expression.spel | Spring MVC |
|
| SpringAsmInfo | Utility class exposing constants related to Spring's internal repackagingof the ASM bytecode manipulation library (currently based on version 5. | Class | org.springframework.asm | Spring MVC |
|
| SpringBeanAutowiringInterceptor | EJB3-compliant interceptor class that injects Spring beans intofields and methods which are annotated with @Autowired. | Class | org.springframework.ejb.interceptor | Spring MVC |
|
| SpringBeanAutowiringSupport | Convenient base class for self-autowiring classes that gets constructedwithin a Spring-based web application. | Class | org.springframework.web.context.support | Spring MVC |
|
| SpringBeanELResolver | Unified EL ELResolver that delegates to a Spring BeanFactory,resolving name references to Spring-defined beans. | Class | org.springframework.beans.factory.access.el | Spring MVC |
|
| SpringBeanFacesELResolver | JSF ELResolver that delegates to the Spring root WebApplicationContext,resolving name references to Spring-defined beans. | Class | org.springframework.web.jsf.el | Spring MVC |
|
| SpringBeanJobFactory | Subclass of AdaptableJobFactory that also supports Spring-styledependency injection on bean properties. | Class | org.springframework.scheduling.quartz | Spring MVC |
|
| SpringBeanPreparerFactory | Tiles2 PreparerFactory implementationthat expects preparer bean names and obtains preparer beans from the | Class | org.springframework.web.servlet.view.tiles2 | Spring MVC |
|
| SpringBeanPreparerFactory | Tiles3 PreparerFactory implementationthat expects preparer bean names and obtains preparer beans from the | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
|
| SpringCacheAnnotationParser | Strategy implementation for parsing Spring's Caching, Cacheable,CacheEvict, and CachePut annotations. | Class | org.springframework.cache.annotation | Spring MVC |
|
| SpringCglibInfo | Empty class used to ensure that the org. | Class | org.springframework.cglib | Spring MVC |
|
| SpringClassRule | SpringClassRule is a custom JUnit TestRule that supportsclass-level features of the Spring TestContext Framework | Class | org.springframework.test.context.junit4.rules | Spring MVC |
|
| SpringConfigurator | A ServerEndpointConfig. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| SpringConfiguredConfiguration | @Configuration class that registers an AnnotationBeanConfigurerAspectcapable of performing dependency injection services for non-Spring managed objects | Class | org.springframework.context.annotation.aspectj | Spring MVC |
|
| SpringConstraintValidatorFactory | JSR-303 ConstraintValidatorFactory implementation that delegates to aSpring BeanFactory for creating autowired ConstraintValidator instances. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| SpringContextResourceAdapter | JCA 1. | Class | org.springframework.jca.context | Spring MVC |
|
| SpringFactoriesLoader | General purpose factory loading mechanism for internal use within the framework. | Class | org.springframework.core.io.support | Spring MVC |
|
| SpringFailOnTimeout | SpringFailOnTimeout is a custom JUnit Statement which addssupport for Spring's @Timed | Class | org.springframework.test.context.junit4.statements | Spring MVC |
|
| SpringFlushSynchronization | Simple synchronization adapter that propagates a flush() callto the underlying Hibernate Session. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SpringFlushSynchronization | Simple synchronization adapter that propagates a flush() callto the underlying Hibernate Session. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SpringHandlerInstantiator | Eventually get Jackson handler (JsonSerializer, JsonDeserializer,KeyDeserializer, TypeResolverBuilder, TypeIdResolver) beans by | Class | org.springframework.http.converter.json | Spring MVC |
|
| SpringJtaSessionContext | Spring-specific subclass of Hibernate's JTASessionContext,setting FlushMode. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SpringJtaSessionContext | Spring-specific subclass of Hibernate's JTASessionContext,setting FlushMode. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SpringJtaSynchronizationAdapter | Adapter that implements the JTA Synchronizationinterface delegating to an underlying Spring | Class | org.springframework.transaction.jta | Spring MVC |
|
| SpringJUnit4ClassRunner | SpringJUnit4ClassRunner is a custom extension of JUnit'sBlockJUnit4ClassRunner which provides functionality of the | Class | org.springframework.test.context.junit4 | Spring MVC |
|
| SpringLobCreatorSynchronization | Callback for resource cleanup at the end of a Spring transaction. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| SpringLocaleResolver | Tiles LocaleResolver adapter that delegates to a Springexposing the DispatcherServlet-managed locale. | Class | org.springframework.web.servlet.view.tiles2 | Spring MVC |
|
| SpringLocaleResolver | Tiles LocaleResolver adapter that delegates to a SpringLocaleResolver, exposing the | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
|
| SpringMethodRule | SpringMethodRule is a custom JUnit MethodRule thatsupports instance-level and method-level features of the | Class | org.springframework.test.context.junit4.rules | Spring MVC |
|
| SpringModelMBean | Extension of the RequiredModelMBean class that ensures thethread context ClassLoader is switched | Class | org.springframework.jmx.export | Spring MVC |
|
| SpringNamingPolicy | Custom extension of CGLIB's DefaultNamingPolicy, modifyingthe tag in generated class names from ByCGLIB to BySpringCGLIB. | Class | org.springframework.cglib.core | Spring MVC |
|
| SpringObjenesis | Spring-specific variant of ObjenesisStd / ObjenesisBase,providing a cache based on Class keys instead of class names, | Class | org.springframework.objenesis | Spring MVC |
|
| SpringPersistenceManagerProxyBean | Proxy that implements the PersistenceManager interface,delegating to the current thread-bound PersistenceManager (the Spring-managed | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| SpringProperties | Static holder for local Spring properties, i. | Class | org.springframework.core | Spring MVC |
|
| SpringRepeat | SpringRepeat is a custom JUnit Statement which adds supportfor Spring's @Repeat | Class | org.springframework.test.context.junit4.statements | Spring MVC |
|
| SpringResourceLoader | Velocity ResourceLoader adapter that loads via a Spring ResourceLoader. | Class | org.springframework.ui.velocity | Spring MVC |
|
| SpringServletContainerInitializer | Servlet 3. | Class | org.springframework.web | Spring MVC |
|
| SpringSessionContext | that delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| SpringSessionContext | that delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SpringSessionContext | that delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SpringSessionSynchronization | Callback for resource cleanup at the end of a Spring-managed transactionfor a pre-bound Hibernate Session. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SpringSessionSynchronization | Callback for resource cleanup at the end of a Spring-managed transactionfor a pre-bound Hibernate Session. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SpringTemplateLoader | FreeMarker TemplateLoader adapter that loads via a Spring ResourceLoader. | Class | org.springframework.ui.freemarker | Spring MVC |
|
| SpringTransactionAnnotationParser | Strategy implementation for parsing Spring's Transactional annotation. | Class | org.springframework.transaction.annotation | Spring MVC |
|
| SpringTransactionFactory | Spring-aware implementation of the Hibernate TransactionFactory interface, aware ofSpring-synchronized transactions (in particular Spring-managed JTA transactions) | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| SpringValidatorAdapter | Adapter that takes a JSR-303 javax. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| SpringVersion | Class that exposes the Spring version. | Class | org.springframework.core | Spring MVC |
|
| SpringWebConstraintValidatorFactory | JSR-303 ConstraintValidatorFactory implementation that delegates tothe current Spring WebApplicationContext for creating autowired | Class | org.springframework.web.bind.support | Spring MVC |
|
| SpringWildcardServletTilesApplicationContext | Spring-specific subclass of the Tiles ServletTilesApplicationContext. | Class | org.springframework.web.servlet.view.tiles2 | Spring MVC |
|
| SpringWildcardServletTilesApplicationContext | Spring-specific subclass of the Tiles ServletApplicationContext. | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
|
| Sql | @Sql is used to annotate a test class or test method to configureSQL scripts() and statements() to be executed against a given | Class | org.springframework.test.context.jdbc | Spring MVC |
|
| SqlCall | RdbmsOperation using a JdbcTemplate and representing a SQL-basedcall such as a stored procedure or a stored function. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SqlConfig | @SqlConfig defines metadata that is used to determine how to parseand execute SQL scripts configured via the @Sql annotation. | Class | org.springframework.test.context.jdbc | Spring MVC |
|
| SQLErrorCodes | JavaBean for holding JDBC error codes for a particular database. | Class | org.springframework.jdbc.support | Spring MVC |
|
| SQLErrorCodesFactory | Factory for creating SQLErrorCodes based on thedatabaseProductName taken from the DatabaseMetaData. | Class | org.springframework.jdbc.support | Spring MVC |
|
| SQLErrorCodeSQLExceptionTranslator | More precise than an implementation based on SQL state, but heavily vendor-specific. | Class | org.springframework.jdbc.support | Spring MVC |
|
| SQLExceptionSubclassTranslator | SQLExceptionTranslator implementation which analyzes the specificSQLException subclass thrown by the JDBC driver. | Class | org.springframework.jdbc.support | Spring MVC |
|
| SQLExceptionTranslator | Strategy interface for translating between SQLExceptionsand Spring's data access strategy-agnostic DataAccessException | Interface | org.springframework.jdbc.support | Spring MVC |
|
| SqlFunction | SQL function wrapper for a query that returns a single row of results. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SqlGroup | Container annotation that aggregates several @Sql annotations. | Class | org.springframework.test.context.jdbc | Spring MVC |
|
| SqlInOutParameter | Subclass of SqlOutParameter to represent an INOUT parameter. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlLobValue | Object to represent an SQL BLOB/CLOB value parameter. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| SqlOperation | Operation object representing a SQL-based operation such as a query or update,as opposed to a stored procedure. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SqlOutParameter | Subclass of SqlParameter to represent an output parameter. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlParameter | Object to represent a SQL parameter definition. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlParameterSource | Interface that defines common functionality for objects that canoffer parameter values for named SQL parameters, serving as argument | Interface | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| SqlParameterSourceUtils | Class that provides helper methods for the use of SqlParameterSourcewith SimpleJdbc classes. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| SqlParameterValue | Object to represent a SQL parameter value, including parameter metadatasuch as the SQL type and the scale for numeric values. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlProvider | Interface to be implemented by objects that can provide SQL strings. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| SqlQuery | Reusable operation object representing a SQL query. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SqlReturnResultSet | Represents a returned ResultSet from a stored procedure call. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlReturnType | Interface to be implemented for retrieving values for more complex database-specifictypes not supported by the standard CallableStatement. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| SqlReturnUpdateCount | Represents a returned update count from a stored procedure call. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlRowSet | Mirror interface for RowSet, representingdisconnected ResultSet data. | Interface | org.springframework.jdbc.support.rowset | Spring MVC |
|
| SqlRowSetMetaData | Metadata interface for Spring's SqlRowSet, analogous to JDBC'sThe main difference to the standard JDBC ResultSetMetaData is that a | Interface | org.springframework.jdbc.support.rowset | Spring MVC |
|
| SqlRowSetResultSetExtractor | ResultSetExtractor implementation that returns a Spring SqlRowSetrepresentation for each given ResultSet. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlScriptsTestExecutionListener | TestExecutionListener that provides support for executing SQLscripts and inlined statements | Class | org.springframework.test.context.jdbc | Spring MVC |
|
| SqlServerCallMetaDataProvider | SQL Server specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| SqlServerMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| SQLStateSQLExceptionTranslator | SQLExceptionTranslator implementation that analyzes the SQL state inthe SQLException based on the first two digits (the SQL state class). | Class | org.springframework.jdbc.support | Spring MVC |
|
| SqlTypeValue | Interface to be implemented for setting values for more complex database-specifictypes not supported by the standard setObject method. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| SqlUpdate | Reusable operation object representing a SQL update. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SqlValue | Simple interface for complex types to be set as statement parameters. | Interface | org.springframework.jdbc.support | Spring MVC |
|
| SQLWarningException | Exception thrown when we're not ignoring SQLWarnings. | Class | org.springframework.jdbc | Spring MVC |
|
| SqlXmlFeatureNotImplementedException | Exception thrown when the underlying implementation does not support therequested feature of the API. | Class | org.springframework.jdbc.support.xml | Spring MVC |
|
| SqlXmlHandler | Abstraction for handling XML fields in specific databases. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| SqlXmlObjectMappingHandler | Abstraction for handling XML object mapping to fields in a database. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| SqlXmlValue | Subinterface of SqlValuethat supports passing in XML data to specified column and adds a | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| SseEmitter | A specialization of ResponseBodyEmitter for sendingSince:4. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| StandaloneMockMvcBuilder | A MockMvcBuilder that accepts @Controller registrationsthus allowing full control over the instantiation and initialization of | Class | org.springframework.test.web.servlet.setup | Spring MVC |
|
| StandardAnnotationMetadata | AnnotationMetadata implementation that uses standard reflectionto introspect a given Class. | Class | org.springframework.core.type | Spring MVC |
|
| StandardBeanExpressionResolver | Standard implementation of theBeanExpressionResolver | Class | org.springframework.context.expression | Spring MVC |
|
| StandardClassMetadata | ClassMetadata implementation that uses standard reflectionto introspect a given Class. | Class | org.springframework.core.type | Spring MVC |
|
| StandardEnvironment | Environment implementation suitable for use in 'standard' (i. | Class | org.springframework.core.env | Spring MVC |
|
| StandardEvaluationContext | Provides a default EvaluationContext implementation. | Class | org.springframework.expression.spel.support | Spring MVC |
|
| StandardJmsActivationSpecFactory | Standard implementation of the JmsActivationSpecFactory interface. | Class | org.springframework.jms.listener.endpoint | Spring MVC |
|
| StandardMethodMetadata | MethodMetadata implementation that uses standard reflectionto introspect a given Method. | Class | org.springframework.core.type | Spring MVC |
|
| StandardMultipartHttpServletRequest | Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3. | Class | org.springframework.web.multipart.support | Spring MVC |
|
| StandardOperatorOverloader | | Class | org.springframework.expression.spel.support | Spring MVC |
|
| StandardPersistenceManagerProxyBean | Proxy that implements the PersistenceManager interface,delegating to a thread-bound PersistenceManager on each invocation - | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| StandardPortletEnvironment | Environment implementation to be used by Servlet-based webapplications. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| StandardReflectionParameterNameDiscoverer | ParameterNameDiscoverer implementation which uses JDK 8's reflection facilitiesfor introspecting parameter names (based on the -parameters compiler flag). | Class | org.springframework.core | Spring MVC |
|
| StandardScriptEvalException | Exception decorating a ScriptException coming out ofJSR-223 script evaluation, i. | Class | org.springframework.scripting.support | Spring MVC |
|
| StandardScriptEvaluator | javax. | Class | org.springframework.scripting.support | Spring MVC |
|
| StandardScriptFactory | ScriptFactory implementation basedon the JSR-223 script engine abstraction (as included in Java 6+). | Class | org.springframework.scripting.support | Spring MVC |
|
| StandardScriptUtils | Common operations for dealing with a JSR-223 ScriptEngine. | Class | org.springframework.scripting.support | Spring MVC |
|
| StandardServletAsyncWebRequest | A Servlet 3. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| StandardServletEnvironment | Environment implementation to be used by Servlet-based webapplications. | Class | org.springframework.web.context.support | Spring MVC |
|
| StandardServletMultipartResolver | Standard implementation of the MultipartResolver interface,based on the Servlet 3. | Class | org.springframework.web.multipart.support | Spring MVC |
|
| StandardToWebSocketExtensionAdapter | A sub-class of WebSocketExtension thatcan be constructed from an Extension. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| StandardTypeComparator | A simple basic TypeComparator implementation. | Class | org.springframework.expression.spel.support | Spring MVC |
|
| StandardTypeConverter | Default implementation of the TypeConverter interface,delegating to a core Spring ConversionService. | Class | org.springframework.expression.spel.support | Spring MVC |
|
| StandardTypeLocator | A simple implementation of TypeLocator that uses the context ClassLoader(or any ClassLoader set upon it). | Class | org.springframework.expression.spel.support | Spring MVC |
|
| StandardWebSocketClient | A WebSocketClient based on standard Java WebSocket API. | Class | org.springframework.web.socket.client.standard | Spring MVC |
|
| StandardWebSocketHandlerAdapter | Adapts a WebSocketHandler to the standard WebSocket for Java API. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| StandardWebSocketSession | A WebSocketSession for use with the standard WebSocket for Java API. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| StatementCallback | Generic callback interface for code that operates on a JDBC Statement. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| StatementCreatorUtils | Utility methods for PreparedStatementSetter/Creator and CallableStatementCreatorUsed by PreparedStatementCreatorFactory and CallableStatementCreatorFactory, | Class | org.springframework.jdbc.core | Spring MVC |
|
| StaticApplicationContext | ApplicationContext implementationwhich supports programmatic registration of beans and messages, | Class | org.springframework.context.support | Spring MVC |
|
| StaticListableBeanFactory | Static BeanFactory implementationwhich allows to register existing singleton instances programmatically. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| StaticMessageSource | Simple implementation of MessageSourcewhich allows messages to be registered programmatically. | Class | org.springframework.context.support | Spring MVC |
|
| StaticMethodMatcher | Convenient abstract superclass for static method matchers, which don't careabout arguments at runtime. | Class | org.springframework.aop.support | Spring MVC |
|
| StaticMethodMatcherPointcut | Convenient superclass when we want to force subclasses to implement theMethodMatcher interface but subclasses will want to be pointcuts. | Class | org.springframework.aop.support | Spring MVC |
|
| StaticMethodMatcherPointcutAdvisor | Convenient base class for Advisors that are also static pointcuts. | Class | org.springframework.aop.support | Spring MVC |
|
| StaticPortletApplicationContext | Static Portlet-based ApplicationContextConfigurablePortletApplicationContext | Class | org.springframework.web.portlet.context | Spring MVC |
|
| StaticScriptSource | Static implementation of theScriptSource interface, | Class | org.springframework.scripting.support | Spring MVC |
|
| StaticWebApplicationContext | Static WebApplicationContextinterface to allow for direct replacement of an XmlWebApplicationContext, | Class | org.springframework.web.context.support | Spring MVC |
|
| StatusResultMatchers | Factory for assertions on the response status. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| StaxUtils | Convenience methods for working with the StAX API. | Class | org.springframework.util.xml | Spring MVC |
|
| StompBrokerRelayMessageHandler | A MessageHandler that handles messages byforwarding them to a STOMP broker. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompBrokerRelayRegistration | Registration class for configuring a StompBrokerRelayMessageHandler. | Class | org.springframework.messaging.simp.config | Spring MVC |
|
| StompClientSupport | Base class for STOMP client implementations. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompCommand | Represents a STOMP command. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompConversionException | Raised after a failure to encode or decode a STOMP message. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompDecoder | Decodes one or more STOMP frames contained in a ByteBuffer. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompEncoder | An encoder for STOMP frames. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompEndpointRegistry | A contract for registering STOMP over WebSocket endpoints. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| StompFrameHandler | Contract to handle a STOMP frame. | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompHeaderAccessor | A MessageHeaderAccessor to use when creating a Message from adecoded STOMP frame, or when encoding a Message to a STOMP frame. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompHeaders | Represents STOMP frame headers. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompSession | Represents a STOMP session with operations to send messages, createsubscriptions and receive messages on those subscriptions. | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompSessionHandler | A contract for client STOMP session lifecycle events including a callbackwhen the session is established and notifications of transport or message | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompSessionHandlerAdapter | Abstract adapter class for StompSessionHandler with mostly emptyas the default Object type expected for STOMP ERROR frame payloads. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
|
| StompSubProtocolErrorHandler | A SubProtocolErrorHandler for use with STOMP. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| StompSubProtocolHandler | A SubProtocolHandler for STOMP that supports versions 1. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| StompWebSocketEndpointRegistration | A contract for configuring a STOMP over WebSocket endpoint. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| StopWatch | Simple stop watch, allowing for timing of a number of tasks,exposing total running time and running time for each named task. | Class | org.springframework.util | Spring MVC |
|
| StoredProcedure | Superclass for object abstractions of RDBMS stored procedures. | Class | org.springframework.jdbc.object | Spring MVC |
|
| StreamingHttpOutputMessage | Represents a HTTP output message that allows for setting a streaming body. | Interface | org.springframework.http | Spring MVC |
|
| StreamingResponseBody | A controller method return value type for asynchronous request processingwhere the application can write directly to the response OutputStream | Interface | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| StreamingResponseBodyReturnValueHandler | Supports return values of typeStreamingResponseBody | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| StreamingSockJsSession | A SockJS session for use with streaming HTTP transports. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| StreamUtils | Simple utility methods for dealing with streams. | Class | org.springframework.util | Spring MVC |
|
| StringArrayPropertyEditor | Custom PropertyEditor for String arrays. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| StringHttpMessageConverter | By default, this converter supports all media types (*/*),and writes with a Content-Type of text/plain. | Class | org.springframework.http.converter | Spring MVC |
|
| StringLiteral | Expression language AST node that represents a string literal. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| StringMessageConverter | A MessageConverter that supports MIME type text/plain with thepayload converted to and from a String. | Class | org.springframework.messaging.converter | Spring MVC |
|
| StringMultipartFileEditor | Custom PropertyEditor for convertingMultipartFiles to Strings. | Class | org.springframework.web.multipart.support | Spring MVC |
|
| StringTrimmerEditor | Property editor that trims Strings. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| StringUtils | Miscellaneous String utility methods. | Class | org.springframework.util | Spring MVC |
|
| StringValueResolver | Simple strategy interface for resolving a String value. | Interface | org.springframework.util | Spring MVC |
|
| StylerUtils | Simple utility class to allow for convenient access to valuestyling logic, mainly to support descriptive logging messages. | Class | org.springframework.core.style | Spring MVC |
|
| SubProtocolCapable | An interface for WebSocket handlers that support sub-protocols as defined in RFC 6455. | Interface | org.springframework.web.socket | Spring MVC |
|
| SubProtocolErrorHandler | A contract for handling sub-protocol errors sent to clients. | Interface | org.springframework.web.socket.messaging | Spring MVC |
|
| SubProtocolHandler | A contract for handling WebSocket messages as part of a higher level protocol, referredto as sub-protocol in the WebSocket RFC specification. | Interface | org.springframework.web.socket.messaging | Spring MVC |
|
| SubProtocolWebSocketHandler | An implementation of WebSocketHandler that delegates incoming WebSocketmessages to a SubProtocolHandler along with a MessageChannel to which | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SubscribableChannel | A MessageChannel that maintains a registry of subscribers and invokesthem to handle messages sent through this channel. | Interface | org.springframework.messaging | Spring MVC |
|
| SubscribeMapping | Annotation for mapping subscription messages onto specific handler methods basedon the destination of a subscription. | Class | org.springframework.messaging.simp.annotation | Spring MVC |
|
| SubscriptionMethodReturnValueHandler | A HandlerMethodReturnValueHandler for replying directly to a subscription. | Class | org.springframework.messaging.simp.annotation.support | Spring MVC |
|
| SubscriptionNameProvider | Interface to be implemented by message listener objects that suggest a specificname for a durable subscription that they might be registered with. | Interface | org.springframework.jms.listener | Spring MVC |
|
| SubscriptionRegistry | A registry of subscription by session that allows looking up subscriptions. | Interface | org.springframework.messaging.simp.broker | Spring MVC |
|
| SuccessCallback | Defines the contract for success callbacks that accept the result of aSince:4. | Interface | org.springframework.util.concurrent | Spring MVC |
|
| SybaseAnywhereMaxValueIncrementer | DataFieldMaxValueIncrementer that incrementsthe maximum value of a given Sybase SQL Anywhere table | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| SybaseCallMetaDataProvider | Sybase specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| SybaseMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given Sybase tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| SynchedLocalTransactionFailedException | Exception thrown when a synchronized local transaction failed to complete(after the main transaction has already completed). | Class | org.springframework.jms.connection | Spring MVC |
|
| SyncTaskExecutor | TaskExecutor implementation that executes each task synchronouslyin the calling thread. | Class | org.springframework.core.task | Spring MVC |
|
| SynthesizingMethodParameter | A MethodParameter variant which synthesizes annotations thatdeclare attribute aliases via @AliasFor. | Class | org.springframework.core.annotation | Spring MVC |
|
| SystemEnvironmentPropertySource | Specialization of MapPropertySource designed for use withsystem environment variables. | Class | org.springframework.core.env | Spring MVC |
|
| SystemProfileValueSource | the underlying source. | Class | org.springframework.test.annotation | Spring MVC |
|
| SystemPropertyUtils | Helper class for resolving placeholders in texts. | Class | org.springframework.util | Spring MVC |
|
| TableMetaDataContext | Class to manage context metadata used for the configurationand execution of operations on a database table. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| TableMetaDataProvider | Interface specifying the API to be implemented by a class providing table metedata. | Interface | org.springframework.jdbc.core.metadata | Spring MVC |
|
| TableMetaDataProviderFactory | Factory used to create a TableMetaDataProvider implementationbased on the type of database being used. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| TableParameterMetaData | Holder of metadata for a specific parameter that is used for table processing. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| TagUtils | Utility class for tag library related code, exposing functionalitysuch as translating Strings to web scopes. | Class | org.springframework.web.util | Spring MVC |
|
| TagWriter | Utility class for writing HTML content to a Writer instance. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| TargetClassAware | Minimal interface for exposing the target class behind a proxy. | Interface | org.springframework.aop | Spring MVC |
|
| TargetSource | A TargetSource is used to obtain the current target ofan AOP invocation, which will be invoked via reflection if no around | Interface | org.springframework.aop | Spring MVC |
|
| TargetSourceCreator | sources, for particular beans. | Interface | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| Task | Holder class defining a Runnable to be executed as a task, typically at ascheduled time or interval. | Class | org.springframework.scheduling.config | Spring MVC |
|
| TaskExecutor | Simple task executor interface that abstracts the executionsuch as: synchronous, asynchronous, using a thread pool, and more. | Interface | org.springframework.core.task | Spring MVC |
|
| TaskExecutorAdapter | Adapter that takes a JDK java. | Class | org.springframework.core.task.support | Spring MVC |
|
| TaskExecutorFactoryBean | FactoryBean for creating ThreadPoolTaskExecutor instances, choosingbetween the standard concurrent and the backport-concurrent variant. | Class | org.springframework.scheduling.config | Spring MVC |
|
| TaskExecutorRegistration | A registration class for customizing the properties of ThreadPoolTaskExecutor. | Class | org.springframework.messaging.simp.config | Spring MVC |
|
| TaskManagementConfigUtils | Configuration constants for internal sharing across subpackages. | Class | org.springframework.scheduling.config | Spring MVC |
|
| TaskNamespaceHandler | NamespaceHandler for the 'task' namespace. | Class | org.springframework.scheduling.config | Spring MVC |
|
| TaskRejectedException | Exception thrown when a TaskExecutor rejects to accepta given task for execution. | Class | org.springframework.core.task | Spring MVC |
|
| TaskScheduler | Task scheduler interface that abstracts the scheduling ofRunnables based on different kinds of triggers. | Interface | org.springframework.scheduling | Spring MVC |
|
| TaskTimeoutException | Exception thrown when a AsyncTaskExecutor rejects to accepta given task for execution because of the specified timeout. | Class | org.springframework.core.task | Spring MVC |
|
| TaskUtils | Utility methods for decorating tasks with error handling. | Class | org.springframework.scheduling.support | Spring MVC |
|
| TcpConnection | A contract for sending messages and managing a TCP connection. | Interface | org.springframework.messaging.tcp | Spring MVC |
|
| TcpConnectionHandler | A contract for managing lifecycle events for a TCP connection includingthe handling of incoming messages. | Interface | org.springframework.messaging.tcp | Spring MVC |
|
| TcpOperations | A contract for establishing TCP connections. | Interface | org.springframework.messaging.tcp | Spring MVC |
|
| TemplateAwareExpressionParser | An expression parser that understands templates. | Class | org.springframework.expression.common | Spring MVC |
|
| TemplateParserContext | Configurable ParserContext implementation for template parsing. | Class | org.springframework.expression.common | Spring MVC |
|
| TemporalAccessorParser | Parser implementation for a JSR-310 TemporalAccessor,using a DateTimeFormatter) (the contextual one, if available). | Class | org.springframework.format.datetime.standard | Spring MVC |
|
| TemporalAccessorPrinter | Printer implementation for a JSR-310 TemporalAccessor,using a DateTimeFormatter) (the contextual one, if available). | Class | org.springframework.format.datetime.standard | Spring MVC |
|
| TemporaryLobCreator | LobCreator implementation based on temporary LOBs,using JDBC 4. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| Ternary | Represents a ternary expression, for example: someCheck()?true:false. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| TestAnnotationUtils | Collection of utility methods for working with Spring's core testing annotations. | Class | org.springframework.test.annotation | Spring MVC |
|
| TestContext | TestContext encapsulates the context in which a test is executed,agnostic of the actual testing framework in use. | Interface | org.springframework.test.context | Spring MVC |
|
| TestContextBootstrapper | TestContextBootstrapper defines the SPI for bootstrapping theSpring TestContext Framework. | Interface | org.springframework.test.context | Spring MVC |
|
| TestContextManager | TestContextManager is the main entry point into the SpringTestContext Framework. | Class | org.springframework.test.context | Spring MVC |
|
| TestContextResourceUtils | Utility methods for working with resources within the Spring TestContextFramework. | Class | org.springframework.test.context.util | Spring MVC |
|
| TestContextTransactionUtils | Utility methods for working with transactions and data access related beanswithin the Spring TestContext Framework. | Class | org.springframework.test.context.transaction | Spring MVC |
|
| TestExecutionListener | TestExecutionListener defines a listener API for reacting totest execution events published by the TestContextManager with which | Interface | org.springframework.test.context | Spring MVC |
|
| TestExecutionListeners | TestExecutionListeners defines class-level metadata for configuringwhich TestExecutionListeners should be | Class | org.springframework.test.context | Spring MVC |
|
| TestPropertySource | @TestPropertySource is a class-level annotation that is used toconfigure the locations() of properties files and inlined | Class | org.springframework.test.context | Spring MVC |
|
| TestPropertySourceUtils | Utility methods for working with @TestPropertySourceand adding test PropertySources to the Environment. | Class | org.springframework.test.context.support | Spring MVC |
|
| TestTransaction | TestTransaction provides a collection of static utility methods forprogrammatic interaction with test-managed transactions within | Class | org.springframework.test.context.transaction | Spring MVC |
|
| TextareaTag | Databinding-aware JSP tag for rendering an HTML 'textarea'. | Class | org.springframework.web.servlet.tags.form | Spring MVC |
|
| TextMessage | A text WebSocket message. | Class | org.springframework.web.socket | Spring MVC |
|
| TextWebSocketHandler | A convenient base class for WebSocketHandler implementation that process textmessages only. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| Theme | A Theme can resolve theme-specific messages, codes, file paths, etcetera(e. | Interface | org.springframework.ui.context | Spring MVC |
|
| ThemeChangeInterceptor | Interceptor that allows for changing the current theme on every request,via a configurable request parameter (default parameter name: theme). | Class | org.springframework.web.servlet.theme | Spring MVC |
|
| ThemeResolver | Interface for web-based theme resolution strategies that allows forboth theme resolution via the request and theme modification via | Interface | org.springframework.web.servlet | Spring MVC |
|
| ThemeSource | Interface to be implemented by objects that can resolve Themes. | Interface | org.springframework.ui.context | Spring MVC |
|
| ThemeTag | Custom tag to look up a theme message in the scope of this page. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| ThreadLocalTargetSource | Alternative to an object pool. | Class | org.springframework.aop.target | Spring MVC |
|
| ThreadLocalTargetSourceStats | Statistics for a ThreadLocal TargetSource. | Interface | org.springframework.aop.target | Spring MVC |
|
| ThreadPoolExecutorFactoryBean | JavaBean that allows for configuring a ThreadPoolExecutorin bean style (through its corePoolSize, maxPoolSize, keepAliveSeconds, | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| ThreadPoolTaskExecutor | JavaBean that allows for configuring a ThreadPoolExecutorin bean style (through its corePoolSize, maxPoolSize, keepAliveSeconds, queueCapacity | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| ThreadPoolTaskScheduler | a native ScheduledThreadPoolExecutor. | Class | org.springframework.scheduling.concurrent | Spring MVC |
|
| ThrowsAdvice | Tag interface for throws advice. | Interface | org.springframework.aop | Spring MVC |
|
| ThrowsAdviceInterceptor | Interceptor to wrap an after-throwing advice. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| TilesConfigurer | Helper class to configure Tiles 2. | Class | org.springframework.web.servlet.view.tiles2 | Spring MVC |
|
| TilesConfigurer | Helper class to configure Tiles 3. | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
|
| TilesConfigurerBeanDefinitionParser | Parse the MVC namespace element and registera corresponding TilesConfigurer bean. | Class | org.springframework.web.servlet.config | Spring MVC |
|
| TilesView | View implementation that retrieves aTiles definition. | Class | org.springframework.web.servlet.view.tiles2 | Spring MVC |
|
| TilesView | View implementation that rendersthrough the Tiles Request API. | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
|
| TilesViewResolver | Convenience subclass of UrlBasedViewResolverthat supports TilesView (i. | Class | org.springframework.web.servlet.view.tiles2 | Spring MVC |
|
| TilesViewResolver | Convenience subclass of UrlBasedViewResolver that supportsTilesView (i. | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
|
| Timed | Test-specific annotation to indicate that a test method has to finishexecution in a specified time period. | Class | org.springframework.test.annotation | Spring MVC |
|
| TimeoutCallableProcessingInterceptor | Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| TimeoutDeferredResultProcessingInterceptor | Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| TimerManagerAccessor | Base class for classes that are accessing a CommonJ TimerManagerDefines common configuration settings and common lifecycle handling. | Class | org.springframework.scheduling.commonj | Spring MVC |
|
| TimerManagerFactoryBean | FactoryBean that retrieves aCommonJ TimerManager and exposes it for bean references. | Class | org.springframework.scheduling.commonj | Spring MVC |
|
| TimerManagerTaskScheduler | a CommonJ TimerManager. | Class | org.springframework.scheduling.commonj | Spring MVC |
|
| TimeZoneAwareLocaleContext | Extension of LocaleContext, adding awareness of the current time zone. | Interface | org.springframework.context.i18n | Spring MVC |
|
| TimeZoneEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| TomcatInstrumentableClassLoader | Extension of Tomcat's default class loader which adds instrumentationto loaded classes without the need to use a VM-wide agent. | Class | org.springframework.instrument.classloading.tomcat | Spring MVC |
|
| TomcatLoadTimeWeaver | LoadTimeWeaver implementation for Tomcat'snew InstrumentableClassLoader. | Class | org.springframework.instrument.classloading.tomcat | Spring MVC |
|
| TomcatRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for Apache Tomcat. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| ToStringCreator | Utility class that builds pretty-printing toString() methodswith pluggable styling conventions. | Class | org.springframework.core.style | Spring MVC |
|
| ToStringStyler | A strategy interface for pretty-printing toString() methods. | Interface | org.springframework.core.style | Spring MVC |
|
| Transactional | Describes transaction attributes on a method or class. | Class | org.springframework.transaction.annotation | Spring MVC |
|
| TransactionalEventListener | An EventListener that is invoked according to a TransactionPhase. | Class | org.springframework.transaction.event | Spring MVC |
|
| TransactionalEventListenerFactory | EventListenerFactory implementation that handles TransactionalEventListenerSince:4. | Class | org.springframework.transaction.event | Spring MVC |
|
| TransactionalProxy | A marker interface for manually created transactional proxies. | Interface | org.springframework.transaction.interceptor | Spring MVC |
|
| TransactionalTestExecutionListener | TestExecutionListener that provides support for executing testswithin test-managed transactions by honoring Spring's | Class | org.springframework.test.context.transaction | Spring MVC |
|
| TransactionAnnotationParser | Strategy interface for parsing known transaction annotation types. | Interface | org.springframework.transaction.annotation | Spring MVC |
|
| TransactionAspectSupport | Base class for transactional aspects, such as the TransactionInterceptoror an AspectJ aspect. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| TransactionAttribute | This interface adds a rollbackOn specification to TransactionDefinition. | Interface | org.springframework.transaction.interceptor | Spring MVC |
|
| TransactionAttributeEditor | PropertyEditor for TransactionAttribute objects. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| TransactionAttributeSource | Strategy interface used by TransactionInterceptor for metadata retrieval. | Interface | org.springframework.transaction.interceptor | Spring MVC |
|
| TransactionAttributeSourceAdvisor | Advisor driven by a TransactionAttributeSource, used to includea TransactionInterceptor only for methods that are transactional. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| TransactionAttributeSourceEditor | Property editor that converts a String into a TransactionAttributeSource. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| TransactionAwareCacheDecorator | Cache decorator which synchronizes its put(java. | Class | org.springframework.cache.transaction | Spring MVC |
|
| TransactionAwareCacheManagerProxy | Proxy for a target CacheManager, exposing transaction-aware Cache objectswhich synchronize their Cache. | Class | org.springframework.cache.transaction | Spring MVC |
|
| TransactionAwareConnectionFactoryProxy | Proxy for a target CCI ConnectionFactory, addingawareness of Spring-managed transactions. | Class | org.springframework.jca.cci.connection | Spring MVC |
|
| TransactionAwareConnectionFactoryProxy | Proxy for a target JMS ConnectionFactory, adding awareness ofSpring-managed transactions. | Class | org.springframework.jms.connection | Spring MVC |
|
| TransactionAwareDataSourceConnectionProvider | Subclass of LocalDataSourceConnectionProvider that returns atransaction-aware proxy for the exposed DataSource. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| TransactionAwareDataSourceProxy | Proxy for a target JDBC DataSource, adding awareness ofSpring-managed transactions. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| TransactionAwarePersistenceManagerFactoryProxy | Proxy for a target JDO PersistenceManagerFactory,returning the current thread-bound PersistenceManager (the Spring-managed | Class | org.springframework.orm.jdo | Spring MVC |
|
| TransactionCallback | Callback interface for transactional code. | Interface | org.springframework.transaction.support | Spring MVC |
|
| TransactionCallbackWithoutResult | Simple convenience class for TransactionCallback implementation. | Class | org.springframework.transaction.support | Spring MVC |
|
| TransactionConfiguration | TransactionConfiguration defines class-level metadata for configuringtransactional tests. | Class | org.springframework.test.context.transaction | Spring MVC |
|
| TransactionConfigurationAttributes | Configuration attributes for configuring transactional tests. | Class | org.springframework.test.context.transaction | Spring MVC |
|
| TransactionDefinition | Interface that defines Spring-compliant transaction properties. | Interface | org.springframework.transaction | Spring MVC |
|
| TransactionException | Superclass for all transaction exceptions. | Class | org.springframework.transaction | Spring MVC |
|
| TransactionFactory | Strategy interface for creating JTA Transactionobjects based on specified transactional characteristics. | Interface | org.springframework.transaction.jta | Spring MVC |
|
| TransactionInProgressException | Runtime exception mirroring the JMS TransactionInProgressException. | Class | org.springframework.jms | Spring MVC |
|
| TransactionInterceptor | AOP Alliance MethodInterceptor for declarative transactionmanagement using the common Spring transaction infrastructure | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| TransactionManagementConfigurationSelector | Selects which implementation of AbstractTransactionManagementConfigurationshould be used based on the value of EnableTransactionManagement. | Class | org.springframework.transaction.annotation | Spring MVC |
|
| TransactionManagementConfigurer | Interface to be implemented by @Configuration classes annotated with @EnableTransactionManagement that wish toor need to explicitly specify the default PlatformTransactionManager bean to be | Interface | org.springframework.transaction.annotation | Spring MVC |
|
| TransactionManagementConfigUtils | Configuration constants for internal sharing across subpackages. | Class | org.springframework.transaction.config | Spring MVC |
|
| TransactionOperations | Interface specifying basic transaction execution operations. | Interface | org.springframework.transaction.support | Spring MVC |
|
| TransactionPhase | enum TransactionPhaseThe phase at which a transactional event listener applies. | Class | org.springframework.transaction.event | Spring MVC |
|
| TransactionProxyFactoryBean | Proxy factory bean for simplified declarative transaction handling. | Class | org.springframework.transaction.interceptor | Spring MVC |
|
| TransactionRolledBackException | Runtime exception mirroring the JMS TransactionRolledBackException. | Class | org.springframework.jms | Spring MVC |
|
| TransactionStatus | Representation of the status of a transaction. | Interface | org.springframework.transaction | Spring MVC |
|
| TransactionSuspensionNotSupportedException | Exception thrown when attempting to suspend an existing transactionbut transaction suspension is not supported by the underlying backend. | Class | org.springframework.transaction | Spring MVC |
|
| TransactionSynchronization | Interface for transaction synchronization callbacks. | Interface | org.springframework.transaction.support | Spring MVC |
|
| TransactionSynchronizationAdapter | Simple TransactionSynchronization adapter containing emptymethod implementations, for easier overriding of single methods. | Class | org.springframework.transaction.support | Spring MVC |
|
| TransactionSynchronizationManager | Central delegate that manages resources and transaction synchronizations per thread. | Class | org.springframework.transaction.support | Spring MVC |
|
| TransactionSynchronizationUtils | Utility methods for triggering specific TransactionSynchronizationcallback methods on all currently registered synchronizations. | Class | org.springframework.transaction.support | Spring MVC |
|
| TransactionSystemException | Exception thrown when a general transaction system error is encountered,like on commit or rollback. | Class | org.springframework.transaction | Spring MVC |
|
| TransactionTemplate | Template class that simplifies programmatic transaction demarcation andtransaction exception handling. | Class | org.springframework.transaction.support | Spring MVC |
|
| TransactionTimedOutException | Exception to be thrown when a transaction has timed out. | Class | org.springframework.transaction | Spring MVC |
|
| TransactionUsageException | Superclass for exceptions caused by inappropriate usage ofa Spring transaction API. | Class | org.springframework.transaction | Spring MVC |
|
| TransformedResource | An extension of ByteArrayResourcethat a ResourceTransformer can use to represent an original | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| TransformerUtils | Contains common behavior relating to Transformers, and thejavax. | Class | org.springframework.util.xml | Spring MVC |
|
| TransformTag | Tag for transforming reference data values from form controllers andother objects inside a spring:bind tag (or a data-bound | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| TransientDataAccessException | Root of the hierarchy of data access exceptions that are considered transient -where a previously failed operation might be able to succeed when the operation | Class | org.springframework.dao | Spring MVC |
|
| TransientDataAccessResourceException | Data access exception thrown when a resource fails temporarilyand the operation can be retried. | Class | org.springframework.dao | Spring MVC |
|
| Transport | A client-side implementation for a SockJS transport. | Interface | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| TransportHandler | Handle a SockJS session URL, i. | Interface | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| TransportHandlingSockJsService | A basic implementation of SockJsServicewith support for SPI-based transport handling and session management. | Class | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| TransportRequest | Exposes information, typically to Transport andsession implementations, about a request | Interface | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| TransportType | SockJS transport types. | Class | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| Trigger | Common interface for trigger objects that determine the next execution timeof a task that they get associated with. | Interface | org.springframework.scheduling | Spring MVC |
|
| TriggerContext | Context object encapsulating last execution times and last completion timeSince:3. | Interface | org.springframework.scheduling | Spring MVC |
|
| TriggerTask | Task implementation defining a Runnable to be executed according to aSince:3. | Class | org.springframework.scheduling.config | Spring MVC |
|
| TxNamespaceHandler | NamespaceHandler allowing for the configuration ofdeclarative transaction management using either XML or using annotations. | Class | org.springframework.transaction.config | Spring MVC |
|
| Type | A Java field or method type. | Class | org.springframework.asm | Spring MVC |
|
| TypeCode | Captures primitive types and their corresponding class objects, plus one special entrythat represents all reference (non-primitive) types. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| TypeComparator | Instances of a type comparator should be able to compare pairs of objects for equality. | Interface | org.springframework.expression | Spring MVC |
|
| TypeConverter | Interface that defines type conversion methods. | Interface | org.springframework.beans | Spring MVC |
|
| TypeConverter | A type converter can convert values between different types encountered duringexpression evaluation. | Interface | org.springframework.expression | Spring MVC |
|
| TypeConverterSupport | Base implementation of the TypeConverter interface, using a package-private delegate. | Class | org.springframework.beans | Spring MVC |
|
| TypeDefinitionBean | Bean that encapsulates a Hibernate type definition. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| TypeDescriptor | Context about a type to convert from or to. | Class | org.springframework.core.convert | Spring MVC |
|
| TypedStringValue | Holder for a typed String value. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| TypedValue | Encapsulates an object and a TypeDescriptor that describes it. | Class | org.springframework.expression | Spring MVC |
|
| TypeFilter | Base interface for type filters using aSince:2. | Interface | org.springframework.core.type.filter | Spring MVC |
|
| TypeLocator | They may use a custom ClassLoader and/or deal with commonpackage prefixes (e. | Interface | org.springframework.expression | Spring MVC |
|
| TypeMismatchDataAccessException | Exception thrown on mismatch between Java type and database type:for example on an attempt to set an object of the wrong type | Class | org.springframework.dao | Spring MVC |
|
| TypeMismatchException | Exception thrown on a type mismatch when trying to set a bean property. | Class | org.springframework.beans | Spring MVC |
|
| TypeMismatchNamingException | Exception thrown if a type mismatch is encountered for an objectlocated in a JNDI environment. | Class | org.springframework.jndi | Spring MVC |
|
| TypePath | The path to a type argument, wildcard bound, array element type, or staticinner type within an enclosing type. | Class | org.springframework.asm | Spring MVC |
|
| TypePatternClassFilter | Spring AOP ClassFilter implementation using AspectJ type matching. | Class | org.springframework.aop.aspectj | Spring MVC |
|
| TypeReference | A reference to a type appearing in a class, field or method declaration, oron an instruction. | Class | org.springframework.asm | Spring MVC |
|
| TypeReference | Represents a reference to a type, for example T(String) or T(com. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| TypeUtils | Utility to work with Java 5 generic type parameters. | Class | org.springframework.util | Spring MVC |
|
| UiApplicationContextUtils | Utility class for UI application context implementations. | Class | org.springframework.ui.context.support | Spring MVC |
|
| UnableToRegisterMBeanException | Exception thrown when we are unable to register an MBean,for example because of a naming conflict. | Class | org.springframework.jmx.export | Spring MVC |
|
| UnableToSendNotificationException | Thrown when a JMX Notification is unable to be sent. | Class | org.springframework.jmx.export.notification | Spring MVC |
|
| UncategorizedDataAccessException | Normal superclass when we can't distinguish anything more specificthan something went wrong with the underlying resource: for example, | Class | org.springframework.dao | Spring MVC |
|
| UncategorizedJmsException | JmsException to be thrown when no other matching subclass found. | Class | org.springframework.jms | Spring MVC |
|
| UncategorizedMappingException | Exception that indicates that the cause cannot be distinguished further. | Class | org.springframework.oxm | Spring MVC |
|
| UncategorizedScriptException | Thrown when we cannot determine anything more specific than something wentwrong while processing an SQL script: for example, a SQLException | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| UncategorizedSQLException | Exception thrown when we can't classify a SQLException intoone of our generic data access exceptions. | Class | org.springframework.jdbc | Spring MVC |
|
| UndertowRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for use with WildFly and itsunderlying Undertow web server. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| UndertowXhrTransport | An XHR transport based on Undertow's UndertowClient. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| UnexpectedRollbackException | Thrown when an attempt to commit a transaction resultedin an unexpected rollback. | Class | org.springframework.transaction | Spring MVC |
|
| UnknownAdviceTypeException | Exception thrown when an attempt is made to use an unsupportedAdvisor or Advice type. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| UnknownHttpStatusCodeException | Exception thrown when an unknown (or custom) HTTP status code is received. | Class | org.springframework.web.client | Spring MVC |
|
| Unmarshaller | Defines the contract for Object XML Mapping unmarshallers. | Interface | org.springframework.oxm | Spring MVC |
|
| UnmarshallingFailureException | Exception thrown on unmarshalling failure. | Class | org.springframework.oxm | Spring MVC |
|
| UnsatisfiedDependencyException | Exception thrown when a bean depends on other beans or simple propertiesthat were not specified in the bean factory definition, although | Class | org.springframework.beans.factory | Spring MVC |
|
| UnsatisfiedServletRequestParameterException | ServletRequestBindingException subclass that indicates an unsatisfiedparameter condition, as typically expressed using an @RequestMapping | Class | org.springframework.web.bind | Spring MVC |
|
| UpdatableSqlQuery | Reusable RDBMS query in which concrete subclasses must implementthe abstract updateRow(ResultSet, int, context) method to update each | Class | org.springframework.jdbc.object | Spring MVC |
|
| UriComponents | Represents an immutable collection of URI components, mapping component type toString values. | Class | org.springframework.web.util | Spring MVC |
|
| UriComponentsBuilder | Builder for UriComponents. | Class | org.springframework.web.util | Spring MVC |
|
| UriComponentsBuilderMethodArgumentResolver | Resolvers argument values of type UriComponentsBuilder. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| UriComponentsContributor | Strategy for contributing to the building of a UriComponents bylooking at a method parameter and an argument value and deciding what | Interface | org.springframework.web.method.support | Spring MVC |
|
| URIEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| UriTemplate | Represents a URI template. | Class | org.springframework.web.util | Spring MVC |
|
| UriTemplateHandler | A strategy for expanding a URI template with URI variables into a URI. | Interface | org.springframework.web.util | Spring MVC |
|
| UriUtils | Utility class for URI encoding and decoding based on RFC 3986. | Class | org.springframework.web.util | Spring MVC |
|
| UrlBasedCorsConfigurationSource | Provide a per request CorsConfiguration instance based on acollection of CorsConfiguration mapped on path patterns. | Class | org.springframework.web.cors | Spring MVC |
|
| UrlBasedRemoteAccessor | Abstract base class for classes that access remote services via URLs. | Class | org.springframework.remoting.support | Spring MVC |
|
| UrlBasedViewResolver | Simple implementation of the ViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, | Class | org.springframework.web.servlet.view | Spring MVC |
|
| UrlBasedViewResolverRegistration | Assist with configuring a UrlBasedViewResolver. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| URLEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| UrlFilenameViewController | Simple Controller implementation that transforms the virtualpath of a URL into a view name and returns that view. | Class | org.springframework.web.servlet.mvc | Spring MVC |
|
| UrlPathHelper | Helper class for URL path matching. | Class | org.springframework.web.util | Spring MVC |
|
| UrlRegexRequestMatcher | A WebRequestMatcher that allows matching onWebRequest#getUrl(). | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
|
| UrlResource | Resource implementation for java. | Class | org.springframework.core.io | Spring MVC |
|
| UrlTag | JSP tag for creating URLs. | Class | org.springframework.web.servlet.tags | Spring MVC |
|
| UserCredentialsConnectionFactoryAdapter | An adapter for a target JMS ConnectionFactory, applying thegiven user credentials to every standard createConnection() call, | Class | org.springframework.jms.connection | Spring MVC |
|
| UserCredentialsDataSourceAdapter | An adapter for a target JDBC DataSource, applying the specifieduser credentials to every standard getConnection() call, implicitly | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| UserDestinationMessageHandler | MessageHandler with support for user destinations. | Class | org.springframework.messaging.simp.user | Spring MVC |
|
| UserDestinationResolver | A strategy for resolving a user destination by translating it to one or moreactual destinations one per active user session. | Interface | org.springframework.messaging.simp.user | Spring MVC |
|
| UserDestinationResult | Contains the result from parsing a user destination from a source messageand translating it to target destinations (one per active user session). | Class | org.springframework.messaging.simp.user | Spring MVC |
|
| UserRegistryMessageHandler | A MessageHandler that is subscribed to listen to broadcasts of user registryinformation from other application servers as well as to periodically | Class | org.springframework.messaging.simp.user | Spring MVC |
|
| UserRoleAuthorizationInterceptor | Interceptor that checks the authorization of the current user via theuser's roles, as evaluated by PortletRequest's isUserInRole method. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| UserRoleAuthorizationInterceptor | Interceptor that checks the authorization of the current user via theuser's roles, as evaluated by HttpServletRequest's isUserInRole method. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| UserSessionRegistry | A contract for adding and removing user sessions. | Interface | org.springframework.messaging.simp.user | Spring MVC |
|
| UserSessionRegistryAdapter | A temporary adapter to allow use of deprecated UserSessionRegistry. | Class | org.springframework.messaging.simp.user | Spring MVC |
|
| UserTransactionAdapter | Adapter for a JTA UserTransaction handle, taking a JTATransactionManager reference and creating | Class | org.springframework.transaction.jta | Spring MVC |
|
| UtilNamespaceHandler | NamespaceHandler for the util namespace. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| UUIDEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| Validated | Variant of JSR-303's Valid, supporting thespecification of validation groups. | Class | org.springframework.validation.annotation | Spring MVC |
|
| ValidationFailureException | Exception thrown on marshalling validation failure. | Class | org.springframework.oxm | Spring MVC |
|
| ValidationUtils | Utility class offering convenient methods for invoking a Validatorand for rejecting empty fields. | Class | org.springframework.validation | Spring MVC |
|
| Validator | A validator for application-specific objects. | Interface | org.springframework.validation | Spring MVC |
|
| Value | Annotation at the field or method/constructor parameter levelthat indicates a default value expression for the affected argument. | Class | org.springframework.beans.factory.annotation | Spring MVC |
|
| ValueConstants | Common annotation value constants. | Interface | org.springframework.messaging.handler.annotation | Spring MVC |
|
| ValueConstants | Common value constants shared between bind annotations. | Interface | org.springframework.web.bind.annotation | Spring MVC |
|
| ValueRef | Represents a reference to a value. | Interface | org.springframework.expression.spel.ast | Spring MVC |
|
| ValueStyler | Strategy that encapsulates value String styling algorithmsaccording to Spring conventions. | Interface | org.springframework.core.style | Spring MVC |
|
| VariableReference | Represents a variable reference, eg. | Class | org.springframework.expression.spel.ast | Spring MVC |
|
| VelocityConfig | Interface to be implemented by objects that configure and manage aVelocityEngine for automatic lookup in a web environment. | Interface | org.springframework.web.servlet.view.velocity | Spring MVC |
|
| VelocityConfigurer | JavaBean to configure Velocity for web usage, via the configLocationand/or velocityProperties and/or resourceLoaderPath bean properties. | Class | org.springframework.web.servlet.view.velocity | Spring MVC |
|
| VelocityConfigurerBeanDefinitionParser | Parse the MVC namespace element and register anVelocityConfigurer bean | Class | org.springframework.web.servlet.config | Spring MVC |
|
| VelocityEngineFactory | Factory that configures a VelocityEngine. | Class | org.springframework.ui.velocity | Spring MVC |
|
| VelocityEngineFactoryBean | Factory bean that configures a VelocityEngine and provides it as beanreference. | Class | org.springframework.ui.velocity | Spring MVC |
|
| VelocityEngineUtils | Utility class for working with a VelocityEngine. | Class | org.springframework.ui.velocity | Spring MVC |
|
| VelocityLayoutView | VelocityLayoutView emulates the functionality offered by Velocity'sVelocityLayoutServlet to ease page composition from different templates. | Class | org.springframework.web.servlet.view.velocity | Spring MVC |
|
| VelocityLayoutViewResolver | Convenience subclass of VelocityViewResolver, adding supportfor VelocityLayoutView and its properties. | Class | org.springframework.web.servlet.view.velocity | Spring MVC |
|
| VelocityToolboxView | VelocityView subclass which adds support for Velocity Tools toolboxesand Velocity Tools ViewTool callbacks / Velocity Tools 1. | Class | org.springframework.web.servlet.view.velocity | Spring MVC |
|
| VelocityView | View using the Velocity template engine. | Class | org.springframework.web.servlet.view.velocity | Spring MVC |
|
| VelocityViewResolver | Convenience subclass of UrlBasedViewResolverthat supports VelocityView (i. | Class | org.springframework.web.servlet.view.velocity | Spring MVC |
|
| VersionPathStrategy | A strategy for extracting and embedding a resource version in its URL path. | Interface | org.springframework.web.servlet.resource | Spring MVC |
|
| VersionResourceResolver | Resolves request paths containing a version string that can be used as partof an HTTP caching strategy in which a resource is cached with a date in the | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| VersionStrategy | An extension of VersionPathStrategy that adds a methodto determine the actual version of a Resource. | Interface | org.springframework.web.servlet.resource | Spring MVC |
|
| VfsResource | JBoss VFS based Resource implementation. | Class | org.springframework.core.io | Spring MVC |
|
| VfsUtils | Utility for detecting and accessing JBoss VFS in the classpath. | Class | org.springframework.core.io | Spring MVC |
|
| View | MVC View for a web interaction. | Interface | org.springframework.web.servlet | Spring MVC |
|
| ViewControllerRegistration | Assist with the registration of a single view controller. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| ViewControllerRegistry | Assists with the registration of simple automated controllers pre-configuredwith status code and/or a view. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| ViewMethodReturnValueHandler | Handles return values that are of type View. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ViewNameMethodReturnValueHandler | Handles return values of types void and String interpreting themas view name reference. | Class | org.springframework.web.servlet.mvc.method.annotation | Spring MVC |
|
| ViewRendererServlet | ViewRendererServlet is a bridge servlet, mainly for the Portlet MVC support. | Class | org.springframework.web.servlet | Spring MVC |
|
| ViewResolver | Interface to be implemented by objects that can resolve views by name. | Interface | org.springframework.web.servlet | Spring MVC |
|
| ViewResolverComposite | A ViewResolver that delegates to others. | Class | org.springframework.web.servlet.view | Spring MVC |
|
| ViewResolverRegistry | Assist with the configuration of a chain ofViewResolver instances. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| ViewResolversBeanDefinitionParser | Parse the view-resolvers MVC namespace element and registerViewResolver bean definitions. | Class | org.springframework.web.servlet.config | Spring MVC |
|
| ViewResultMatchers | Factory for assertions on the selected view. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| WeakReferenceMonitor | Track references to arbitrary objects using proxy and weak references. | Class | org.springframework.util | Spring MVC |
|
| WeavingTransformer | ClassFileTransformer-based weaver, allowing for a list of transformers to beapplied on a class byte array. | Class | org.springframework.instrument.classloading | Spring MVC |
|
| WebappClassLoader | A mock of Tomcat's WebappClassLoader just for Spring's compilation purposes. | Class | org.apache.catalina.loader | Spring MVC |
|
| WebAppConfiguration | @WebAppConfiguration is a class-level annotation that is used todeclare that the ApplicationContext loaded for an integration test | Class | org.springframework.test.context.web | Spring MVC |
|
| WebApplicationContext | Interface to provide configuration for a web application. | Interface | org.springframework.web.context | Spring MVC |
|
| WebApplicationContextFacesELResolver | Special JSF ELResolver that exposes the Spring WebApplicationContextinstance under a variable named webApplicationContext. | Class | org.springframework.web.jsf.el | Spring MVC |
|
| WebApplicationContextUtils | Convenience methods for retrieving the root WebApplicationContext fora given ServletContext. | Class | org.springframework.web.context.support | Spring MVC |
|
| WebApplicationInitializer | Interface to be implemented in Servlet 3. | Interface | org.springframework.web | Spring MVC |
|
| WebApplicationObjectSupport | Convenient superclass for application objects running in a WebApplicationContext. | Class | org.springframework.web.context.support | Spring MVC |
|
| WebAppRootListener | Listener that sets a system property to the web application root directory. | Class | org.springframework.web.util | Spring MVC |
|
| WebArgumentResolver | SPI for resolving custom arguments for a specific handler method parameter. | Interface | org.springframework.web.bind.support | Spring MVC |
|
| WebAsyncManager | The central class for managing asynchronous request processing, mainly intendedas an SPI and not typically used directly by application classes. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| WebAsyncTask | Holder for a Callable, a timeout value, and a task executor. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| WebAsyncUtils | Utility methods related to processing asynchronous web requests. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| WebBindingInitializer | Callback interface for initializing a WebDataBinderfor performing data binding in the context of a specific web request. | Interface | org.springframework.web.bind.support | Spring MVC |
|
| WebConnectionHtmlUnitDriver | WebConnectionHtmlUnitDriver enables configuration of theWebConnection for an HtmlUnitDriver instance. | Class | org.springframework.test.web.servlet.htmlunit.webdriver | Spring MVC |
|
| WebContentGenerator | Convenient superclass for any kind of web content generator,like AbstractController | Class | org.springframework.web.servlet.support | Spring MVC |
|
| WebContentInterceptor | Handler interceptor that checks the request and prepares the response. | Class | org.springframework.web.servlet.mvc | Spring MVC |
|
| WebDataBinder | Special DataBinder for data binding from web request parametersto JavaBean objects. | Class | org.springframework.web.bind | Spring MVC |
|
| WebDataBinderFactory | A factory for creating a WebDataBinder instance for a named target object. | Interface | org.springframework.web.bind.support | Spring MVC |
|
| WebDelegatingSmartContextLoader | WebDelegatingSmartContextLoader is a concrete implementation ofAbstractDelegatingSmartContextLoader that delegates to a | Class | org.springframework.test.context.web | Spring MVC |
|
| WebJarsResourceResolver | A ResourceResolver that delegates to the chain to locate a resource and thenattempts to find a matching versioned resource contained in a WebJar JAR file. | Class | org.springframework.web.servlet.resource | Spring MVC |
|
| WebLogicJtaTransactionManager | Special JtaTransactionManager variant for BEA WebLogic (9. | Class | org.springframework.transaction.jta | Spring MVC |
|
| WebLogicLoadTimeWeaver | LoadTimeWeaver implementation for WebLogic's instrumentableNOTE: Requires BEA WebLogic version 10 or higher. | Class | org.springframework.instrument.classloading.weblogic | Spring MVC |
|
| WebLogicNativeJdbcExtractor | supporting WebLogic Server 9. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| WebLogicRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for Oracle's WebLogic. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| WebMergedContextConfiguration | WebMergedContextConfiguration encapsulates the mergedcontext configuration declared on a test class and all of its superclasses | Class | org.springframework.test.context.web | Spring MVC |
|
| WebMvcConfigurationSupport | This is the main class providing the configuration behind the MVC Java config. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| WebMvcConfigurer | Defines callback methods to customize the Java-based configuration forSpring MVC enabled via @EnableWebMvc. | Interface | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| WebMvcConfigurerAdapter | An implementation of WebMvcConfigurer with empty methods allowingsub-classes to override only the methods they're interested in. | Class | org.springframework.web.servlet.config.annotation | Spring MVC |
|
| WebMvcStompEndpointRegistry | A registry for STOMP over WebSocket endpoints that maps the endpoints with aHandlerMapping for use in Spring MVC. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebMvcStompWebSocketEndpointRegistration | An abstract base class class for configuring STOMP over WebSocket/SockJS endpoints. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebRequest | Generic interface for a web request. | Interface | org.springframework.web.context.request | Spring MVC |
|
| WebRequestDataBinder | Special DataBinder to perform data bindingfrom web request parameters to JavaBeans, including support for multipart files. | Class | org.springframework.web.bind.support | Spring MVC |
|
| WebRequestHandlerInterceptorAdapter | Adapter that implements the Portlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| WebRequestHandlerInterceptorAdapter | Adapter that implements the Servlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| WebRequestInterceptor | Interface for general web request interception. | Interface | org.springframework.web.context.request | Spring MVC |
|
| WebRequestMatcher | Strategy for matching on a WebRequest. | Interface | org.springframework.test.web.servlet.htmlunit | Spring MVC |
|
| WebSocketAnnotationMethodMessageHandler | A sub-class of SimpAnnotationMethodMessageHandler to provide supportfor ControllerAdvice with global @MessageExceptionHandler methods. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| WebSocketClient | Contract for initiating a WebSocket request. | Interface | org.springframework.web.socket.client | Spring MVC |
|
| WebSocketClientSockJsSession | An extension of AbstractClientSockJsSession wrapping and delegatingto an actual WebSocket session. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| WebSocketConfigurationSupport | Configuration support for WebSocket request handling. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketConfigurer | Defines callback methods to configure the WebSocket request handlingvia @EnableWebSocket. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketConnectionManager | A WebSocket connection manager that is given a URI, a WebSocketClient, and aWebSocketHandler, connects to a WebSocket server through ConnectionManagerSupport. | Class | org.springframework.web.socket.client | Spring MVC |
|
| WebSocketContainerFactoryBean | A FactoryBean for creating and configuring a WebSocketContainerthrough Spring XML configuration. | Class | org.springframework.web.socket.client.standard | Spring MVC |
|
| WebSocketExtension | Represents a WebSocket extension as defined in the RFC 6455. | Class | org.springframework.web.socket | Spring MVC |
|
| WebSocketHandler | A handler for WebSocket messages and lifecycle events. | Interface | org.springframework.web.socket | Spring MVC |
|
| WebSocketHandlerDecorator | Wraps another WebSocketHandlerinstance and delegates to it. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| WebSocketHandlerDecoratorFactory | A factory for applying decorators to a WebSocketHandler. | Interface | org.springframework.web.socket.handler | Spring MVC |
|
| WebSocketHandlerMapping | An extension of SimpleUrlHandlerMapping that is also aSmartLifecycle container and propagates start and stop calls to any | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| WebSocketHandlerRegistration | Provides methods for configuring a WebSocket handler. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketHandlerRegistry | Provides methods for configuring WebSocketHandler request mappings. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketHttpHeaders | An HttpHeaders variant that adds support forthe HTTP headers defined by the WebSocket specification RFC 6455. | Class | org.springframework.web.socket | Spring MVC |
|
| WebSocketHttpRequestHandler | A HttpRequestHandler for processing WebSocket handshake requests. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| WebSocketMessage | A message that can be handled or sent on a WebSocket connection. | Interface | org.springframework.web.socket | Spring MVC |
|
| WebSocketMessageBrokerConfigurationSupport | receiving and responding to STOMP messages from WebSocket clients. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketMessageBrokerConfigurer | Defines methods for configuring message handling with simple messagingprotocols (e. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketMessageBrokerStats | A central class for aggregating information about internal state and countersfrom key infrastructure components of the setup that comes with | Class | org.springframework.web.socket.config | Spring MVC |
|
| WebSocketNamespaceHandler | NamespaceHandler for Spring WebSocketconfiguration namespace. | Class | org.springframework.web.socket.config | Spring MVC |
|
| WebSocketServerSockJsSession | A SockJS session for use with the WebSocket transport. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| WebSocketSession | A WebSocket session abstraction. | Interface | org.springframework.web.socket | Spring MVC |
|
| WebSocketSessionDecorator | Wraps another WebSocketSession instanceand delegates to it. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| WebSocketStompClient | A STOMP over WebSocket client that connects using an implementation ofincluding SockJsClient. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| WebSocketToJettyExtensionConfigAdapter | | Class | org.springframework.web.socket.adapter.jetty | Spring MVC |
|
| WebSocketToStandardExtensionAdapter | Adapt an instance of WebSocketExtension tothe Extension interface. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| WebSocketTransport | A SockJS Transport that uses aSince:4. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| WebSocketTransportHandler | WebSocket-based TransportHandler. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| WebSocketTransportRegistration | Configure the processing of messages received from and sent to WebSocket clients. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSphereDataSourceAdapter | DataSource implementation that delegates all calls to a WebSpheretarget DataSource, typically obtained from JNDI, applying a current | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| WebSphereLoadTimeWeaver | LoadTimeWeaver implementation for WebSphere's instrumentable ClassLoader. | Class | org.springframework.instrument.classloading.websphere | Spring MVC |
|
| WebSphereMBeanServerFactoryBean | FactoryBean that obtains a WebSphere MBeanServerreference through WebSphere's proprietary AdminServiceFactory API, | Class | org.springframework.jmx.support | Spring MVC |
|
| WebSphereNativeJdbcExtractor | supporting WebSphere Application Server 6. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| WebSphereRequestUpgradeStrategy | WebSphere support for upgrading an HttpServletRequest during aWebSocket handshake. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| WebSphereUowTransactionManager | WebSphere-specific PlatformTransactionManager implementation that delegatesto a UOWManager instance, obtained from WebSphere's | Class | org.springframework.transaction.jta | Spring MVC |
|
| WebTestContextBootstrapper | Web-specific implementation of the TestContextBootstrapper SPI. | Class | org.springframework.test.context.web | Spring MVC |
|
| WebUtils | Miscellaneous utilities for web applications. | Class | org.springframework.web.util | Spring MVC |
|
| WorkManagerTaskExecutor | TaskExecutor implementationthat delegates to a JCA 1. | Class | org.springframework.jca.work | Spring MVC |
|
| WorkManagerTaskExecutor | TaskExecutor implementation that delegates to a CommonJ WorkManager,which either needs to be specified as reference or through the JNDI name. | Class | org.springframework.scheduling.commonj | Spring MVC |
|
| WritableResource | Provides an OutputStream accessor. | Interface | org.springframework.core.io | Spring MVC |
|
| XhrClientSockJsSession | An extension of AbstractClientSockJsSession for use with HTTPtransports simulating a WebSocket session. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| XhrPollingTransportHandler | A TransportHandler based on XHR (long) polling. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| XhrReceivingTransportHandler | A TransportHandler that receives messages over HTTP. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| XhrStreamingTransportHandler | A TransportHandler that sends messages over an HTTP streaming request. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| XhrTransport | A SockJS Transport that uses HTTP requests to simulate a WebSocketinteraction. | Interface | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| XmlAwareFormHttpMessageConverter | Extension of FormHttpMessageConverter,adding support for XML-based parts through a SourceHttpMessageConverter. | Class | org.springframework.http.converter.xml | Spring MVC |
|
| XmlBeanDefinitionReader | Bean definition reader for XML bean definitions. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| XmlBeanDefinitionStoreException | XML-specific BeanDefinitionStoreException subclass that wraps aSAXException, typically a SAXParseException | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| XmlBeanFactory | Convenience extension of DefaultListableBeanFactory that reads bean definitionsfrom an XML document. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| XmlBeansMarshaller | Options can be set by setting the xmlOptions property. | Class | org.springframework.oxm.xmlbeans | Spring MVC |
|
| XmlBinaryStreamProvider | Interface defining handling involved with providing OutputStreamSince:2. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| XmlCharacterStreamProvider | Interface defining handling involved with providing WriterSince:2. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| XmlExpectationsHelper | A helper class for assertions on XML content. | Class | org.springframework.test.util | Spring MVC |
|
| XmlMappingException | Root of the hierarchy of Object XML Mapping exceptions. | Class | org.springframework.oxm | Spring MVC |
|
| XmlOptionsFactoryBean | FactoryBean that configures an XMLBeans XmlOptions objectand provides it as a bean reference. | Class | org.springframework.oxm.xmlbeans | Spring MVC |
|
| XmlPortletApplicationContext | Portlet-based WebApplicationContextby an XmlBeanDefinitionReader. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| XmlReaderContext | Extension of ReaderContext,specific to use with an XmlBeanDefinitionReader. | Class | org.springframework.beans.factory.xml | Spring MVC |
|
| XmlResultProvider | Interface defining handling involved with providing ResultSince:2. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| XmlValidationModeDetector | Detects whether an XML stream is using DTD- or XSD-based validation. | Class | org.springframework.util.xml | Spring MVC |
|
| XmlViewResolver | A ViewResolver implementation that usesbean definitions in a dedicated XML file for view definitions, specified by | Class | org.springframework.web.servlet.view | Spring MVC |
|
| XmlWebApplicationContext | WebApplicationContext implementationwhich takes its configuration from XML documents, understood by an | Class | org.springframework.web.context.support | Spring MVC |
|
| XpathExpectationsHelper | A helper class for applying assertions via XPath expressions. | Class | org.springframework.test.util | Spring MVC |
|
| XpathRequestMatchers | Factory methods for request content RequestMatcher's using an XPathexpression. | Class | org.springframework.test.web.client.match | Spring MVC |
|
| XpathResultMatchers | Factory for assertions on the response content using XPath expressions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
|
| XsltView | XSLT-driven View that allows for response context to be rendered as theresult of an XSLT transformation. | Class | org.springframework.web.servlet.view.xslt | Spring MVC |
|
| XsltViewResolver | ViewResolver implementation thatresolves instances of XsltView by translating the supplied view name | Class | org.springframework.web.servlet.view.xslt | Spring MVC |
|
| XStreamMarshaller | By default, XStream does not require any further configuration and can (un)marshalany class on the classpath. | Class | org.springframework.oxm.xstream | Spring MVC |
|
| YamlMapFactoryBean | Factory for a Map that reads from a YAML source. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| YamlProcessor | Base class for YAML factories. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| YamlPropertiesFactoryBean | Factory for Java Properties that reads from a YAML source. | Class | org.springframework.beans.factory.config | Spring MVC |
|
| ZoneIdEditor | Editor for java. | Class | org.springframework.beans.propertyeditors | Spring MVC |
|
| SpringJUnitWebConfig | @SpringJUnitWebConfig is a composed annotation that combines@ExtendWith(SpringExtension. | Class | org.springframework.test.context.junit.jupiter.web | Spring MVC |
|
| SpringJUnitConfig | @SpringJUnitConfig is a composed annotation that combines@ExtendWith(SpringExtension. | Class | org.springframework.test.context.junit.jupiter | Spring MVC |
|
| SpringExtension | | Class | org.springframework.test.context.junit.jupiter | Spring MVC |
|
| RunBeforeTestExecutionCallbacks | RunBeforeTestExecutionCallbacks is a custom JUnit Statementwhich allows the Spring TestContext Framework to be plugged into the | Class | org.springframework.test.context.junit4.statements | Spring MVC |
|
| RunAfterTestExecutionCallbacks | RunAfterTestExecutionCallbacks is a custom JUnit Statementwhich allows the Spring TestContext Framework to be plugged into the | Class | org.springframework.test.context.junit4.statements | Spring MVC |