Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web Classes and Interfaces - 1114 results found.
NameDescriptionTypePackageFramework
AbstractAnnotationConfigDispatcherServletInitializerBase class for WebApplicationInitializerconfigured with annotated classes, e.Classorg.springframework.web.servlet.supportSpring MVC
AbstractAtomFeedViewAbstract superclass for Atom Feed views, using the>NOTE: As of Spring 4.Classorg.springframework.web.servlet.view.feedSpring MVC
AbstractCachingViewResolverConvenient base class for ViewResolveronce resolved: This means that view resolution won't be a performance problem,Classorg.springframework.web.servlet.viewSpring MVC
AbstractCheckedElementTagAbstract base class to provide common methods forelement with a 'type' of 'checkbox' or 'radio'.Classorg.springframework.web.servlet.tags.formSpring MVC
AbstractClientSockJsSessionBase class for SockJS client implementations of WebSocketSession.Classorg.springframework.web.socket.sockjs.clientSpring MVC
AbstractContextLoaderInitializerConvenient base class for WebApplicationInitializer implementationsthat register a ContextLoaderListener in the servlet context.Classorg.springframework.web.contextSpring MVC
AbstractControllerConvenient superclass for controller implementations, using the TemplateMethod design pattern.Classorg.springframework.web.portlet.mvcSpring MVC
AbstractControllerConvenient superclass for controller implementations, using the Template Method(and that defined by interface):Classorg.springframework.web.servlet.mvcSpring MVC
AbstractControllerUrlHandlerMappingBase class for HandlerMapping implementationsthat derive URL paths according to conventions for specific controller types.Classorg.springframework.web.servlet.mvc.supportSpring MVC
AbstractCookieValueMethodArgumentResolverA base abstract class to resolve method arguments annotated with@CookieValue.Classorg.springframework.web.method.annotationSpring MVC
AbstractDataBoundFormElementTagBase tag for all data-binding aware JSP form tags.Classorg.springframework.web.servlet.tags.formSpring MVC
AbstractDetectingUrlHandlerMappingAbstract implementation of the HandlerMappinginterface, detecting URL mappings for handler beans through introspection of allClassorg.springframework.web.servlet.handlerSpring MVC
AbstractDispatcherServletInitializerBase class for WebApplicationInitializerConcrete implementations are required to implementClassorg.springframework.web.servlet.supportSpring MVC
AbstractExcelViewConvenient superclass for Excel document views.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractFeedViewAbstract base class for Atom and RSS Feed views, using the>NOTE: As of Spring 4.Classorg.springframework.web.servlet.view.feedSpring MVC
AbstractFlashMapManagerA base class for FlashMapManager implementations.Classorg.springframework.web.servlet.supportSpring MVC
AbstractFormTagBase class for all JSP form tags.Classorg.springframework.web.servlet.tags.formSpring MVC
AbstractHandlerExceptionResolverAbstract base class for HandlerExceptionResolver implementations.Classorg.springframework.web.portlet.handlerSpring MVC
AbstractHandlerExceptionResolverAbstract base class for HandlerExceptionResolver implementations.Classorg.springframework.web.servlet.handlerSpring MVC
AbstractHandlerMappingAbstract base class for HandlerMappingSince:2.Classorg.springframework.web.portlet.handlerSpring MVC
AbstractHandlerMappingAbstract base class for HandlerMappingincluding handler interceptors mapped by path patterns.Classorg.springframework.web.servlet.handlerSpring MVC
AbstractHandlerMethodAdapterAbstract base class for HandlerAdapter implementations that supporthandlers of type HandlerMethod.Classorg.springframework.web.servlet.mvc.methodSpring MVC
AbstractHandlerMethodExceptionResolverAbstract base class forHandlerExceptionResolverClassorg.springframework.web.servlet.handlerSpring MVC
AbstractHandlerMethodMappingAbstract base class for HandlerMapping implementations that definea mapping between a request and a HandlerMethod.Classorg.springframework.web.servlet.handlerSpring MVC
AbstractHandshakeHandlerA base class for HandshakeHandler implementations, independent from the Servlet API.Classorg.springframework.web.socket.server.supportSpring MVC
AbstractHtmlElementBodyTagConvenient super class for many html tags that render content using the databindingfeatures of the AbstractHtmlElementTag.Classorg.springframework.web.servlet.tags.formSpring MVC
AbstractHtmlElementTagBase class for databinding-aware JSP tags that render HTML element.Classorg.springframework.web.servlet.tags.formSpring MVC
AbstractHtmlInputElementTagBase class for databinding-aware JSP tags that render HTML form input element.Classorg.springframework.web.servlet.tags.formSpring MVC
AbstractHttpReceivingTransportHandlerBase class for HTTP transport handlers that receive messages via HTTP POST.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
AbstractHttpSendingTransportHandlerBase class for HTTP transport handlers that push messages to connected clients.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
AbstractHttpSockJsSessionAn abstract base class for use with HTTP transport SockJS sessions.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
AbstractJackson2ViewAbstract base class for Jackson based and content type independentAbstractView implementations.Classorg.springframework.web.servlet.view.jsonSpring MVC
AbstractJasperReportsSingleFormatViewfor views that use a fixed format, e.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
AbstractJasperReportsViewBase class for all JasperReports views.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
AbstractJExcelViewConvenient superclass for Excel document views.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractJsonpResponseBodyAdviceA convenient base class for a ResponseBodyAdvice to instruct theMappingJackson2HttpMessageConverterClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
AbstractLocaleContextResolverAbstract base class for LocaleContextResolver implementations.Classorg.springframework.web.servlet.i18nSpring MVC
AbstractLocaleResolverAbstract base class for LocaleResolver implementations.Classorg.springframework.web.servlet.i18nSpring MVC
AbstractMapBasedHandlerMappingAbstract base class for HandlerMappingSupports arbitrary lookup keys, and automatically resolves handler bean namesClassorg.springframework.web.portlet.handlerSpring MVC
AbstractMapBasedHandlerMapping .PortletRequestMappingPredicatePredicate interface for determining a match with a given request.Interfaceorg.springframework.web.portlet.handler.AbstractMapBasedHandlerMappingSpring MVC
AbstractMappingContentNegotiationStrategyBase class for ContentNegotiationStrategy implementations with thesteps to resolve a request to media types.Classorg.springframework.web.acceptSpring MVC
AbstractMappingJacksonResponseBodyAdviceA convenient base class for ResponseBodyAdvice implementationsthat customize the response before JSON serialization withClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
AbstractMessageConverterMethodArgumentResolverA base class for resolving method argument values by reading from the body ofa request with HttpMessageConverters.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
AbstractMessageConverterMethodProcessormethod return values by writing to the response with HttpMessageConverters.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
AbstractMultiCheckedElementTagAbstract base class to provide common methods for implementingdatabinding-aware JSP tags for rendering multipleClassorg.springframework.web.servlet.tags.formSpring MVC
AbstractMultipartHttpServletRequestAbstract base implementation of the MultipartHttpServletRequest interface.Classorg.springframework.web.multipart.supportSpring MVC
AbstractNamedValueMethodArgumentResolverAbstract base class for resolving method arguments from a named value.Classorg.springframework.web.method.annotationSpring MVC
AbstractNamedValueMethodArgumentResolver .NamedValueInfoRepresents the information about a named value, including name, whether it's required and a default value.Classorg.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolverSpring MVC
AbstractPdfStamperViewAbstract superclass for PDF views that operate on an existingdocument with an AcroForm.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractPdfViewAbstract superclass for PDF views, using Bruno Lowagie'sApplication-specific view classes will extend this class.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractRefreshablePortletApplicationContextAbstractRefreshableApplicationContextsubclass which implements the ConfigurablePortletApplicationContextClassorg.springframework.web.portlet.contextSpring MVC
AbstractRefreshableWebApplicationContextAbstractRefreshableApplicationContextsubclass which implements theClassorg.springframework.web.context.supportSpring MVC
AbstractRequestAttributesAbstract support class for RequestAttributes implementations,offering a request completion mechanism for request-specific destructionClassorg.springframework.web.context.requestSpring MVC
AbstractRequestAttributesScopeAbstract Scope implementation that reads from a particular scopein the current thread-bound RequestAttributes object.Classorg.springframework.web.context.requestSpring MVC
AbstractRequestConditionA base class for RequestCondition types providing implementations ofequals(Object), hashCode(), and toString().Classorg.springframework.web.servlet.mvc.conditionSpring MVC
AbstractRequestLoggingFilterBase class for Filters that perform logging operations before and after a requestSubclasses should override the beforeRequest(HttpServletRequest, String) andClassorg.springframework.web.filterSpring MVC
AbstractResourceResolverBase class for ResourceResolverSince:4.Classorg.springframework.web.servlet.resourceSpring MVC
AbstractRssFeedViewAbstract superclass for RSS Feed views, using the>NOTE: As of Spring 4.Classorg.springframework.web.servlet.view.feedSpring MVC
AbstractSingleCheckedElementTagAbstract base class to provide common methods for implementingdatabinding-aware JSP tags for rendering a singleClassorg.springframework.web.servlet.tags.formSpring MVC
AbstractSockJsMessageCodecAn base class for SockJS message codec that provides an implementation ofSince:4.Classorg.springframework.web.socket.sockjs.frameSpring MVC
AbstractSockJsServiceAn abstract base class for SockJsService implementations that provides SockJSpath resolution and handling of static SockJS requests (e.Classorg.springframework.web.socket.sockjs.supportSpring MVC
AbstractSockJsSessionAn abstract base class for SockJS sessions implementing SockJsSession.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
AbstractSpringPreparerFactoryAbstract implementation of the Tiles2 PreparerFactoryinterface, obtaining the current Spring WebApplicationContext and delegating toClassorg.springframework.web.servlet.view.tiles2Spring MVC
AbstractSpringPreparerFactoryAbstract implementation of the Tiles3 PreparerFactoryinterface, obtaining the current Spring WebApplicationContext and delegating toClassorg.springframework.web.servlet.view.tiles3Spring MVC
AbstractStandardUpgradeStrategyA base class for RequestUpgradeStrategy implementations that buildon the standard WebSocket API for Java (JSR-356).Classorg.springframework.web.socket.server.standardSpring MVC
AbstractSubProtocolEventA base class for events for a message received from a WebSocket client andparsed into a higher-level sub-protocol (e.Classorg.springframework.web.socket.messagingSpring MVC
AbstractTemplateViewAdapter base class for template-based view technologies such asVelocity and FreeMarker, with the ability to use request and sessionClassorg.springframework.web.servlet.viewSpring MVC
AbstractTemplateViewResolverAbstract base class for template view resolvers,in particular for Velocity and FreeMarker views.Classorg.springframework.web.servlet.viewSpring MVC
AbstractThemeResolverAbstract base class for ThemeResolver implementations.Classorg.springframework.web.servlet.themeSpring MVC
AbstractTransportHandlerClassorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
AbstractTyrusRequestUpgradeStrategyA base class for RequestUpgradeStrategy implementations on top ofJSR-356 based servers which include Tyrus as their WebSocket engine.Classorg.springframework.web.socket.server.standardSpring MVC
AbstractTyrusRequestUpgradeStrategy .Tyrus135EndpointHelperClassorg.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategySpring MVC
AbstractTyrusRequestUpgradeStrategy .Tyrus17EndpointHelperClassorg.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategySpring MVC
AbstractTyrusRequestUpgradeStrategy .TyrusEndpointHelperHelps with the creation, registration, and un-registration of endpoints.Interfaceorg.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategySpring MVC
AbstractUrlBasedViewAbstract base class for URL-based views.Classorg.springframework.web.servlet.viewSpring MVC
AbstractUrlHandlerMappingAbstract base class for URL-mapped HandlerMappingURL lookup.Classorg.springframework.web.servlet.handlerSpring MVC
AbstractUrlMethodNameResolverAbstract base class for URL-based MethodNameResolver implementations.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
AbstractUrlViewControllerAbstract base class for Controllers that return a view namebased on the request URL.Classorg.springframework.web.servlet.mvcSpring MVC
AbstractVersionStrategyAbstract base class for VersionStrategy implementations.Classorg.springframework.web.servlet.resourceSpring MVC
AbstractVersionStrategy .FileNameVersionPathStrategyFile name-based VersionPathStrategy,e.Classorg.springframework.web.servlet.resource.AbstractVersionStrategySpring MVC
AbstractVersionStrategy .PrefixVersionPathStrategyA prefix-based VersionPathStrategy,e.Classorg.springframework.web.servlet.resource.AbstractVersionStrategySpring MVC
AbstractViewAbstract base class for Viewconvenient configuration as Spring-managed bean instances.Classorg.springframework.web.servlet.viewSpring MVC
AbstractWebArgumentResolverAdapterAn abstract base class adapting a WebArgumentResolver to theHandlerMethodArgumentResolver contract.Classorg.springframework.web.method.annotationSpring MVC
AbstractWebSocketClientAbstract base class for WebSocketClient implementations.Classorg.springframework.web.socket.clientSpring MVC
AbstractWebSocketHandlerA convenient base class for WebSocketHandler implementation with empty methods.Classorg.springframework.web.socket.handlerSpring MVC
AbstractWebSocketHandlerRegistrationBase class for WebSocketHandlerRegistrations that gathers all the configurationoptions but allows sub-classes to put together the actual HTTP request mappings.Classorg.springframework.web.socket.config.annotationSpring MVC
AbstractWebSocketMessageA message that can be handled or sent on a WebSocket connection.Classorg.springframework.web.socketSpring MVC
AbstractWebSocketMessageBrokerConfigurerA convenient abstract base class for WebSocketMessageBrokerConfigurerSince:4.Classorg.springframework.web.socket.config.annotationSpring MVC
AbstractWebSocketSessionAn abstract base class for implementations of WebSocketSession.Classorg.springframework.web.socket.adapterSpring MVC
AbstractXhrTransportAbstract base class for XHR transport implementations to extend.Classorg.springframework.web.socket.sockjs.clientSpring MVC
AbstractXlsViewConvenient superclass for Excel document views in traditional XLS format.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractXlsxStreamingViewConvenient superclass for Excel document views in the Office 2007 XLSX format,using POI's streaming variant.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractXlsxViewConvenient superclass for Excel document views in the Office 2007 XLSX format(as supported by POI-OOXML).Classorg.springframework.web.servlet.view.documentSpring MVC
AcceptHeaderLocaleResolverLocaleResolver implementation that simply uses the primary localespecified in the accept-language header of the HTTP request (that is,Classorg.springframework.web.servlet.i18nSpring MVC
ActionMappingAnnotation for mapping Portlet action requests onto handler methods.Classorg.springframework.web.portlet.bind.annotationSpring MVC
AnnotatedEndpointConnectionManagerA WebSocket connection manager that is given a URI, aClientEndpoint-annotated endpoint, connects to aClassorg.springframework.web.socket.client.standardSpring MVC
AnnotationConfigWebApplicationContextWebApplicationContext@Configuration-annotatedClassorg.springframework.web.context.supportSpring MVC
AnnotationMethodHandlerAdapterinterface that maps handler methods based on portlet modes, action/render phasesand request parameters expressed through the RequestMapping annotation.Classorg.springframework.web.portlet.mvc.annotationSpring MVC
AnnotationMethodHandlerAdapterthat maps handler methods based on HTTP paths, HTTP methods, and request parametersexpressed through the RequestMapping annotation.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
AnnotationMethodHandlerExceptionResolverexceptions through the ExceptionHandler annotation.Classorg.springframework.web.portlet.mvc.annotationSpring MVC
AnnotationMethodHandlerExceptionResolverexceptions through the ExceptionHandler annotation.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
AppCacheManifestTransformerA ResourceTransformer implementation that helps handling resourceswithin HTML5 AppCache manifests for HTML5 offline applications.Classorg.springframework.web.servlet.resourceSpring MVC
ArgumentAwareAllows implementing tag to utilize nested spring:argument tags.Interfaceorg.springframework.web.servlet.tagsSpring MVC
ArgumentTagJSP tag for collecting arguments and passing them to an ArgumentAwareancestor in the tag hierarchy.Classorg.springframework.web.servlet.tagsSpring MVC
AsyncHandlerInterceptorstart of asynchronous request handling.Interfaceorg.springframework.web.servletSpring MVC
AsyncHandlerMethodReturnValueHandlerA HandlerMethodReturnValueHandler that handles return values thatrepresent asynchronous computation.Interfaceorg.springframework.web.method.supportSpring MVC
AsyncRequestCallbackCallback interface for code that operates on an AsyncClientHttpRequest.Interfaceorg.springframework.web.clientSpring MVC
AsyncRestOperationsInterface specifying a basic set of asynchronous RESTful operations.Interfaceorg.springframework.web.clientSpring MVC
AsyncRestTemplateSpring's central class for asynchronous client-side HTTP access.Classorg.springframework.web.clientSpring MVC
AsyncSupportConfigurerHelps with configuring options for asynchronous request processing.Classorg.springframework.web.servlet.config.annotationSpring MVC
AsyncTaskMethodReturnValueHandlerHandles return values of type WebAsyncTask.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
AsyncWebRequestInterfaceorg.springframework.web.context.request.asyncSpring MVC
AsyncWebRequestInterceptorasynchronous request handling.Interfaceorg.springframework.web.context.requestSpring MVC
BeanCreatingHandlerProviderInstantiates a target handler through a Spring BeanFactory and also providesan equivalent destroy method.Classorg.springframework.web.socket.handlerSpring MVC
BeanNameUrlHandlerMappinginterface that map from URLs to beans with names that start with a slash (/),similar to how Struts maps URLs to action names.Classorg.springframework.web.servlet.handlerSpring MVC
BeanNameViewResolverA simple implementation of ViewResolverthat interprets a view name as a bean name in the current application context,Classorg.springframework.web.servlet.viewSpring MVC
BinaryMessageA binary WebSocket message.Classorg.springframework.web.socketSpring MVC
BinaryWebSocketHandlerA convenient base class for WebSocketHandler implementation that process binarymessages only.Classorg.springframework.web.socket.handlerSpring MVC
BindErrorsTagJSP tag that evaluates content if there are binding errorsfor a certain bean.Classorg.springframework.web.servlet.tagsSpring MVC
BindStatusSimple adapter to expose the bind status of a field or object.Classorg.springframework.web.servlet.supportSpring MVC
BindTagBind tag, supporting evaluation of binding errors for a certainbean or bean property.Classorg.springframework.web.servlet.tagsSpring MVC
ButtonTagAn HTML button tag.Classorg.springframework.web.servlet.tags.formSpring MVC
ByteArrayMultipartFileEditorCustom PropertyEditor for convertingMultipartFiles to byte arrays.Classorg.springframework.web.multipart.supportSpring MVC
CachingResourceResolverA ResourceResolver thatresolves resources from a Cache or otherwiseClassorg.springframework.web.servlet.resourceSpring MVC
CachingResourceTransformerA ResourceTransformer that checks aCache to see if a previously transformed resourceClassorg.springframework.web.servlet.resourceSpring MVC
CallableMethodReturnValueHandlerHandles return values of type Callable.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
CallableProcessingInterceptorIntercepts concurrent request handling, where the concurrent result isobtained by executing a Callable on behalf of the application withInterfaceorg.springframework.web.context.request.asyncSpring MVC
CallableProcessingInterceptorAdapterAbstract adapter class for the CallableProcessingInterceptor interface,for simplified implementation of individual methods.Classorg.springframework.web.context.request.asyncSpring MVC
CharacterEncodingFilterServlet Filter that allows one to specify a character encoding for requests.Classorg.springframework.web.filterSpring MVC
CheckboxesTagDatabinding-aware JSP tag for rendering multiple HTML 'input'elements with a 'type' of 'checkbox'.Classorg.springframework.web.servlet.tags.formSpring MVC
CheckboxTagDatabinding-aware JSP tag for rendering an HTML 'input'element with a 'type' of 'checkbox'.Classorg.springframework.web.servlet.tags.formSpring MVC
CloseStatusRepresents a WebSocket close status code and reason.Classorg.springframework.web.socketSpring MVC
CommonsFileUploadSupportBase class for multipart resolvers that use Apache Commons FileUploadProvides common configuration properties and parsing functionalityClassorg.springframework.web.multipart.commonsSpring MVC
CommonsFileUploadSupport .MultipartParsingResultHolder for a Map of Spring MultipartFiles and a Map ofmultipart parameters.Classorg.springframework.web.multipart.commons.CommonsFileUploadSupportSpring MVC
CommonsMultipartFileMultipartFile implementation for Apache Commons FileUpload.Classorg.springframework.web.multipart.commonsSpring MVC
CommonsMultipartResolverServlet-based MultipartResolver implementation forApache Commons FileUploadClassorg.springframework.web.multipart.commonsSpring MVC
CommonsPortletMultipartResolverPortletMultipartResolver implementation forApache Commons FileUploadClassorg.springframework.web.portlet.multipartSpring MVC
CommonsRequestLoggingFilterSimple request logging filter that writes the request URI(and optionally the query string) to the Commons Log.Classorg.springframework.web.filterSpring MVC
CompletionStageReturnValueHandlerHandles return values of type CompletionStage (implemented byCompletableFuture for example).Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
CompositeFilterA generic composite servlet Filter that just delegates its behaviorto a chain (list) of user-supplied filters, achieving the functionality of aClassorg.springframework.web.filterSpring MVC
CompositeRequestConditionRequestCondition types and using a logical conjunction (' && ') toensure all conditions match a given request.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
CompositeUriComponentsContributorA UriComponentsContributor containing a list of other contributorsto delegate and also encapsulating a specific ConversionService toClassorg.springframework.web.method.supportSpring MVC
ConcurrentWebSocketSessionDecoratorWraps a WebSocketSession and guaranteesonly one thread can send messages at a time.Classorg.springframework.web.socket.handlerSpring MVC
ConfigurableJasperReportsViewConfigurable JasperReports View, allowing to specify the JasperReports exporterto be specified through bean properties rather than through the view class name.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
ConfigurablePortletApplicationContextInterface to be implemented by configurable portlet application contexts.Interfaceorg.springframework.web.portlet.contextSpring MVC
ConfigurableWebApplicationContextInterface to be implemented by configurable web application contexts.Interfaceorg.springframework.web.contextSpring MVC
ConfigurableWebBindingInitializerConvenient WebBindingInitializer for declarative configurationin a Spring application context.Classorg.springframework.web.bind.supportSpring MVC
ConfigurableWebEnvironmentSpecialization of ConfigurableEnvironment allowing initialization ofservlet-related PropertySource objects at theInterfaceorg.springframework.web.contextSpring MVC
ConnectionManagerSupportA base class for WebSocket connection managers.Classorg.springframework.web.socket.clientSpring MVC
ConsumesRequestConditionA logical disjunction request condition to match a request's'Content-Type' header to a list of media type expressions.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
ContentCachingRequestWrapperHttpServletRequest wrapper that caches all content read fromthe input stream and reader,Classorg.springframework.web.utilSpring MVC
ContentCachingResponseWrapperHttpServletResponse wrapper that caches all content written tothe output stream and writer,Classorg.springframework.web.utilSpring MVC
ContentNegotiatingViewResolverThe ContentNegotiatingViewResolver does not resolve views itself, but delegates toother ViewResolvers.Classorg.springframework.web.servlet.viewSpring MVC
ContentNegotiationConfigurerCreates a ContentNegotiationManager and configures it withone or more ContentNegotiationStrategy instances.Classorg.springframework.web.servlet.config.annotationSpring MVC
ContentNegotiationManagerCentral class to determine requested media typesfor a request.Classorg.springframework.web.acceptSpring MVC
ContentNegotiationManagerFactoryBeanFactory to create a ContentNegotiationManager and configure it withone or more ContentNegotiationStrategy instances via simple setters.Classorg.springframework.web.acceptSpring MVC
ContentNegotiationStrategyA strategy for resolving the requested media types for a request.Interfaceorg.springframework.web.acceptSpring MVC
ContentVersionStrategyA VersionStrategy that calculates an Hex MD5 hashes from the contentof the resource and appends it to the file name, e.Classorg.springframework.web.servlet.resourceSpring MVC
ContextCleanupListenerWeb application listener that cleans up remaining disposable attributesin the ServletContext, i.Classorg.springframework.web.contextSpring MVC
ContextExposingHttpServletRequestHttpServletRequest decorator that makes all Spring beans in agiven WebApplicationContext accessible as request attributes,Classorg.springframework.web.context.supportSpring MVC
ContextLoaderPerforms the actual initialization work for the root application context.Classorg.springframework.web.contextSpring MVC
ContextLoaderListenerBootstrap listener to start up and shut down Spring's root WebApplicationContext.Classorg.springframework.web.contextSpring MVC
ControllerBase portlet Controller interface, representing a component that receivesRenderRequest/RenderResponse and ActionRequest/ActionResponse like aInterfaceorg.springframework.web.portlet.mvcSpring MVC
ControllerBase Controller interface, representing a component that receivesHttpServletRequest and HttpServletResponseInterfaceorg.springframework.web.servlet.mvcSpring MVC
ControllerAdviceIndicates the annotated class assists a Controller.Classorg.springframework.web.bind.annotationSpring MVC
ControllerAdviceBeanEncapsulates information about an @ControllerAdviceSpring-managed bean without necessarily requiring it to be instantiated.Classorg.springframework.web.methodSpring MVC
ControllerBeanNameHandlerMappingfollows a simple convention for generating URL path mappings from the bean namesof registered Controller beansClassorg.springframework.web.servlet.mvc.supportSpring MVC
ControllerClassNameHandlerMappingfollows a simple convention for generating URL path mappings from the class namesof registered Controller beansClassorg.springframework.web.servlet.mvc.supportSpring MVC
ConversionServiceExposingInterceptorInterceptor that places the configured ConversionService in request scopeso it's available during request processing.Classorg.springframework.web.servlet.handlerSpring MVC
ConvertingEncoderDecoderSupportBase class that can be used to implement a standard Encoderand/or Decoder.Classorg.springframework.web.socket.adapter.standardSpring MVC
ConvertingEncoderDecoderSupport .BinaryDecoderA binary javax.Classorg.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportSpring MVC
ConvertingEncoderDecoderSupport .BinaryEncoderA binary javax.Classorg.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportSpring MVC
ConvertingEncoderDecoderSupport .TextDecoderA Text javax.Classorg.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportSpring MVC
ConvertingEncoderDecoderSupport .TextEncoderA text javax.Classorg.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportSpring MVC
CookieGeneratorHelper class for cookie generation, carrying cookie descriptor settingsas bean properties and being able to add and remove cookie to/from aClassorg.springframework.web.utilSpring MVC
CookieLocaleResolverLocaleResolver implementation that uses a cookie sent back to the userin case of a custom setting, with a fallback to the specified default localeClassorg.springframework.web.servlet.i18nSpring MVC
CookieThemeResolverThemeResolver implementation that uses a cookie sent back to the userin case of a custom setting, with a fallback to the default theme.Classorg.springframework.web.servlet.themeSpring MVC
CookieValueAnnotation which indicates that a method parameter should be bound to an HTTP cookie.Classorg.springframework.web.bind.annotationSpring MVC
CorsBeanDefinitionParserBeanDefinitionParser that parses acors element in order to set the CORS configuration in the variousClassorg.springframework.web.servlet.configSpring MVC
CorsConfigurationA container for CORS configuration that also provides methods to checkthe actual or requested origin, HTTP methods, and headers.Classorg.springframework.web.corsSpring MVC
CorsConfigurationSourceInterface to be implemented by classes (usually HTTP request handlers) thatprovides a CorsConfiguration instance based on the provided request.Interfaceorg.springframework.web.corsSpring MVC
CorsFilterFilter that handles CORS preflight requests and intercepts CORSsimple and actual requests thanks to a CorsProcessor implementationClassorg.springframework.web.filterSpring MVC
CorsProcessorA strategy that takes a request and a CorsConfiguration and updatesThis component is not concerned with how a CorsConfiguration isInterfaceorg.springframework.web.corsSpring MVC
CorsRegistrationCorsRegistration assists with the creation of aCorsConfiguration instance mapped to a path pattern.Classorg.springframework.web.servlet.config.annotationSpring MVC
CorsRegistryCorsRegistry assists with the registration of CorsConfigurationmapped to a path pattern.Classorg.springframework.web.servlet.config.annotationSpring MVC
CorsUtilsUtility class for CORS request handling based on theCORS W3C recommandation.Classorg.springframework.web.corsSpring MVC
CrossOriginMarks the annotated method or type as permitting cross origin requests.Classorg.springframework.web.bind.annotationSpring MVC
CssLinkResourceTransformerA ResourceTransformer implementation that modifies links in a CSSfile to match the public URL paths that should be exposed to clients (e.Classorg.springframework.web.servlet.resourceSpring MVC
CssLinkResourceTransformer .AbstractCssLinkParserClassorg.springframework.web.servlet.resource.CssLinkResourceTransformerSpring MVC
CssLinkResourceTransformer .CssLinkParserSetInterfaceorg.springframework.web.servlet.resource.CssLinkResourceTransformerSpring MVC
DecoratingNavigationHandlerBase class for JSF NavigationHandler implementations that wantto be capable of decorating an original NavigationHandler.Classorg.springframework.web.jsfSpring MVC
DefaultAnnotationHandlerMappinginterface that maps handlers based on portlet modes expressed through theRequestMapping annotation at the type or method level.Classorg.springframework.web.portlet.mvc.annotationSpring MVC
DefaultAnnotationHandlerMappinginterface that maps handlers based on HTTP paths expressed through theRequestMapping annotation at the type or method level.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
DefaultCorsProcessorThe default implementation of CorsProcessor, as defined by theCORS W3C recommendation.Classorg.springframework.web.corsSpring MVC
DefaultDataBinderFactoryCreate a WebRequestDataBinder instance and initialize it with aWebBindingInitializer.Classorg.springframework.web.bind.supportSpring MVC
DefaultHandlerExceptionResolverDefault implementation of the HandlerExceptionResolver interface that resolves standard Spring exceptions and translatesthem to corresponding HTTP status codes.Classorg.springframework.web.servlet.mvc.supportSpring MVC
DefaultHandshakeHandlerA default HandshakeHandler implementation,See AbstractHandshakeHandler's javadoc for details on supported servers etc.Classorg.springframework.web.socket.server.supportSpring MVC
DefaultMultipartActionRequestDefault implementation of the MultipartActionRequest interface.Classorg.springframework.web.portlet.multipartSpring MVC
DefaultMultipartHttpServletRequestDefault implementation of theMultipartHttpServletRequestClassorg.springframework.web.multipart.supportSpring MVC
DefaultRequestToViewNameTranslatorRequestToViewNameTranslatorthat simply transforms the URI of the incoming request into a view name.Classorg.springframework.web.servlet.viewSpring MVC
DefaultResponseErrorHandlerDefault implementation of the ResponseErrorHandler interface.Classorg.springframework.web.clientSpring MVC
DefaultServletHandlerConfigurerConfigures a request handler for serving static resources by forwarding the request to the Servlet container'sdefault Servlet.Classorg.springframework.web.servlet.config.annotationSpring MVC
DefaultServletHttpRequestHandlerAn HttpRequestHandler for serving static files using the Servlet container's default Servlet.Classorg.springframework.web.servlet.resourceSpring MVC
DefaultSessionAttributeStoreDefault implementation of the SessionAttributeStore interface,storing the attributes in the WebRequest session (i.Classorg.springframework.web.bind.supportSpring MVC
DefaultSimpUserRegistryDefault, mutable, thread-safe implementation of SimpUserRegistry thatlistens ApplicationContext events of type AbstractSubProtocolEvent toClassorg.springframework.web.socket.messagingSpring MVC
DefaultSockJsFrameFormatA default implementation ofSockJsFrameFormat that reliesClassorg.springframework.web.socket.sockjs.frameSpring MVC
DefaultSockJsServiceA default implementation of SockJsServicewith all default TransportHandler implementations pre-registered.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
DefaultUriTemplateHandlerDefault implementation of UriTemplateHandler that relies onUriComponentsBuilder internally.Classorg.springframework.web.utilSpring MVC
DeferredResultDeferredResult provides an alternative to using a Callable forasynchronous request processing.Classorg.springframework.web.context.request.asyncSpring MVC
DeferredResult .DeferredResultHandlerHandles a DeferredResult value when set.Interfaceorg.springframework.web.context.request.async.DeferredResultSpring MVC
DeferredResultMethodReturnValueHandlerHandles return values of type DeferredResult.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
DeferredResultProcessingInterceptorIntercepts concurrent request handling, where the concurrent result isobtained by waiting for a DeferredResult to be set from a threadInterfaceorg.springframework.web.context.request.asyncSpring MVC
DeferredResultProcessingInterceptorAdapterAbstract adapter class for the DeferredResultProcessingInterceptorinterface for simplified implementation of individual methods.Classorg.springframework.web.context.request.asyncSpring MVC
DelegatingFilterProxyProxy for a standard Servlet Filter, delegating to a Spring-managed bean thatin web.Classorg.springframework.web.filterSpring MVC
DelegatingNavigationHandlerProxyJSF NavigationHandler implementation that delegates to a NavigationHandlerbean obtained from the Spring root WebApplicationContext.Classorg.springframework.web.jsfSpring MVC
DelegatingPhaseListenerMulticasterJSF PhaseListener implementation that delegates to one or more Spring-managedPhaseListener beans coming from the Spring root WebApplicationContext.Classorg.springframework.web.jsfSpring MVC
DelegatingWebMvcConfigurationA sub-class of WebMvcConfigurationSupport that detects and delegatesto all beans of type WebMvcConfigurer allowing them to customize theClassorg.springframework.web.servlet.config.annotationSpring MVC
DelegatingWebSocketConfigurationA variation of WebSocketConfigurationSupport that detects implementations ofWebSocketConfigurer in Spring configuration and invokes them in order toClassorg.springframework.web.socket.config.annotationSpring MVC
DelegatingWebSocketMessageBrokerConfigurationA WebSocketMessageBrokerConfigurationSupport extension that detectsbeans of type WebSocketMessageBrokerConfigurer and delegates to allClassorg.springframework.web.socket.config.annotationSpring MVC
DestructionCallbackBindingListenerAdapter that implements the Servlet HttpSessionBindingListener interface,wrapping a session destruction callback.Classorg.springframework.web.context.requestSpring MVC
DispatcherPortletCentral dispatcher for use within the Portlet MVC framework, e.Classorg.springframework.web.portletSpring MVC
DispatcherServletCentral dispatcher for HTTP request handlers/controllers, e.Classorg.springframework.web.servletSpring MVC
DispatcherServletWebRequestServletWebRequest subclass that is aware ofrequest context, such as the Locale determined by the configuredClassorg.springframework.web.servlet.handlerSpring MVC
EditorAwareTagInterface to be implemented by JSP tags that expose aPropertyEditor for a property that they are currently bound to.Interfaceorg.springframework.web.servlet.tagsSpring MVC
EnableWebMvcAdding this annotation to an @Configuration class imports the Spring MVCconfiguration from WebMvcConfigurationSupport, e.Classorg.springframework.web.servlet.config.annotationSpring MVC
EnableWebSocketAdd this annotation to an @Configuration class to configureprocessing WebSocket requests:Classorg.springframework.web.socket.config.annotationSpring MVC
EnableWebSocketMessageBrokerAdd this annotation to an @Configuration class to enable broker-backedmessaging over WebSocket using a higher-level messaging sub-protocol.Classorg.springframework.web.socket.config.annotationSpring MVC
EncodedResourceInterface for a resource descriptor that describes the encodingapplied to the entire resource content.Interfaceorg.springframework.web.servlet.resourceSpring MVC
EndpointConnectionManagerA WebSocket connection manager that is given a URI, an Endpoint, connects to aWebSocket server through the ConnectionManagerSupport.Classorg.springframework.web.socket.client.standardSpring MVC
ErrorsMethodArgumentResolverResolves Errors method arguments.Classorg.springframework.web.method.annotationSpring MVC
ErrorsTagForm tag for displaying errors for a particular field or object.Classorg.springframework.web.servlet.tags.formSpring MVC
EscapeBodyTagCustom JSP tag to escape its enclosed body content,applying HTML escaping and/or JavaScript escaping.Classorg.springframework.web.servlet.tagsSpring MVC
EscapedErrorsErrors wrapper that adds automatic HTML escaping to the wrapped instance,for convenient usage in HTML views.Classorg.springframework.web.bindSpring MVC
EvalTagJSP tag for evaluating expressions with the Spring Expression Language (SpEL).Classorg.springframework.web.servlet.tagsSpring MVC
EventAwareControllerExtension of the Portlet Controller interface that allowsfor handling Portlet 2.Interfaceorg.springframework.web.portlet.mvcSpring MVC
EventMappingAnnotation for mapping Portlet event requests onto handler methods.Classorg.springframework.web.portlet.bind.annotationSpring MVC
EventSourceTransportHandlerA TransportHandler for sending messages via Server-Sent events:http://dev.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
ExceptionHandlerAnnotation for handling exceptions in specific handler classes and/orhandler methods.Classorg.springframework.web.bind.annotationSpring MVC
ExceptionHandlerExceptionResolverAn AbstractHandlerMethodExceptionResolver that resolves exceptionsthrough @ExceptionHandler methods.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ExceptionHandlerMethodResolverDiscovers @ExceptionHandler methods in a given class,including all of its superclasses, and helps to resolve a given ExceptionClassorg.springframework.web.method.annotationSpring MVC
ExceptionWebSocketHandlerDecoratorAn exception handling WebSocketHandlerDecorator.Classorg.springframework.web.socket.handlerSpring MVC
ExpressionValueMethodArgumentResolverResolves method arguments annotated with @Value.Classorg.springframework.web.method.annotationSpring MVC
ExtendedServletRequestDataBinderSubclass of ServletRequestDataBinder that adds URI template variablesto the values used for data binding.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
FacesContextUtilsConvenience methods to retrieve Spring's root WebApplicationContextfor a given JSF FacesContext.Classorg.springframework.web.jsfSpring MVC
FacesRequestAttributesRequestAttributes adapter for a JSF FacesContext.Classorg.springframework.web.context.requestSpring MVC
FacesWebRequestWebRequest adapter for a JSF FacesContext.Classorg.springframework.web.context.requestSpring MVC
FixedContentNegotiationStrategyA ContentNegotiationStrategy that returns a fixed content type.Classorg.springframework.web.acceptSpring MVC
FixedLocaleResolverLocaleResolver implementationthat always returns a fixed default locale and optionally time zone.Classorg.springframework.web.servlet.i18nSpring MVC
FixedThemeResolverThemeResolver implementationthat simply uses a fixed theme.Classorg.springframework.web.servlet.themeSpring MVC
FixedVersionStrategyA VersionStrategy that relies on a fixed version applied as a requestpath prefix, e.Classorg.springframework.web.servlet.resourceSpring MVC
FlashMapA FlashMap provides a way for one request to store attributes intended foruse in another.Classorg.springframework.web.servletSpring MVC
FlashMapManagerA strategy interface for retrieving and saving FlashMap instances.Interfaceorg.springframework.web.servletSpring MVC
FormTagDatabinding-aware JSP tag for rendering an HTML 'form' whoseinner elements are bound to properties on a form object.Classorg.springframework.web.servlet.tags.formSpring MVC
FrameworkPortletBase portlet for Spring's portlet framework.Classorg.springframework.web.portletSpring MVC
FrameworkServletBase servlet for Spring's web framework.Classorg.springframework.web.servletSpring MVC
FreeMarkerConfigInterface to be implemented by objects that configure and manage aFreeMarker Configuration object in a web environment.Interfaceorg.springframework.web.servlet.view.freemarkerSpring MVC
FreeMarkerConfigurerJavaBean to configure FreeMarker for web usage, via the configLocationand/or freemarkerSettings and/or templateLoaderPath properties.Classorg.springframework.web.servlet.view.freemarkerSpring MVC
FreeMarkerConfigurerBeanDefinitionParserParse the MVC namespace element and registerFreeMarkerConfigurer beanClassorg.springframework.web.servlet.configSpring MVC
FreeMarkerViewView using the FreeMarker template engine.Classorg.springframework.web.servlet.view.freemarkerSpring MVC
FreeMarkerViewResolverConvenience subclass of UrlBasedViewResolverthat supports FreeMarkerView (i.Classorg.springframework.web.servlet.view.freemarkerSpring MVC
GenericFilterBeanSimple base implementation of Filter which treatsits config parameters (init-param entries within theClassorg.springframework.web.filterSpring MVC
GenericPortletBeanSimple extension of javax.Classorg.springframework.web.portletSpring MVC
GenericWebApplicationContextSubclass of GenericApplicationContext, suitable for web environments.Classorg.springframework.web.context.supportSpring MVC
GlassFishRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for Oracle's GlassFish 4.Classorg.springframework.web.socket.server.standardSpring MVC
GroovyMarkupConfigInterface to be implemented by objects that configure and manage a GroovyMarkupTemplateEngine for automatic lookup in a web environment.Interfaceorg.springframework.web.servlet.view.groovySpring MVC
GroovyMarkupConfigurerAn extension of Groovy's TemplateConfiguration andan implementation of Spring MVC's GroovyMarkupConfig for creatingClassorg.springframework.web.servlet.view.groovySpring MVC
GroovyMarkupConfigurerBeanDefinitionParserParse the MVC namespace element and register aGroovyConfigurer beanClassorg.springframework.web.servlet.configSpring MVC
GroovyMarkupViewAn AbstractTemplateView subclass based on Groovy XML/XHTML markup templates.Classorg.springframework.web.servlet.view.groovySpring MVC
GroovyMarkupViewResolverConvenience subclass of @link AbstractTemplateViewResolver} that supportsGroovyMarkupView (i.Classorg.springframework.web.servlet.view.groovySpring MVC
GroovyWebApplicationContextWebApplicationContext implementation which takesits configuration from Groovy bean definition scripts and/or XML files, as understood byClassorg.springframework.web.context.supportSpring MVC
GzipResourceResolverA ResourceResolver that delegates to the chain to locate a resourceand then attempts to find a variation with the .Classorg.springframework.web.servlet.resourceSpring MVC
HandlerAdapterPortlet MVC framework SPI interface, allowing parameterization of core MVC workflow.Interfaceorg.springframework.web.portletSpring MVC
HandlerAdapterMVC framework SPI, allowing parameterization of the core MVC workflow.Interfaceorg.springframework.web.servletSpring MVC
HandlerExceptionResolverInterface to be implemented by objects than can resolve exceptions thrownduring handler mapping or execution, in the typical case to error views.Interfaceorg.springframework.web.portletSpring MVC
HandlerExceptionResolverInterface to be implemented by objects that can resolve exceptions thrown duringhandler mapping or execution, in the typical case to error views.Interfaceorg.springframework.web.servletSpring MVC
HandlerExceptionResolverCompositeA HandlerExceptionResolver that delegates to a list of other HandlerExceptionResolvers.Classorg.springframework.web.servlet.handlerSpring MVC
HandlerExecutionChainHandler execution chain, consisting of handler object and any handler interceptors.Classorg.springframework.web.portletSpring MVC
HandlerExecutionChainHandler execution chain, consisting of handler object and any handler interceptors.Classorg.springframework.web.servletSpring MVC
HandlerInterceptorWorkflow interface that allows for customized handler execution chains.Interfaceorg.springframework.web.portletSpring MVC
HandlerInterceptorWorkflow interface that allows for customized handler execution chains.Interfaceorg.springframework.web.servletSpring MVC
HandlerInterceptorAdapterAbstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors.Classorg.springframework.web.portlet.handlerSpring MVC
HandlerInterceptorAdapterAbstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors.Classorg.springframework.web.servlet.handlerSpring MVC
HandlerMappingInterface to be implemented by objects that define a mapping betweenrequests and handler objects.Interfaceorg.springframework.web.portletSpring MVC
HandlerMappingInterface to be implemented by objects that define a mapping betweenrequests and handler objects.Interfaceorg.springframework.web.servletSpring MVC
HandlerMethodEncapsulates information about a handler method consisting of aProvides convenient access to method parameters, the method return value,Classorg.springframework.web.methodSpring MVC
HandlerMethodArgumentResolverStrategy interface for resolving method parameters into argument values inthe context of a given request.Interfaceorg.springframework.web.method.supportSpring MVC
HandlerMethodArgumentResolverCompositeResolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers.Classorg.springframework.web.method.supportSpring MVC
HandlerMethodInvocationExceptionException indicating that the execution of an annotated MVC handler method failed.Classorg.springframework.web.bind.annotation.supportSpring MVC
HandlerMethodInvokerSupport class for invoking an annotated handler method.Classorg.springframework.web.bind.annotation.supportSpring MVC
HandlerMethodMappingNamingStrategyA strategy for assigning a name to a handler method's mapping.Interfaceorg.springframework.web.servlet.handlerSpring MVC
HandlerMethodResolverSupport class for resolving web method annotations in a handler type.Classorg.springframework.web.bind.annotation.supportSpring MVC
HandlerMethodReturnValueHandlerStrategy interface to handle the value returned from the invocation of aSince:3.Interfaceorg.springframework.web.method.supportSpring MVC
HandlerMethodReturnValueHandlerCompositeHandles method return values by delegating to a list of registered HandlerMethodReturnValueHandlers.Classorg.springframework.web.method.supportSpring MVC
HandlerMethodSelectorDefines 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.Classorg.springframework.web.methodSpring MVC
HandshakeFailureExceptionThrown when handshake processing failed to complete due to an internal, unrecoverableerror.Classorg.springframework.web.socket.serverSpring MVC
HandshakeHandlerContract for processing a WebSocket handshake request.Interfaceorg.springframework.web.socket.serverSpring MVC
HandshakeInterceptorInterceptor for WebSocket handshake requests.Interfaceorg.springframework.web.socket.serverSpring MVC
HandshakeInterceptorChainA helper class that assists with invoking a list of handshake interceptors.Classorg.springframework.web.socket.server.supportSpring MVC
HeaderContentNegotiationStrategyA ContentNegotiationStrategy that checks the 'Accept' request header.Classorg.springframework.web.acceptSpring MVC
HeadersRequestConditionA logical conjunction (' && ') request condition that matches a request againsta set of header expressions with syntax defined in RequestMapping.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
HiddenHttpMethodFilterFilter that converts posted method parameters into HTTP methods,retrievable via HttpServletRequest.Classorg.springframework.web.filterSpring MVC
HtmlEscapeTagSets default HTML escape value for the current page.Classorg.springframework.web.servlet.tagsSpring MVC
HtmlEscapingAwareTagSuperclass for tags that output content that might get HTML-escaped.Classorg.springframework.web.servlet.tagsSpring MVC
HtmlFileTransportHandlerAn HTTP TransportHandler that uses a famous browser document.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
HtmlUtilsUtility class for HTML escaping.Classorg.springframework.web.utilSpring MVC
HttpClientErrorExceptionException thrown when an HTTP 4xx is received.Classorg.springframework.web.clientSpring MVC
HttpEntityMethodProcessorResolves HttpEntity and RequestEntity method argument valuesand also handles HttpEntity and ResponseEntity return values.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
HttpHeadersReturnValueHandlerHandles HttpHeaders return values.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
HttpMediaTypeExceptionAbstract base for exceptions related to media types.Classorg.springframework.webSpring MVC
HttpMediaTypeNotAcceptableExceptionException thrown when the request handler cannot generate a response that is acceptable by the client.Classorg.springframework.webSpring MVC
HttpMediaTypeNotSupportedExceptionException thrown when a client POSTs, PUTs, or PATCHes content of a typenot supported by request handler.Classorg.springframework.webSpring MVC
HttpMessageConverterExtractorResponse extractor that uses the given entity convertersto convert the response into a type T.Classorg.springframework.web.clientSpring MVC
HttpPutFormContentFilterFilter that makes form encoded data available throughthe ServletRequest.Classorg.springframework.web.filterSpring MVC
HttpRequestHandlerPlain handler interface for components that process HTTP requests,analogous to a Servlet.Interfaceorg.springframework.webSpring MVC
HttpRequestHandlerAdapterAdapter to use the plain HttpRequestHandlerinterface with the generic DispatcherServlet.Classorg.springframework.web.servlet.mvcSpring MVC
HttpRequestHandlerServletSimple HttpServlet that delegates to an HttpRequestHandler bean definedin Spring's root web application context.Classorg.springframework.web.context.supportSpring MVC
HttpRequestMethodNotSupportedExceptionException thrown when a request handler does not support aspecific request method.Classorg.springframework.webSpring MVC
HttpServerErrorExceptionException thrown when an HTTP 5xx is received.Classorg.springframework.web.clientSpring MVC
HttpServletBeanSimple extension of HttpServlet which treatsits config parameters (init-param entries within theClassorg.springframework.web.servletSpring MVC
HttpSessionHandshakeInterceptorAn interceptor to copy information from the HTTP session to the handshakeattributes map to made available viaWebSocketSession.Classorg.springframework.web.socket.server.supportSpring MVC
HttpSessionMutexListenerServlet HttpSessionListener that automatically exposes the session mutexwhen an HttpSession gets created.Classorg.springframework.web.utilSpring MVC
HttpSessionRequiredExceptionException thrown when an HTTP request handler requires a pre-existing session.Classorg.springframework.webSpring MVC
HttpStatusCodeExceptionAbstract base class for exceptions based on an HttpStatus.Classorg.springframework.web.clientSpring MVC
InfoReceiverA component that can execute the SockJS Info request that needs to beperformed before the SockJS session starts in order to check server endpointInterfaceorg.springframework.web.socket.sockjs.clientSpring MVC
InitBinderAnnotation that identifies methods which initialize thewill be used for populating command and form object argumentsClassorg.springframework.web.bind.annotationSpring MVC
InitBinderDataBinderFactoryAdds initialization to a WebDataBinder via @InitBinder methods.Classorg.springframework.web.method.annotationSpring MVC
InputTagData-binding-aware JSP tag for rendering an HTML 'input'element with a 'type' of 'text'.Classorg.springframework.web.servlet.tags.formSpring MVC
InterceptorRegistrationAssists with the creation of a MappedInterceptor.Classorg.springframework.web.servlet.config.annotationSpring MVC
InterceptorRegistryHelps with configuring a list of mapped interceptors.Classorg.springframework.web.servlet.config.annotationSpring MVC
InternalPathMethodNameResolverSimple implementation of MethodNameResolver that maps URL tomethod name.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
InternalResourceViewWrapper for a JSP or other resource within the same web application.Classorg.springframework.web.servlet.viewSpring MVC
InternalResourceViewResolverConvenient subclass of UrlBasedViewResolver that supportsInternalResourceView (i.Classorg.springframework.web.servlet.viewSpring MVC
IntrospectorCleanupListenerListener that flushes the JDK's JavaBeans Introspectorcache on web app shutdown.Classorg.springframework.web.utilSpring MVC
InvocableHandlerMethodProvides a method for invoking the handler method for a given request after resolving itsmethod argument values through registered HandlerMethodArgumentResolvers.Classorg.springframework.web.method.supportSpring MVC
Jackson2SockJsMessageCodecA Jackson 2.Classorg.springframework.web.socket.sockjs.frameSpring MVC
JasperReportsCsvViewthat renders report results in CSV format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsHtmlViewthat renders report results in HTML format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsMultiFormatViewJasperReports view class that allows for the actual rendering formatto be specified at runtime using a parameter contained in the model.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsPdfViewthat renders report results in PDF format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsViewResolverViewResolver implementation thatresolves instances of AbstractJasperReportsView by translatingClassorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsXlsViewthat renders report results in XLS format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsXlsxViewthat renders report results in XLSX format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JavaScriptUtilsUtility class for JavaScript escaping.Classorg.springframework.web.utilSpring MVC
JettyRequestUpgradeStrategyA RequestUpgradeStrategy for use with Jetty 9.Classorg.springframework.web.socket.server.jettySpring MVC
JettyWebSocketClientInitiates WebSocket requests to a WebSocket server programmaticallythrough the Jetty WebSocket API.Classorg.springframework.web.socket.client.jettySpring MVC
JettyWebSocketHandlerAdapterAdapts WebSocketHandler to the Jetty 9 WebSocket API.Classorg.springframework.web.socket.adapter.jettySpring MVC
JettyWebSocketSessionA WebSocketSession for use with the Jetty 9 WebSocket API.Classorg.springframework.web.socket.adapter.jettySpring MVC
JettyXhrTransportAn XHR transport based on Jetty's HttpClient.Classorg.springframework.web.socket.sockjs.clientSpring MVC
JsonpPollingTransportHandlerA TransportHandler that sends messages via JSONP polling.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
JsonpReceivingTransportHandlerA TransportHandler that receives messages over HTTP.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
JsonViewRequestBodyAdviceA RequestBodyAdvice implementation that adds support for Jackson's@JsonView annotation declared on a Spring MVC @HttpEntityClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
JsonViewResponseBodyAdviceA ResponseBodyAdvice implementation that adds support for Jackson's@JsonView annotation declared on a Spring MVC @RequestMappingClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
JspAwareRequestContextJSP-aware (and JSTL-aware) subclass of RequestContext, allowing forpopulation of the context from a javax.Classorg.springframework.web.servlet.supportSpring MVC
JstlUtilsHelper class for preparing JSTL views,in particular for exposing a JSTL localization context.Classorg.springframework.web.servlet.supportSpring MVC
JstlViewSpecialization of InternalResourceView for JSTL pages,i.Classorg.springframework.web.servlet.viewSpring MVC
LabelTagDatabinding-aware JSP tag for rendering an HTML 'label' elementthat defines text that is associated with a single form element.Classorg.springframework.web.servlet.tags.formSpring MVC
LastModifiedSupports last-modified HTTP requests to facilitate content caching.Interfaceorg.springframework.web.servlet.mvcSpring MVC
ListenableFutureReturnValueHandlerHandles return values of typeSince:4.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
LiveBeansViewServletServlet variant of LiveBeansView's MBean exposure.Classorg.springframework.web.context.supportSpring MVC
LocaleChangeInterceptorInterceptor that allows for changing the current locale on every request,via a configurable request parameter (default parameter name: locale).Classorg.springframework.web.servlet.i18nSpring MVC
LocaleContextResolverExtension of LocaleResolver, adding support for a rich locale context(potentially including locale and time zone information).Interfaceorg.springframework.web.servletSpring MVC
LocaleResolverInterface for web-based locale resolution strategies that allows forboth locale resolution via the request and locale modification viaInterfaceorg.springframework.web.servletSpring MVC
Log4jConfigListenerBootstrap listener for custom log4j initialization in a web environment.Classorg.springframework.web.utilSpring MVC
Log4jNestedDiagnosticContextFilterRequest logging filter that adds the request log message to the Log4Jnested diagnostic context (NDC) before the request is processed,Classorg.springframework.web.filterSpring MVC
Log4jNestedDiagnosticContextInterceptorRequest logging interceptor that adds a request context message to theLog4J nested diagnostic context (NDC) before the request is processed,Classorg.springframework.web.context.requestSpring MVC
Log4jWebConfigurerConvenience class that performs custom log4j initialization for web environments,allowing for log file paths within the web application, with the option toClassorg.springframework.web.utilSpring MVC
LoggingWebSocketHandlerDecoratorA WebSocketHandlerDecorator that adds logging to WebSocket lifecycle events.Classorg.springframework.web.socket.handlerSpring MVC
MapMethodProcessorResolves Map method arguments and handles Map return values.Classorg.springframework.web.method.annotationSpring MVC
MappedInterceptorContains and delegates calls to a HandlerInterceptor along withinclude (and optionally exclude) path patterns to which the interceptor should apply.Classorg.springframework.web.servlet.handlerSpring MVC
MappingJackson2JsonViewSpring MVC View that renders JSON content by serializing the model for the current requestusing Jackson 2's ObjectMapper.Classorg.springframework.web.servlet.view.jsonSpring MVC
MappingJackson2XmlViewSpring MVC View that renders XML content by serializing the model for the current requestusing Jackson 2's XmlMapper.Classorg.springframework.web.servlet.view.xmlSpring MVC
MappingMediaTypeFileExtensionResolverAn implementation of MediaTypeFileExtensionResolver that maintainslookups between file extensions and MediaTypes in both directions.Classorg.springframework.web.acceptSpring MVC
MarshallingViewSpring-MVC View that allows for response context to be rendered as the resultof marshalling by a Marshaller.Classorg.springframework.web.servlet.view.xmlSpring MVC
MatrixVariableAnnotation which indicates that a method parameter should be bound to aname-value pair within a path segment.Classorg.springframework.web.bind.annotationSpring MVC
MatrixVariableMapMethodArgumentResolverResolves method arguments of type Map annotated with@MatrixVariable where the annotation does notClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
MatrixVariableMethodArgumentResolverResolves method arguments annotated with @MatrixVariable.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
MaxUploadSizeExceededExceptionMultipartException subclass thrown when an upload exceeds themaximum upload size allowed.Classorg.springframework.web.multipartSpring MVC
MediaTypeExpressionA contract for media type expressions (e.Interfaceorg.springframework.web.servlet.mvc.conditionSpring MVC
MediaTypeFileExtensionResolverStrategy to resolve MediaType to a list of file extensions.Interfaceorg.springframework.web.acceptSpring MVC
MessageTagCustom JSP tag to look up a message in the scope of this page.Classorg.springframework.web.servlet.tagsSpring MVC
MethodArgumentConversionNotSupportedExceptionA ConversionNotSupportedException raised while resolving a method argument.Classorg.springframework.web.method.annotationSpring MVC
MethodArgumentNotValidExceptionException to be thrown when validation on an argument annotated with @Valid fails.Classorg.springframework.web.bindSpring MVC
MethodArgumentTypeMismatchExceptionA TypeMismatchException raised while resolving a controller method argument.Classorg.springframework.web.method.annotationSpring MVC
MethodNameResolverInterface that parameterizes the MultiActionController classusing the Strategy GoF Design pattern, allowingInterfaceorg.springframework.web.servlet.mvc.multiactionSpring MVC
MissingPathVariableExceptionServletRequestBindingException subclass that indicates that a pathvariable expected in the method parameters of an @RequestMappingClassorg.springframework.web.bindSpring MVC
MissingPortletRequestParameterExceptionPortletRequestBindingException subclass that indicates a missing parameter.Classorg.springframework.web.portlet.bindSpring MVC
MissingServletRequestParameterExceptionServletRequestBindingException subclass that indicates a missing parameter.Classorg.springframework.web.bindSpring MVC
MissingServletRequestPartExceptionRaised when the part of a multipart/form-data request identified by itsname cannot be found.Classorg.springframework.web.multipart.supportSpring MVC
ModelAndViewHolder for both Model and View in the web MVC framework.Classorg.springframework.web.portletSpring MVC
ModelAndViewHolder for both Model and View in the web MVC framework.Classorg.springframework.web.servletSpring MVC
ModelAndViewContainerRecords model and view related decisions made byHandlerMethodArgumentResolvers andClassorg.springframework.web.method.supportSpring MVC
ModelAndViewDefiningExceptionException to be thrown on error conditions that should forwardto a specific view with a specific model.Classorg.springframework.web.portletSpring MVC
ModelAndViewDefiningExceptionException to be thrown on error conditions that should forwardto a specific view with a specific model.Classorg.springframework.web.servletSpring MVC
ModelAndViewMethodReturnValueHandlerHandles return values of type ModelAndView copying view and modelinformation to the ModelAndViewContainer.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ModelAndViewResolverSPI for resolving custom return values from a specific handler method.Interfaceorg.springframework.web.servlet.mvc.annotationSpring MVC
ModelAndViewResolverMethodReturnValueHandlerThis return value handler is intended to be ordered after all others as itattempts to handle _any_ return value type (i.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ModelAttributeAnnotation that binds a method parameter or method return valueto a named model attribute, exposed to a web view.Classorg.springframework.web.bind.annotationSpring MVC
ModelAttributeMethodProcessorResolves method arguments annotated with @ModelAttribute and handlesreturn values from methods annotated with @ModelAttribute.Classorg.springframework.web.method.annotationSpring MVC
ModelFactoryProvides methods to initialize the Model before controller methodinvocation and to update it afterwards.Classorg.springframework.web.method.annotationSpring MVC
ModelMethodProcessorResolves Model arguments and handles Model return values.Classorg.springframework.web.method.annotationSpring MVC
MultiActionControllerclass.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
MultipartActionRequestInterface which provides additional methods for dealing with multipartcontent within a portlet request, allowing to access uploaded files.Interfaceorg.springframework.web.portlet.multipartSpring MVC
MultipartExceptionException thrown when multipart resolution fails.Classorg.springframework.web.multipartSpring MVC
MultipartFileA representation of an uploaded file received in a multipart request.Interfaceorg.springframework.web.multipartSpring MVC
MultipartFilterServlet Filter that resolves multipart requests via a MultipartResolver.Classorg.springframework.web.multipart.supportSpring MVC
MultipartHttpServletRequestProvides additional methods for dealing with multipart content within aservlet request, allowing to access uploaded files.Interfaceorg.springframework.web.multipartSpring MVC
MultipartRequestThis interface defines the multipart request access operationsthat are exposed for actual multipart requests.Interfaceorg.springframework.web.multipartSpring MVC
MultipartResolverA strategy interface for multipart file upload resolution in accordanceThere are two concrete implementations included in Spring, as of Spring 3.Interfaceorg.springframework.web.multipartSpring MVC
MvcNamespaceHandlerNamespaceHandler for Spring MVC configuration namespace.Classorg.springframework.web.servlet.configSpring MVC
MvcUriComponentsBuilderCreates instances of UriComponentsBuilderby pointing to Spring MVC controllers and @RequestMapping methods.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
MvcUriComponentsBuilder .MethodArgumentBuilderClassorg.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilderSpring MVC
MvcUriComponentsBuilder .MethodInvocationInfoInterfaceorg.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilderSpring MVC
NameValueExpressionA contract for name!=value style expression used to specify requestparameters and request header conditions in @RequestMapping.Interfaceorg.springframework.web.servlet.mvc.conditionSpring MVC
NativeWebRequestExtension of the WebRequest interface, exposing thenative request and response objects in a generic fashion.Interfaceorg.springframework.web.context.requestSpring MVC
NativeWebSocketSessionA WebSocketSession that exposes the underlying, native WebSocketSessionSince:4.Interfaceorg.springframework.web.socket.adapterSpring MVC
NestedPathTagNested-path tag, to support and assist with nested beans or bean propertiesin the model.Classorg.springframework.web.servlet.tagsSpring MVC
NestedServletExceptionSubclass of ServletException that properly handles a root cause in termsof message and stacktrace, just like NestedChecked/RuntimeException does.Classorg.springframework.web.utilSpring MVC
NoHandlerFoundExceptionException to be thrown if DispatcherPortlet is unable to determinea corresponding handler for an incoming portlet request.Classorg.springframework.web.portletSpring MVC
NoHandlerFoundExceptionBy default when the DispatcherServlet can't find a handler for a request itsends a 404 response.Classorg.springframework.web.servletSpring MVC
NoSuchRequestHandlingMethodExceptionException thrown when there is no handler method (action method)for a specific HTTP request.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
NoSupportAsyncWebRequestAn AsyncWebRequest to use when there is no underlying async support.Classorg.springframework.web.context.request.asyncSpring MVC
OncePerRequestFilterFilter base class that aims to guarantee a single execution per requestdispatch, on any servlet container.Classorg.springframework.web.filterSpring MVC
OptionsTagConvenient tag that allows one to supply a collection of objectsthat are to be rendered as 'option' tags within aClassorg.springframework.web.servlet.tags.formSpring MVC
OptionTagJSP tag for rendering an HTML 'option' tag.Classorg.springframework.web.servlet.tags.formSpring MVC
OriginHandshakeInterceptorAn interceptor to check request Origin header value against acollection of allowed origins.Classorg.springframework.web.socket.server.supportSpring MVC
ParamBean used to pass name-value pair parameters from a ParamTag to aAttributes are the raw values passed to the spring:param tag and have notClassorg.springframework.web.servlet.tagsSpring MVC
ParamAwareAllows implementing tag to utilize nested spring:param tags.Interfaceorg.springframework.web.servlet.tagsSpring MVC
ParameterContentNegotiationStrategyA ContentNegotiationStrategy that resolves a query parameter to akey to be used to look up a media type.Classorg.springframework.web.acceptSpring MVC
ParameterHandlerMappingto map from a request parameter to request handler beans.Classorg.springframework.web.portlet.handlerSpring MVC
ParameterizableViewControllerTrivial controller that always returns a named view.Classorg.springframework.web.portlet.mvcSpring MVC
ParameterizableViewControllerTrivial controller that always returns a pre-configured view and optionallysets the response status code.Classorg.springframework.web.servlet.mvcSpring MVC
ParameterMappingInterceptorInterceptor to forward a request parameter from the ActionRequest to theThis can be useful when using ParameterHandlerMappingClassorg.springframework.web.portlet.handlerSpring MVC
ParameterMethodNameResolverfor mapping parameter values to the names of methods to invoke.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
ParamsRequestConditionA logical conjunction (' && ') request condition that matches a request againsta set parameter expressions with syntax defined in RequestMapping.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
ParamTagJSP tag for collecting name-value parameters and passing them to aParamAware ancestor in the tag hierarchy.Classorg.springframework.web.servlet.tagsSpring MVC
PasswordInputTagDatabinding-aware JSP tag for rendering an HTML 'input'element with a 'type' of 'password'.Classorg.springframework.web.servlet.tags.formSpring MVC
PathExtensionContentNegotiationStrategyA ContentNegotiationStrategy that resolves the file extension in therequest path to a key to be used to look up a media type.Classorg.springframework.web.acceptSpring MVC
PathMatchConfigurerHelps with configuring HandlerMappings path matching options such as trailingslash match, suffix registration, path matcher and path helper.Classorg.springframework.web.servlet.config.annotationSpring MVC
PathResourceResolverA simple ResourceResolver that tries to find a resource under the givenlocations matching to the request path.Classorg.springframework.web.servlet.resourceSpring MVC
PathVariableAnnotation which indicates that a method parameter should be bound to a URI templatevariable.Classorg.springframework.web.bind.annotationSpring MVC
PathVariableMapMethodArgumentResolverResolves Map method arguments annotated with an @PathVariablewhere the annotation does not specify a path variable name.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
PathVariableMethodArgumentResolverResolves method arguments annotated with an @PathVariable.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
PathVariableMapMethodArgumentResolverResolves Map method arguments annotated with an PathVariablewhere the annotation does not specify a path variable name.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
PatternsRequestConditionA logical disjunction request condition that matches a requestagainst a set of URL path patterns.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
PerConnectionWebSocketHandlerA WebSocketHandler that initializes and destroys a WebSocketHandlerinstance for each WebSocket connection and delegates all other methods to it.Classorg.springframework.web.socket.handlerSpring MVC
PingMessageA WebSocket ping message.Classorg.springframework.web.socketSpring MVC
PollingSockJsSessionA SockJS session for use with polling HTTP transports.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
PongMessageA WebSocket pong message.Classorg.springframework.web.socketSpring MVC
PortletApplicationContextUtilsConvenience methods for retrieving the root WebApplicationContext fora given PortletContext.Classorg.springframework.web.portlet.contextSpring MVC
PortletApplicationObjectSupportConvenient superclass for application objects running in a Portlet ApplicationContext.Classorg.springframework.web.portlet.contextSpring MVC
PortletConfigAwareInterface to be implemented by any object that wishes to be notifiedof the PortletConfig (typically determined by the PortletApplicationContext)Interfaceorg.springframework.web.portlet.contextSpring MVC
PortletConfigPropertySourcePropertySource that reads init parameters from a PortletConfig object.Classorg.springframework.web.portlet.contextSpring MVC
PortletContentGeneratorConvenient superclass for any kind of web content generator,like AbstractController.Classorg.springframework.web.portlet.handlerSpring MVC
PortletContextAwareInterface to be implemented by any object that wishes to be notifiedof the PortletContext (typically determined by the PortletApplicationContext)Interfaceorg.springframework.web.portlet.contextSpring MVC
PortletContextAwareProcessorthe PortletContextAware interface.Classorg.springframework.web.portlet.contextSpring MVC
PortletContextPropertySourcePropertySource that reads init parameters from a PortletContext object.Classorg.springframework.web.portlet.contextSpring MVC
PortletContextResourceResource implementation forPortletContext resources, interpretingClassorg.springframework.web.portlet.contextSpring MVC
PortletContextResourceLoaderResourceLoader implementation that resolves paths as PortletContextresources, for use outside a Portlet ApplicationContext (for example,Classorg.springframework.web.portlet.contextSpring MVC
PortletContextResourcePatternResolverPortletContext-aware subclass of PathMatchingResourcePatternResolver,able to find matching resources below the web application root directoryClassorg.springframework.web.portlet.contextSpring MVC
PortletContextScopeScope wrapper for a PortletContext, i.Classorg.springframework.web.portlet.contextSpring MVC
PortletModeHandlerMappinginterface to map from the current PortletMode to request handler beans.Classorg.springframework.web.portlet.handlerSpring MVC
PortletModeNameViewControllerTrivial controller that transforms the PortletMode to a view name.Classorg.springframework.web.portlet.mvcSpring MVC
PortletModeParameterHandlerMappinginterface to map from the current PortletMode and a request parameter torequest handler beans.Classorg.springframework.web.portlet.handlerSpring MVC
PortletMultipartResolverPortlet version of Spring's multipart resolution strategy for file uploadsas defined in RFC 1867.Interfaceorg.springframework.web.portlet.multipartSpring MVC
PortletRequestAttributesPortlet-based implementation of theRequestAttributes interface.Classorg.springframework.web.portlet.contextSpring MVC
PortletRequestBindingExceptionFatal binding exception, thrown when we want totreat binding exceptions as unrecoverable.Classorg.springframework.web.portlet.bindSpring MVC
PortletRequestDataBinderSpecial DataBinder to perform data bindingfrom portlet request parameters to JavaBeans, including support for multipart files.Classorg.springframework.web.portlet.bindSpring MVC
PortletRequestHandledEventPortlet-specific subclass of RequestHandledEvent,adding portlet-specific context information.Classorg.springframework.web.portlet.contextSpring MVC
PortletRequestMethodNotSupportedExceptionException thrown when a request handler does not support aspecific request method.Classorg.springframework.web.portlet.handlerSpring MVC
PortletRequestParameterPropertyValuesPropertyValues implementation created from parameters in a PortletRequest.Classorg.springframework.web.portlet.bindSpring MVC
PortletRequestUtilsParameter extraction methods, for an approach distinct from data binding,in which parameters of specific types are required.Classorg.springframework.web.portlet.bindSpring MVC
PortletSessionRequiredExceptionException thrown when a portlet content generator requires a pre-existing session.Classorg.springframework.web.portlet.handlerSpring MVC
PortletUtilsMiscellaneous utilities for portlet applications.Classorg.springframework.web.portlet.utilSpring MVC
PortletWebRequestfor a PortletRequest.Classorg.springframework.web.portlet.contextSpring MVC
PortletWrappingControllerController implementation that wraps a portlet instance which it managesinternally.Classorg.springframework.web.portlet.mvcSpring MVC
ProducesRequestConditionA logical disjunction request condition to match a request's 'Accept' headerto a list of media type expressions.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
PropertiesMethodNameResolverThe most flexible out-of-the-box implementation of the MethodNameResolverinterface.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
RadioButtonsTagDatabinding-aware JSP tag for rendering multiple HTML 'input'elements with a 'type' of 'radio'.Classorg.springframework.web.servlet.tags.formSpring MVC
RadioButtonTagDatabinding-aware JSP tag for rendering an HTML 'input'element with a 'type' of 'radio'.Classorg.springframework.web.servlet.tags.formSpring MVC
RedirectAttributesA specialization of the Model interface that controllers can use toselect attributes for a redirect scenario.Interfaceorg.springframework.web.servlet.mvc.supportSpring MVC
RedirectAttributesMethodArgumentResolverResolves method arguments of type RedirectAttributes.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RedirectAttributesModelMapA ModelMap implementation of RedirectAttributes that formatsvalues as Strings using a DataBinder.Classorg.springframework.web.servlet.mvc.supportSpring MVC
RedirectViewView that redirects to an absolute, context relative, or current requestrelative URL.Classorg.springframework.web.servlet.viewSpring MVC
RedirectViewControllerRegistrationAssist with the registration of a single redirect view controller.Classorg.springframework.web.servlet.config.annotationSpring MVC
RenderMappingAnnotation for mapping Portlet render requests onto handler methods.Classorg.springframework.web.portlet.bind.annotationSpring MVC
RequestAttributesAbstraction for accessing attribute objects associated with a request.Interfaceorg.springframework.web.context.requestSpring MVC
RequestBodyAnnotation indicating a method parameter should be bound to the body of the web request.Classorg.springframework.web.bind.annotationSpring MVC
RequestBodyAdviceAllows customizing the request before its body is read and converted into anObject and also allows for processing of the resulting Object before it isInterfaceorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestBodyAdviceAdapterA convenient starting point for implementingResponseBodyAdvice with default method implementations.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestCallbackCallback interface for code that operates on a ClientHttpRequest.Interfaceorg.springframework.web.clientSpring MVC
RequestConditionThe contract for request conditions in Spring MVC's mapping infrastructure.Interfaceorg.springframework.web.servlet.mvc.conditionSpring MVC
RequestConditionHolderA holder for a RequestCondition useful when the type of the requestcondition is not known ahead of time, e.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
RequestContextContext holder for request-specific state, like current web application context, current locale, current theme,and potential binding errors.Classorg.springframework.web.servlet.supportSpring MVC
RequestContextAwareTagSuperclass for all tags that require a RequestContext.Classorg.springframework.web.servlet.tagsSpring MVC
RequestContextFilterServlet Filter that exposes the request to the current thread,through both LocaleContextHolder andClassorg.springframework.web.filterSpring MVC
RequestContextHolderHolder class to expose the web request in the form of a thread-boundRequestAttributes object.Classorg.springframework.web.context.requestSpring MVC
RequestContextListenerServlet listener that exposes the request to the current thread,through both LocaleContextHolder andClassorg.springframework.web.context.requestSpring MVC
RequestContextUtilsUtility class for easy access to request-specific state which has beenset by the DispatcherServlet.Classorg.springframework.web.servlet.supportSpring MVC
RequestDataValueProcessorA contract for inspecting and potentially modifying request data values suchas URL query parameters or form field values before they are rendered by aInterfaceorg.springframework.web.servlet.supportSpring MVC
RequestHandledEventEvent raised when a request is handled within an ApplicationContext.Classorg.springframework.web.context.supportSpring MVC
RequestHeaderAnnotation which indicates that a method parameter should be bound to a web request header.Classorg.springframework.web.bind.annotationSpring MVC
RequestHeaderMapMethodArgumentResolverResolves Map method arguments annotated with @RequestHeader.Classorg.springframework.web.method.annotationSpring MVC
RequestHeaderMethodArgumentResolverResolves method arguments annotated with @RequestHeader except forMap arguments.Classorg.springframework.web.method.annotationSpring MVC
RequestMappingAnnotation for mapping web requests onto specific handler classes and/orhandler methods.Classorg.springframework.web.bind.annotationSpring MVC
RequestMappingHandlerAdapterAn AbstractHandlerMethodAdapter that supports HandlerMethodswith their method argument and return type signature, as defined viaClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestMappingHandlerMappingCreates RequestMappingInfo instances from type and method-level@RequestMapping annotations inClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestMappingInfoEncapsulates the following request mapping conditions:PatternsRequestConditionClassorg.springframework.web.servlet.mvc.methodSpring MVC
RequestMappingInfo .BuilderDefines a builder for creating a RequestMappingInfo.Interfaceorg.springframework.web.servlet.mvc.method.RequestMappingInfoSpring MVC
RequestMappingInfo .BuilderConfigurationContainer for configuration options used for request mapping purposes.Classorg.springframework.web.servlet.mvc.method.RequestMappingInfoSpring MVC
RequestMappingInfoHandlerMappingAbstract base class for classes for which RequestMappingInfo definesthe mapping between a request and a handler method.Classorg.springframework.web.servlet.mvc.methodSpring MVC
RequestMappingInfoHandlerMethodMappingNamingStrategyA HandlerMethodMappingNamingStrategy for RequestMappingInfo-based handlerIf the RequestMappingInfo name attribute is set, its value is used.Classorg.springframework.web.servlet.mvc.methodSpring MVC
RequestMethodJava 5 enumeration of HTTP request methods.Classorg.springframework.web.bind.annotationSpring MVC
RequestMethodsRequestConditionA logical disjunction request condition that matches a requestagainst a set of RequestMethods.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
RequestParamAnnotation which indicates that a method parameter should be bound to a webSupported for annotated handler methods in Servlet and Portlet environments.Classorg.springframework.web.bind.annotationSpring MVC
RequestParamMapMethodArgumentResolverResolves Map method arguments annotated with an @RequestParamwhere the annotation does not specify a request parameter name.Classorg.springframework.web.method.annotationSpring MVC
RequestParamMethodArgumentResolverResolves method arguments annotated with @RequestParam, arguments oftype MultipartFile in conjunction with Spring's MultipartResolverClassorg.springframework.web.method.annotationSpring MVC
RequestPartAnnotation that can be used to associate the part of a multipart/form-data requestwith a method argument.Classorg.springframework.web.bind.annotationSpring MVC
RequestPartMethodArgumentResolverResolves the following method arguments:Annotated with @RequestPartClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestPartServletServerHttpRequestServerHttpRequest implementation that accesses one part of a multipartrequest.Classorg.springframework.web.multipart.supportSpring MVC
RequestResponseBodyMethodProcessorResolves method arguments annotated with @RequestBody and handles returnvalues from methods annotated with @ResponseBody by reading and writingClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestScopeRequest-backed ScopeRelies on a thread-bound RequestAttributes instance, whichClassorg.springframework.web.context.requestSpring MVC
RequestToViewNameTranslatorStrategy interface for translating an incomingHttpServletRequest into aInterfaceorg.springframework.web.servletSpring MVC
RequestUpgradeStrategyA server-specific strategy for performing the actual upgrade to a WebSocket exchange.Interfaceorg.springframework.web.socket.serverSpring MVC
ResourceAccessExceptionException thrown when an I/O error occurs.Classorg.springframework.web.clientSpring MVC
ResourceAwareControllerExtension of the Portlet Controller interface that allowsfor handling Portlet 2.Interfaceorg.springframework.web.portlet.mvcSpring MVC
ResourceBundleViewResolverA ViewResolver implementation that usesbean definitions in a ResourceBundle, specified by the bundle basename.Classorg.springframework.web.servlet.viewSpring MVC
ResourceChainRegistrationAssists with the registration of resource resolvers and transformers.Classorg.springframework.web.servlet.config.annotationSpring MVC
ResourceHandlerRegistrationEncapsulates information required to create a resource handler.Classorg.springframework.web.servlet.config.annotationSpring MVC
ResourceHandlerRegistryStores 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.Classorg.springframework.web.servlet.config.annotationSpring MVC
ResourceHttpRequestHandlerHttpRequestHandler that serves static resources optimized for superior browser performance(according to the guidelines of Page Speed, YSlow, etc.Classorg.springframework.web.servlet.resourceSpring MVC
ResourceMappingAnnotation for mapping Portlet resource requests onto handler methods.Classorg.springframework.web.portlet.bind.annotationSpring MVC
ResourceResolverA strategy for resolving a request to a server-side resource.Interfaceorg.springframework.web.servlet.resourceSpring MVC
ResourceResolverChainA contract for invoking a chain of ResourceResolvers where each resolveris given a reference to the chain allowing it to delegate when necessary.Interfaceorg.springframework.web.servlet.resourceSpring MVC
ResourceServletSimple servlet that can expose an internal resource, including adefault URL if the specified resource is not found.Classorg.springframework.web.servletSpring MVC
ResourceTransformerAn abstraction for transforming the content of a resource.Interfaceorg.springframework.web.servlet.resourceSpring MVC
ResourceTransformerChainA contract for invoking a chain of ResourceTransformers where each resolveris given a reference to the chain allowing it to delegate when necessary.Interfaceorg.springframework.web.servlet.resourceSpring MVC
ResourceTransformerSupportA base class for a ResourceTransformer with an optional helper methodfor resolving public links within a transformed resource.Classorg.springframework.web.servlet.resourceSpring MVC
ResourceUrlEncodingFilterA filter that wraps the HttpServletResponse and overrides itsencodeURL method in order toClassorg.springframework.web.servlet.resourceSpring MVC
ResourceUrlProviderA central component to use to obtain the public URL path that clients shoulduse to access a static resource.Classorg.springframework.web.servlet.resourceSpring MVC
ResourceUrlProviderExposingInterceptorAn interceptor that exposes the ResourceUrlProvider instance itis configured with as a request attribute.Classorg.springframework.web.servlet.resourceSpring MVC
ResponseBodyAnnotation that indicates a method return value should be bound to the webresponse body.Classorg.springframework.web.bind.annotationSpring MVC
ResponseBodyAdviceAllows customizing the response after the execution of an @ResponseBodyor a ResponseEntity controller method but before the body is writtenInterfaceorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ResponseBodyEmitterA controller method return value type for asynchronous request processingwhere one or more objects are written to the response.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ResponseBodyEmitter .DataWithMediaTypeA simple holder of data to be written along with a MediaType hint forselecting a message converter to write with.Classorg.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterSpring MVC
ResponseBodyEmitterReturnValueHandlerSupports return values of type ResponseBodyEmitter and alsoResponseEntity.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ResponseEntityExceptionHandlerA convenient base class for @ControllerAdvice classesthat wish to provide centralized exception handling across allClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ResponseErrorHandlerStrategy interface used by the RestTemplate to determine whether a particular response has an error or not.Interfaceorg.springframework.web.clientSpring MVC
ResponseExtractorGeneric callback interface used by RestTemplate's retrieval methodsfrom a ClientHttpResponse, but don't need to worry about exceptionInterfaceorg.springframework.web.clientSpring MVC
ResponseStatusMarks a method or exception class with the status code() andreason() that should be returned.Classorg.springframework.web.bind.annotationSpring MVC
ResponseStatusExceptionResolverA HandlerExceptionResolver that uses the @ResponseStatusannotation to map exceptions to HTTP status codes.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
RestClientExceptionBase class for exceptions thrown by RestTemplate whenever it encountersclient-side HTTP errors.Classorg.springframework.web.clientSpring MVC
RestControllerA convenience annotation that is itself annotated with @ControllerTypes that carry this annotation are treated as controllers whereClassorg.springframework.web.bind.annotationSpring MVC
RestGatewaySupportConvenient super class for application classes that need REST access.Classorg.springframework.web.client.supportSpring MVC
RestOperationsInterface specifying a basic set of RESTful operations.Interfaceorg.springframework.web.clientSpring MVC
RestTemplateSpring's central class for synchronous client-side HTTP access.Classorg.springframework.web.clientSpring MVC
RestTemplateXhrTransportAn XhrTransport implementation that uses aSince:4.Classorg.springframework.web.socket.sockjs.clientSpring MVC
ScriptTemplateConfigInterface to be implemented by objects that configure and manage aJSR-223 ScriptEngine for automatic lookup in a web environment.Interfaceorg.springframework.web.servlet.view.scriptSpring MVC
ScriptTemplateConfigurerAn implementation of Spring MVC's ScriptTemplateConfig for creatinga ScriptEngine for use in a web application.Classorg.springframework.web.servlet.view.scriptSpring MVC
ScriptTemplateConfigurerBeanDefinitionParserParse the MVC namespace element and register aScriptTemplateConfigurer bean.Classorg.springframework.web.servlet.configSpring MVC
ScriptTemplateViewAn AbstractUrlBasedView subclass designed to run any template librarybased on a JSR-223 script engine.Classorg.springframework.web.servlet.view.scriptSpring MVC
ScriptTemplateViewResolverConvenience subclass of UrlBasedViewResolver that supportsScriptTemplateView and custom subclasses of it.Classorg.springframework.web.servlet.view.scriptSpring MVC
SelectTagDatabinding-aware JSP tag that renders an HTML 'select'Inner 'option' tags can be rendered using one of theClassorg.springframework.web.servlet.tags.formSpring MVC
ServerEndpointExporterDetects beans of type ServerEndpointConfig and registerswith the standard Java WebSocket runtime.Classorg.springframework.web.socket.server.standardSpring MVC
ServerEndpointRegistrationAn implementation of ServerEndpointConfig for use inSpring applications.Classorg.springframework.web.socket.server.standardSpring MVC
ServletConfigAwareInterface to be implemented by any object that wishes to be notified of theServletConfig (typically determined by the WebApplicationContext)Interfaceorg.springframework.web.contextSpring MVC
ServletConfigPropertySourcePropertySource that reads init parameters from a ServletConfig object.Classorg.springframework.web.context.supportSpring MVC
ServletContextAttributeExporterExporter that takes Spring-defined objects and exposes them asServletContext attributes.Classorg.springframework.web.context.supportSpring MVC
ServletContextAttributeFactoryBeanFactoryBean that fetches a specific, existing ServletContext attribute.Classorg.springframework.web.context.supportSpring MVC
ServletContextAwareInterface to be implemented by any object that wishes to be notified of theServletContext (typically determined by the WebApplicationContext)Interfaceorg.springframework.web.contextSpring MVC
ServletContextAwareProcessorthe ServletContextAware interface.Classorg.springframework.web.context.supportSpring MVC
ServletContextLiveBeansViewLiveBeansView subclass which looks for all ApplicationContextsin the web application, as exposed in ServletContext attributes.Classorg.springframework.web.context.supportSpring MVC
ServletContextParameterFactoryBeanFactoryBean that retrieves a specific ServletContext init parameter(that is, a context-param defined in web.Classorg.springframework.web.context.supportSpring MVC
ServletContextPropertySourcePropertySource that reads init parameters from a ServletContext object.Classorg.springframework.web.context.supportSpring MVC
ServletContextPropertyUtilsHelper class for resolving placeholders in texts.Classorg.springframework.web.utilSpring MVC
ServletContextRequestLoggingFilterSimple request logging filter that writes the request URI(and optionally the query string) to the ServletContext log.Classorg.springframework.web.filterSpring MVC
ServletContextResourceResource implementation forServletContext resources, interpretingClassorg.springframework.web.context.supportSpring MVC
ServletContextResourceLoaderResourceLoader implementation that resolves paths as ServletContextresources, for use outside a WebApplicationContext (for example,Classorg.springframework.web.context.supportSpring MVC
ServletContextResourcePatternResolverServletContext-aware subclass of PathMatchingResourcePatternResolver,able to find matching resources below the web application root directoryClassorg.springframework.web.context.supportSpring MVC
ServletContextScopeScope wrapper for a ServletContext, i.Classorg.springframework.web.context.supportSpring MVC
ServletCookieValueMethodArgumentResolverAn AbstractCookieValueMethodArgumentResolverthat resolves cookie values from an HttpServletRequest.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletForwardingControllerSpring Controller implementation that forwards to a named servlet,i.Classorg.springframework.web.servlet.mvcSpring MVC
ServletInvocableHandlerMethodvalues through a registered HandlerMethodReturnValueHandler andalso supports setting the response status based on a method-levelClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletModelAttributeMethodProcessorA Servlet-specific ModelAttributeMethodProcessor that applies databinding through a WebDataBinder of type ServletRequestDataBinder.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletPathExtensionContentNegotiationStrategyServletContext.Classorg.springframework.web.acceptSpring MVC
ServletRequestAttributesServlet-based implementation of the RequestAttributes interface.Classorg.springframework.web.context.requestSpring MVC
ServletRequestBindingExceptionFatal binding exception, thrown when we want totreat binding exceptions as unrecoverable.Classorg.springframework.web.bindSpring MVC
ServletRequestDataBinderSpecial DataBinder to perform data bindingfrom servlet request parameters to JavaBeans, including support for multipart files.Classorg.springframework.web.bindSpring MVC
ServletRequestDataBinderFactoryCreates a ServletRequestDataBinder.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletRequestHandledEventServlet-specific subclass of RequestHandledEvent,adding servlet-specific context information.Classorg.springframework.web.context.supportSpring MVC
ServletRequestMethodArgumentResolverResolves request-related method argument values of the following types:TimeZone (as of Spring 4.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletRequestParameterPropertyValuesPropertyValues implementation created from parameters in a ServletRequest.Classorg.springframework.web.bindSpring MVC
ServletRequestUtilsParameter extraction methods, for an approach distinct from data binding,in which parameters of specific types are required.Classorg.springframework.web.bindSpring MVC
ServletResponseMethodArgumentResolverResolves response-related method argument values of types:Since:3.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletServerContainerFactoryBeanA FactoryBean for configuring ServerContainer.Classorg.springframework.web.socket.server.standardSpring MVC
ServletUriComponentsBuilderA UriComponentsBuilder that extracts information from the HttpServletRequest.Classorg.springframework.web.servlet.supportSpring MVC
ServletWebArgumentResolverAdapterA Servlet-specific AbstractWebArgumentResolverAdapter that creates aNativeWebRequest from ServletRequestAttributes.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletWebRequestWebRequest adapter for an HttpServletRequest.Classorg.springframework.web.context.requestSpring MVC
ServletWebSocketHandlerRegistrationA helper class for configuring WebSocketHandler request handlingincluding SockJS fallback options.Classorg.springframework.web.socket.config.annotationSpring MVC
ServletWebSocketHandlerRegistryA WebSocketHandlerRegistry that maps WebSocketHandlers to URLs for usein a Servlet container.Classorg.springframework.web.socket.config.annotationSpring MVC
ServletWrappingControllerSpring Controller implementation that wraps a servlet instance which it managesinternally.Classorg.springframework.web.servlet.mvcSpring MVC
SessionAttributesAnnotation that indicates the session attributes that a specific handler uses.Classorg.springframework.web.bind.annotationSpring MVC
SessionAttributesHandlerManages controller-specific session attributes declared via@SessionAttributes.Classorg.springframework.web.method.annotationSpring MVC
SessionAttributeStoreStrategy interface for storing model attributes in a backend session.Interfaceorg.springframework.web.bind.supportSpring MVC
SessionConnectedEventA connected event represents the server response to a client's connect request.Classorg.springframework.web.socket.messagingSpring MVC
SessionConnectEventEvent raised when a new WebSocket client using a Simple Messaging Protocol(e.Classorg.springframework.web.socket.messagingSpring MVC
SessionDisconnectEventEvent raised when the session of a WebSocket client using a Simple MessagingProtocol (e.Classorg.springframework.web.socket.messagingSpring MVC
SessionFlashMapManagerStore and retrieve FlashMap instances to and from the HTTP session.Classorg.springframework.web.servlet.supportSpring MVC
SessionLimitExceededExceptionRaised when a WebSocket session has exceeded limits it has been configuredfor, e.Classorg.springframework.web.socket.handlerSpring MVC
SessionLocaleResolverLocaleResolver implementation thatuses a locale attribute in the user's session in case of a custom setting,Classorg.springframework.web.servlet.i18nSpring MVC
SessionScopeSession-backed ScopeRelies on a thread-bound RequestAttributes instance, whichClassorg.springframework.web.context.requestSpring MVC
SessionStatusSimple interface that can be injected into handler methods, allowing them tosignal that their session processing is complete.Interfaceorg.springframework.web.bind.supportSpring MVC
SessionStatusMethodArgumentResolverResolves a SessionStatus argument by obtaining it fromthe ModelAndViewContainer.Classorg.springframework.web.method.annotationSpring MVC
SessionSubscribeEventEvent raised when a new WebSocket client using a Simple Messaging Protocol(e.Classorg.springframework.web.socket.messagingSpring MVC
SessionThemeResolverThemeResolver implementation thatuses a theme attribute in the user's session in case of a custom setting,Classorg.springframework.web.servlet.themeSpring MVC
SessionUnsubscribeEventEvent raised when a new WebSocket client using a Simple Messaging Protocol(e.Classorg.springframework.web.socket.messagingSpring MVC
ShallowEtagHeaderFilterFilter that generates an ETag value based on thecontent on the response.Classorg.springframework.web.filterSpring MVC
SimpleControllerHandlerAdapterAdapter to use the Controller workflow interface with the generic DispatcherPortlet.Classorg.springframework.web.portlet.mvcSpring MVC
SimpleControllerHandlerAdapterAdapter to use the plain Controller workflow interface withthe generic DispatcherServlet.Classorg.springframework.web.servlet.mvcSpring MVC
SimpleMappingExceptionResolverHandlerExceptionResolver implementationthat allows for mapping exception class names to view names, either for aClassorg.springframework.web.portlet.handlerSpring MVC
SimpleMappingExceptionResolverHandlerExceptionResolver implementationthat allows for mapping exception class names to view names, either for a set ofClassorg.springframework.web.servlet.handlerSpring MVC
SimplePortletHandlerAdapterAdapter to use the Portlet interface with the generic DispatcherPortlet.Classorg.springframework.web.portlet.handlerSpring MVC
SimplePortletPostProcessorBean post-processor that applies initialization and destruction callbacksto beans that implement the Portlet interface.Classorg.springframework.web.portlet.handlerSpring MVC
SimpleServletHandlerAdapterAdapter to use the Servlet interface with the generic DispatcherServlet.Classorg.springframework.web.servlet.handlerSpring MVC
SimpleServletPostProcessorthat applies initialization and destruction callbacks to beans thatAfter initialization of the bean instance, the Servlet initClassorg.springframework.web.servlet.handlerSpring MVC
SimpleSessionStatusSimple implementation of the SessionStatus interface,keeping the complete flag as an instance variable.Classorg.springframework.web.bind.supportSpring MVC
SimpleSpringPreparerFactoryTiles2 PreparerFactory implementationthat expects preparer class names and builds preparer instances for those,Classorg.springframework.web.servlet.view.tiles2Spring MVC
SimpleSpringPreparerFactoryTiles3 PreparerFactory implementationthat expects preparer class names and builds preparer instances for those,Classorg.springframework.web.servlet.view.tiles3Spring MVC
SimpleUrlHandlerMappinginterface to map from URLs to request handler beans.Classorg.springframework.web.servlet.handlerSpring MVC
SmartViewProvides additional information about a View such as whether itSince:3.Interfaceorg.springframework.web.servletSpring MVC
SockJsClientA SockJS implementation ofwith fallback alternatives that simulate a WebSocket interaction through plainClassorg.springframework.web.socket.sockjs.clientSpring MVC
SockJsExceptionBase class for exceptions raised while processing SockJS HTTP requests.Classorg.springframework.web.socket.sockjsSpring MVC
SockJsFrameRepresents a SockJS frame.Classorg.springframework.web.socket.sockjs.frameSpring MVC
SockJsFrameFormatApplies a transport-specific format to the content of a SockJS frame resultingin a content that can be written out.Interfaceorg.springframework.web.socket.sockjs.frameSpring MVC
SockJsFrameTypeenum SockJsFrameTypeSince:4.Classorg.springframework.web.socket.sockjs.frameSpring MVC
SockJsHttpRequestHandlerAn HttpRequestHandler that allows mapping a SockJsService to requestsin a Servlet container.Classorg.springframework.web.socket.sockjs.supportSpring MVC
SockJsMessageCodecEncode and decode messages to and from a SockJS message frame,essentially an array of JSON-encoded messages.Interfaceorg.springframework.web.socket.sockjs.frameSpring MVC
SockJsMessageDeliveryExceptionAn 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 theClassorg.springframework.web.socket.sockjsSpring MVC
SockJsServiceThe main entry point for processing HTTP requests from SockJS clients.Interfaceorg.springframework.web.socket.sockjsSpring MVC
SockJsServiceConfigProvides transport handling code with access to the SockJsService configurationoptions they need to have access to.Interfaceorg.springframework.web.socket.sockjs.transportSpring MVC
SockJsServiceRegistrationA helper class for configuring SockJS fallback options, typically used indirectly, inconjunction with @EnableWebSocket andClassorg.springframework.web.socket.config.annotationSpring MVC
SockJsSessionSockJS extension of Spring's standard WebSocketSession.Interfaceorg.springframework.web.socket.sockjs.transportSpring MVC
SockJsSessionFactoryA factory for creating a SockJS session.Interfaceorg.springframework.web.socket.sockjs.transportSpring MVC
SockJsTransportFailureExceptionIndicates a serious failure that occurred in the SockJS implementation as opposed toin user code (e.Classorg.springframework.web.socket.sockjsSpring MVC
SockJsUrlInfoContainer for the base URL of a SockJS endpoint with additional helper methodsto derive related SockJS URLs as the info URL andClassorg.springframework.web.socket.sockjs.clientSpring MVC
SockJsWebSocketHandlerAn implementation of WebSocketHandler that adds SockJS messages frames, sendsSockJS heartbeat messages, and delegates lifecycle events and messages to a targetClassorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
SpringBeanAutowiringSupportConvenient base class for self-autowiring classes that gets constructedwithin a Spring-based web application.Classorg.springframework.web.context.supportSpring MVC
SpringBeanFacesELResolverJSF ELResolver that delegates to the Spring root WebApplicationContext,resolving name references to Spring-defined beans.Classorg.springframework.web.jsf.elSpring MVC
SpringBeanPreparerFactoryTiles2 PreparerFactory implementationthat expects preparer bean names and obtains preparer beans from theClassorg.springframework.web.servlet.view.tiles2Spring MVC
SpringBeanPreparerFactoryTiles3 PreparerFactory implementationthat expects preparer bean names and obtains preparer beans from theClassorg.springframework.web.servlet.view.tiles3Spring MVC
SpringConfiguratorA ServerEndpointConfig.Classorg.springframework.web.socket.server.standardSpring MVC
SpringLocaleResolverTiles LocaleResolver adapter that delegates to a Springexposing the DispatcherServlet-managed locale.Classorg.springframework.web.servlet.view.tiles2Spring MVC
SpringLocaleResolverTiles LocaleResolver adapter that delegates to a SpringLocaleResolver, exposing theClassorg.springframework.web.servlet.view.tiles3Spring MVC
SpringServletContainerInitializerServlet 3.Classorg.springframework.webSpring MVC
SpringWebConstraintValidatorFactoryJSR-303 ConstraintValidatorFactory implementation that delegates tothe current Spring WebApplicationContext for creating autowiredClassorg.springframework.web.bind.supportSpring MVC
SpringWildcardServletTilesApplicationContextSpring-specific subclass of the Tiles ServletTilesApplicationContext.Classorg.springframework.web.servlet.view.tiles2Spring MVC
SpringWildcardServletTilesApplicationContextSpring-specific subclass of the Tiles ServletApplicationContext.Classorg.springframework.web.servlet.view.tiles3Spring MVC
SseEmitterA specialization of ResponseBodyEmitter for sendingSince:4.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
SseEmitter .SseEventBuilderA builder for an SSE event.Interfaceorg.springframework.web.servlet.mvc.method.annotation.SseEmitterSpring MVC
StandardMultipartHttpServletRequestSpring MultipartHttpServletRequest adapter, wrapping a Servlet 3.Classorg.springframework.web.multipart.supportSpring MVC
StandardPortletEnvironmentEnvironment implementation to be used by Servlet-based webapplications.Classorg.springframework.web.portlet.contextSpring MVC
StandardServletAsyncWebRequestA Servlet 3.Classorg.springframework.web.context.request.asyncSpring MVC
StandardServletEnvironmentEnvironment implementation to be used by Servlet-based webapplications.Classorg.springframework.web.context.supportSpring MVC
StandardServletMultipartResolverStandard implementation of the MultipartResolver interface,based on the Servlet 3.Classorg.springframework.web.multipart.supportSpring MVC
StandardToWebSocketExtensionAdapterA sub-class of WebSocketExtension thatcan be constructed from an Extension.Classorg.springframework.web.socket.adapter.standardSpring MVC
StandardWebSocketClientA WebSocketClient based on standard Java WebSocket API.Classorg.springframework.web.socket.client.standardSpring MVC
StandardWebSocketHandlerAdapterAdapts a WebSocketHandler to the standard WebSocket for Java API.Classorg.springframework.web.socket.adapter.standardSpring MVC
StandardWebSocketSessionA WebSocketSession for use with the standard WebSocket for Java API.Classorg.springframework.web.socket.adapter.standardSpring MVC
StaticPortletApplicationContextStatic Portlet-based ApplicationContextConfigurablePortletApplicationContextClassorg.springframework.web.portlet.contextSpring MVC
StaticWebApplicationContextStatic WebApplicationContextinterface to allow for direct replacement of an XmlWebApplicationContext,Classorg.springframework.web.context.supportSpring MVC
StompEndpointRegistryA contract for registering STOMP over WebSocket endpoints.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
StompSubProtocolErrorHandlerA SubProtocolErrorHandler for use with STOMP.Classorg.springframework.web.socket.messagingSpring MVC
StompSubProtocolHandlerA SubProtocolHandler for STOMP that supports versions 1.Classorg.springframework.web.socket.messagingSpring MVC
StompWebSocketEndpointRegistrationA contract for configuring a STOMP over WebSocket endpoint.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
StreamingResponseBodyA controller method return value type for asynchronous request processingwhere the application can write directly to the response OutputStreamInterfaceorg.springframework.web.servlet.mvc.method.annotationSpring MVC
StreamingResponseBodyReturnValueHandlerSupports return values of typeStreamingResponseBodyClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
StreamingSockJsSessionA SockJS session for use with streaming HTTP transports.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
StringMultipartFileEditorCustom PropertyEditor for convertingMultipartFiles to Strings.Classorg.springframework.web.multipart.supportSpring MVC
SubProtocolCapableAn interface for WebSocket handlers that support sub-protocols as defined in RFC 6455.Interfaceorg.springframework.web.socketSpring MVC
SubProtocolErrorHandlerA contract for handling sub-protocol errors sent to clients.Interfaceorg.springframework.web.socket.messagingSpring MVC
SubProtocolHandlerA contract for handling WebSocket messages as part of a higher level protocol, referredto as sub-protocol in the WebSocket RFC specification.Interfaceorg.springframework.web.socket.messagingSpring MVC
SubProtocolWebSocketHandlerAn implementation of WebSocketHandler that delegates incoming WebSocketmessages to a SubProtocolHandler along with a MessageChannel to whichClassorg.springframework.web.socket.messagingSpring MVC
TagUtilsUtility class for tag library related code, exposing functionalitysuch as translating Strings to web scopes.Classorg.springframework.web.utilSpring MVC
TagWriterUtility class for writing HTML content to a Writer instance.Classorg.springframework.web.servlet.tags.formSpring MVC
TextareaTagDatabinding-aware JSP tag for rendering an HTML 'textarea'.Classorg.springframework.web.servlet.tags.formSpring MVC
TextMessageA text WebSocket message.Classorg.springframework.web.socketSpring MVC
TextWebSocketHandlerA convenient base class for WebSocketHandler implementation that process textmessages only.Classorg.springframework.web.socket.handlerSpring MVC
ThemeChangeInterceptorInterceptor that allows for changing the current theme on every request,via a configurable request parameter (default parameter name: theme).Classorg.springframework.web.servlet.themeSpring MVC
ThemeResolverInterface for web-based theme resolution strategies that allows forboth theme resolution via the request and theme modification viaInterfaceorg.springframework.web.servletSpring MVC
ThemeTagCustom tag to look up a theme message in the scope of this page.Classorg.springframework.web.servlet.tagsSpring MVC
TilesConfigurerHelper class to configure Tiles 2.Classorg.springframework.web.servlet.view.tiles2Spring MVC
TilesConfigurerHelper class to configure Tiles 3.Classorg.springframework.web.servlet.view.tiles3Spring MVC
TilesConfigurerBeanDefinitionParserParse the MVC namespace element and registera corresponding TilesConfigurer bean.Classorg.springframework.web.servlet.configSpring MVC
TilesViewView implementation that retrieves aTiles definition.Classorg.springframework.web.servlet.view.tiles2Spring MVC
TilesViewView implementation that rendersthrough the Tiles Request API.Classorg.springframework.web.servlet.view.tiles3Spring MVC
TilesViewResolverConvenience subclass of UrlBasedViewResolverthat supports TilesView (i.Classorg.springframework.web.servlet.view.tiles2Spring MVC
TilesViewResolverConvenience subclass of UrlBasedViewResolver that supportsTilesView (i.Classorg.springframework.web.servlet.view.tiles3Spring MVC
TimeoutCallableProcessingInterceptorSends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed.Classorg.springframework.web.context.request.asyncSpring MVC
TimeoutDeferredResultProcessingInterceptorSends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed.Classorg.springframework.web.context.request.asyncSpring MVC
TomcatRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for Apache Tomcat.Classorg.springframework.web.socket.server.standardSpring MVC
TransformedResourceAn extension of ByteArrayResourcethat a ResourceTransformer can use to represent an originalClassorg.springframework.web.servlet.resourceSpring MVC
TransformTagTag for transforming reference data values from form controllers andother objects inside a spring:bind tag (or a data-boundClassorg.springframework.web.servlet.tagsSpring MVC
TransportA client-side implementation for a SockJS transport.Interfaceorg.springframework.web.socket.sockjs.clientSpring MVC
TransportHandlerHandle a SockJS session URL, i.Interfaceorg.springframework.web.socket.sockjs.transportSpring MVC
TransportHandlingSockJsServiceA basic implementation of SockJsServicewith support for SPI-based transport handling and session management.Classorg.springframework.web.socket.sockjs.transportSpring MVC
TransportRequestExposes information, typically to Transport andsession implementations, about a requestInterfaceorg.springframework.web.socket.sockjs.clientSpring MVC
TransportTypeSockJS transport types.Classorg.springframework.web.socket.sockjs.transportSpring MVC
UndertowRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for use with WildFly and itsunderlying Undertow web server.Classorg.springframework.web.socket.server.standardSpring MVC
UndertowXhrTransportAn XHR transport based on Undertow's UndertowClient.Classorg.springframework.web.socket.sockjs.clientSpring MVC
UnknownHttpStatusCodeExceptionException thrown when an unknown (or custom) HTTP status code is received.Classorg.springframework.web.clientSpring MVC
UnsatisfiedServletRequestParameterExceptionServletRequestBindingException subclass that indicates an unsatisfiedparameter condition, as typically expressed using an @RequestMappingClassorg.springframework.web.bindSpring MVC
UriComponentsRepresents an immutable collection of URI components, mapping component type toString values.Classorg.springframework.web.utilSpring MVC
UriComponents .UriTemplateVariablesDefines the contract for URI Template variablesSee Also:UriComponents.Interfaceorg.springframework.web.util.UriComponentsSpring MVC
UriComponentsBuilderBuilder for UriComponents.Classorg.springframework.web.utilSpring MVC
UriComponentsBuilderMethodArgumentResolverResolvers argument values of type UriComponentsBuilder.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
UriComponentsContributorStrategy for contributing to the building of a UriComponents bylooking at a method parameter and an argument value and deciding whatInterfaceorg.springframework.web.method.supportSpring MVC
UriTemplateRepresents a URI template.Classorg.springframework.web.utilSpring MVC
UriTemplateHandlerA strategy for expanding a URI template with URI variables into a URI.Interfaceorg.springframework.web.utilSpring MVC
UriUtilsUtility class for URI encoding and decoding based on RFC 3986.Classorg.springframework.web.utilSpring MVC
UrlBasedCorsConfigurationSourceProvide a per request CorsConfiguration instance based on acollection of CorsConfiguration mapped on path patterns.Classorg.springframework.web.corsSpring MVC
UrlBasedViewResolverSimple implementation of the ViewResolverinterface, allowing for direct resolution of symbolic view names to URLs,Classorg.springframework.web.servlet.viewSpring MVC
UrlBasedViewResolverRegistrationAssist with configuring a UrlBasedViewResolver.Classorg.springframework.web.servlet.config.annotationSpring MVC
UrlFilenameViewControllerSimple Controller implementation that transforms the virtualpath of a URL into a view name and returns that view.Classorg.springframework.web.servlet.mvcSpring MVC
UrlPathHelperHelper class for URL path matching.Classorg.springframework.web.utilSpring MVC
UrlTagJSP tag for creating URLs.Classorg.springframework.web.servlet.tagsSpring MVC
UserRoleAuthorizationInterceptorInterceptor that checks the authorization of the current user via theuser's roles, as evaluated by PortletRequest's isUserInRole method.Classorg.springframework.web.portlet.handlerSpring MVC
UserRoleAuthorizationInterceptorInterceptor that checks the authorization of the current user via theuser's roles, as evaluated by HttpServletRequest's isUserInRole method.Classorg.springframework.web.servlet.handlerSpring MVC
ValueConstantsCommon value constants shared between bind annotations.Interfaceorg.springframework.web.bind.annotationSpring MVC
VelocityConfigInterface to be implemented by objects that configure and manage aVelocityEngine for automatic lookup in a web environment.Interfaceorg.springframework.web.servlet.view.velocitySpring MVC
VelocityConfigurerJavaBean to configure Velocity for web usage, via the configLocationand/or velocityProperties and/or resourceLoaderPath bean properties.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityConfigurerBeanDefinitionParserParse the MVC namespace element and register anVelocityConfigurer beanClassorg.springframework.web.servlet.configSpring MVC
VelocityLayoutViewVelocityLayoutView emulates the functionality offered by Velocity'sVelocityLayoutServlet to ease page composition from different templates.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityLayoutViewResolverConvenience subclass of VelocityViewResolver, adding supportfor VelocityLayoutView and its properties.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityToolboxViewVelocityView subclass which adds support for Velocity Tools toolboxesand Velocity Tools ViewTool callbacks / Velocity Tools 1.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityViewView using the Velocity template engine.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityViewResolverConvenience subclass of UrlBasedViewResolverthat supports VelocityView (i.Classorg.springframework.web.servlet.view.velocitySpring MVC
VersionPathStrategyA strategy for extracting and embedding a resource version in its URL path.Interfaceorg.springframework.web.servlet.resourceSpring MVC
VersionResourceResolverResolves 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 theClassorg.springframework.web.servlet.resourceSpring MVC
VersionStrategyAn extension of VersionPathStrategy that adds a methodto determine the actual version of a Resource.Interfaceorg.springframework.web.servlet.resourceSpring MVC
ViewMVC View for a web interaction.Interfaceorg.springframework.web.servletSpring MVC
ViewControllerRegistrationAssist with the registration of a single view controller.Classorg.springframework.web.servlet.config.annotationSpring MVC
ViewControllerRegistryAssists with the registration of simple automated controllers pre-configuredwith status code and/or a view.Classorg.springframework.web.servlet.config.annotationSpring MVC
ViewMethodReturnValueHandlerHandles return values that are of type View.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ViewNameMethodReturnValueHandlerHandles return values of types void and String interpreting themas view name reference.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ViewRendererServletViewRendererServlet is a bridge servlet, mainly for the Portlet MVC support.Classorg.springframework.web.servletSpring MVC
ViewResolverInterface to be implemented by objects that can resolve views by name.Interfaceorg.springframework.web.servletSpring MVC
ViewResolverCompositeA ViewResolver that delegates to others.Classorg.springframework.web.servlet.viewSpring MVC
ViewResolverRegistryAssist with the configuration of a chain ofViewResolver instances.Classorg.springframework.web.servlet.config.annotationSpring MVC
ViewResolversBeanDefinitionParserParse the view-resolvers MVC namespace element and registerViewResolver bean definitions.Classorg.springframework.web.servlet.configSpring MVC
WebApplicationContextInterface to provide configuration for a web application.Interfaceorg.springframework.web.contextSpring MVC
WebApplicationContextFacesELResolverSpecial JSF ELResolver that exposes the Spring WebApplicationContextinstance under a variable named webApplicationContext.Classorg.springframework.web.jsf.elSpring MVC
WebApplicationContextUtilsConvenience methods for retrieving the root WebApplicationContext fora given ServletContext.Classorg.springframework.web.context.supportSpring MVC
WebApplicationInitializerInterface to be implemented in Servlet 3.Interfaceorg.springframework.webSpring MVC
WebApplicationObjectSupportConvenient superclass for application objects running in a WebApplicationContext.Classorg.springframework.web.context.supportSpring MVC
WebAppRootListenerListener that sets a system property to the web application root directory.Classorg.springframework.web.utilSpring MVC
WebArgumentResolverSPI for resolving custom arguments for a specific handler method parameter.Interfaceorg.springframework.web.bind.supportSpring MVC
WebAsyncManagerThe central class for managing asynchronous request processing, mainly intendedas an SPI and not typically used directly by application classes.Classorg.springframework.web.context.request.asyncSpring MVC
WebAsyncTaskHolder for a Callable, a timeout value, and a task executor.Classorg.springframework.web.context.request.asyncSpring MVC
WebAsyncUtilsUtility methods related to processing asynchronous web requests.Classorg.springframework.web.context.request.asyncSpring MVC
WebBindingInitializerCallback interface for initializing a WebDataBinderfor performing data binding in the context of a specific web request.Interfaceorg.springframework.web.bind.supportSpring MVC
WebContentGeneratorConvenient superclass for any kind of web content generator,like AbstractControllerClassorg.springframework.web.servlet.supportSpring MVC
WebContentInterceptorHandler interceptor that checks the request and prepares the response.Classorg.springframework.web.servlet.mvcSpring MVC
WebDataBinderSpecial DataBinder for data binding from web request parametersto JavaBean objects.Classorg.springframework.web.bindSpring MVC
WebDataBinderFactoryA factory for creating a WebDataBinder instance for a named target object.Interfaceorg.springframework.web.bind.supportSpring MVC
WebJarsResourceResolverA ResourceResolver that delegates to the chain to locate a resource and thenattempts to find a matching versioned resource contained in a WebJar JAR file.Classorg.springframework.web.servlet.resourceSpring MVC
WebLogicRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for Oracle's WebLogic.Classorg.springframework.web.socket.server.standardSpring MVC
WebMvcConfigurationSupportThis is the main class providing the configuration behind the MVC Java config.Classorg.springframework.web.servlet.config.annotationSpring MVC
WebMvcConfigurerDefines callback methods to customize the Java-based configuration forSpring MVC enabled via @EnableWebMvc.Interfaceorg.springframework.web.servlet.config.annotationSpring MVC
WebMvcConfigurerAdapterAn implementation of WebMvcConfigurer with empty methods allowingsub-classes to override only the methods they're interested in.Classorg.springframework.web.servlet.config.annotationSpring MVC
WebMvcStompEndpointRegistryA registry for STOMP over WebSocket endpoints that maps the endpoints with aHandlerMapping for use in Spring MVC.Classorg.springframework.web.socket.config.annotationSpring MVC
WebMvcStompWebSocketEndpointRegistrationAn abstract base class class for configuring STOMP over WebSocket/SockJS endpoints.Classorg.springframework.web.socket.config.annotationSpring MVC
WebRequestGeneric interface for a web request.Interfaceorg.springframework.web.context.requestSpring MVC
WebRequestDataBinderSpecial DataBinder to perform data bindingfrom web request parameters to JavaBeans, including support for multipart files.Classorg.springframework.web.bind.supportSpring MVC
WebRequestHandlerInterceptorAdapterAdapter that implements the Portlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor.Classorg.springframework.web.portlet.handlerSpring MVC
WebRequestHandlerInterceptorAdapterAdapter that implements the Servlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor.Classorg.springframework.web.servlet.handlerSpring MVC
WebRequestInterceptorInterface for general web request interception.Interfaceorg.springframework.web.context.requestSpring MVC
WebSocketAnnotationMethodMessageHandlerA sub-class of SimpAnnotationMethodMessageHandler to provide supportfor ControllerAdvice with global @MessageExceptionHandler methods.Classorg.springframework.web.socket.messagingSpring MVC
WebSocketClientContract for initiating a WebSocket request.Interfaceorg.springframework.web.socket.clientSpring MVC
WebSocketClientSockJsSessionAn extension of AbstractClientSockJsSession wrapping and delegatingto an actual WebSocket session.Classorg.springframework.web.socket.sockjs.clientSpring MVC
WebSocketConfigurationSupportConfiguration support for WebSocket request handling.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSocketConfigurerDefines callback methods to configure the WebSocket request handlingvia @EnableWebSocket.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketConnectionManagerA WebSocket connection manager that is given a URI, a WebSocketClient, and aWebSocketHandler, connects to a WebSocket server through ConnectionManagerSupport.Classorg.springframework.web.socket.clientSpring MVC
WebSocketContainerFactoryBeanA FactoryBean for creating and configuring a WebSocketContainerthrough Spring XML configuration.Classorg.springframework.web.socket.client.standardSpring MVC
WebSocketExtensionRepresents a WebSocket extension as defined in the RFC 6455.Classorg.springframework.web.socketSpring MVC
WebSocketHandlerA handler for WebSocket messages and lifecycle events.Interfaceorg.springframework.web.socketSpring MVC
WebSocketHandlerDecoratorWraps another WebSocketHandlerinstance and delegates to it.Classorg.springframework.web.socket.handlerSpring MVC
WebSocketHandlerDecoratorFactoryA factory for applying decorators to a WebSocketHandler.Interfaceorg.springframework.web.socket.handlerSpring MVC
WebSocketHandlerMappingAn extension of SimpleUrlHandlerMapping that is also aSmartLifecycle container and propagates start and stop calls to anyClassorg.springframework.web.socket.server.supportSpring MVC
WebSocketHandlerRegistrationProvides methods for configuring a WebSocket handler.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketHandlerRegistryProvides methods for configuring WebSocketHandler request mappings.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketHttpHeadersAn HttpHeaders variant that adds support forthe HTTP headers defined by the WebSocket specification RFC 6455.Classorg.springframework.web.socketSpring MVC
WebSocketHttpRequestHandlerA HttpRequestHandler for processing WebSocket handshake requests.Classorg.springframework.web.socket.server.supportSpring MVC
WebSocketMessageA message that can be handled or sent on a WebSocket connection.Interfaceorg.springframework.web.socketSpring MVC
WebSocketMessageBrokerConfigurationSupportreceiving and responding to STOMP messages from WebSocket clients.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSocketMessageBrokerConfigurerDefines methods for configuring message handling with simple messagingprotocols (e.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketMessageBrokerStatsA central class for aggregating information about internal state and countersfrom key infrastructure components of the setup that comes withClassorg.springframework.web.socket.configSpring MVC
WebSocketNamespaceHandlerNamespaceHandler for Spring WebSocketconfiguration namespace.Classorg.springframework.web.socket.configSpring MVC
WebSocketServerSockJsSessionA SockJS session for use with the WebSocket transport.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
WebSocketSessionA WebSocket session abstraction.Interfaceorg.springframework.web.socketSpring MVC
WebSocketSessionDecoratorWraps another WebSocketSession instanceand delegates to it.Classorg.springframework.web.socket.handlerSpring MVC
WebSocketStompClientA STOMP over WebSocket client that connects using an implementation ofincluding SockJsClient.Classorg.springframework.web.socket.messagingSpring MVC
WebSocketToJettyExtensionConfigAdapterClassorg.springframework.web.socket.adapter.jettySpring MVC
WebSocketToStandardExtensionAdapterAdapt an instance of WebSocketExtension tothe Extension interface.Classorg.springframework.web.socket.adapter.standardSpring MVC
WebSocketTransportA SockJS Transport that uses aSince:4.Classorg.springframework.web.socket.sockjs.clientSpring MVC
WebSocketTransportHandlerWebSocket-based TransportHandler.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
WebSocketTransportRegistrationConfigure the processing of messages received from and sent to WebSocket clients.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSphereRequestUpgradeStrategyWebSphere support for upgrading an HttpServletRequest during aWebSocket handshake.Classorg.springframework.web.socket.server.standardSpring MVC
WebUtilsMiscellaneous utilities for web applications.Classorg.springframework.web.utilSpring MVC
XhrClientSockJsSessionAn extension of AbstractClientSockJsSession for use with HTTPtransports simulating a WebSocket session.Classorg.springframework.web.socket.sockjs.clientSpring MVC
XhrPollingTransportHandlerA TransportHandler based on XHR (long) polling.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
XhrReceivingTransportHandlerA TransportHandler that receives messages over HTTP.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
XhrStreamingTransportHandlerA TransportHandler that sends messages over an HTTP streaming request.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
XhrTransportA SockJS Transport that uses HTTP requests to simulate a WebSocketinteraction.Interfaceorg.springframework.web.socket.sockjs.clientSpring MVC
XmlPortletApplicationContextPortlet-based WebApplicationContextby an XmlBeanDefinitionReader.Classorg.springframework.web.portlet.contextSpring MVC
XmlViewResolverA ViewResolver implementation that usesbean definitions in a dedicated XML file for view definitions, specified byClassorg.springframework.web.servlet.viewSpring MVC
XmlWebApplicationContextWebApplicationContext implementationwhich takes its configuration from XML documents, understood by anClassorg.springframework.web.context.supportSpring MVC
XsltViewXSLT-driven View that allows for response context to be rendered as theresult of an XSLT transformation.Classorg.springframework.web.servlet.view.xsltSpring MVC
XsltViewResolverViewResolver implementation thatresolves instances of XsltView by translating the supplied view nameClassorg.springframework.web.servlet.view.xsltSpring MVC
AbstractActionBase action that provides assistance commonly needed by action implementations.Classorg.springframework.webflow.actionSpring Webflow
AbstractActionModelModel support for actions.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractExternalizedFlowExecutionTestsBase class for flow integration tests that verify an externalized flow definition executes as expected.Classorg.springframework.webflow.test.executionSpring Webflow
AbstractFlowBuilderAbstract base implementation of a flow builder defining common functionality needed by most concrete flow builderonly required to implement buildStates().Classorg.springframework.webflow.engine.builder.supportSpring Webflow
AbstractFlowConfigurationA base class for @Configuration classes to configureDoes not provides any configuration (i.Classorg.springframework.webflow.configSpring Webflow
AbstractFlowExecutionRepositoryAbstract base class for flow execution repository implementations.Classorg.springframework.webflow.execution.repository.supportSpring Webflow
AbstractFlowExecutionTestsBase class for tests that verify a flow executes as expected.Classorg.springframework.webflow.test.executionSpring Webflow
AbstractFlowHandlerTrivial flow handler base class that simply returns null for all operations.Classorg.springframework.webflow.mvc.portletSpring Webflow
AbstractFlowHandlerTrivial flow handler base class that simply returns null for all operations.Classorg.springframework.webflow.mvc.servletSpring Webflow
AbstractMappingModelModel support for mappings.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractModelContains basic merge functions that can be utilized by other models.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractMvcViewBase view implementation for the Spring Web MVC Servlet and Spring Web MVC Portlet frameworks.Classorg.springframework.webflow.mvc.viewSpring Webflow
AbstractMvcViewFactoryBase class for mvc view factories.Classorg.springframework.webflow.mvc.viewSpring Webflow
AbstractSnapshottingFlowExecutionRepositoryBase class for repositories that take flow execution snapshots using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
AbstractStateModelModel support for states.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractTransitionableStateModelModel support for transitionable states.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractWebFlowScopeBase class for Scope implementations that access a Web Flow scope from the current request.Classorg.springframework.webflow.scopeSpring Webflow
AbstractXmlFlowExecutionTestsBase class for flow integration tests that verify an XML flow definition executes as expected.Classorg.springframework.webflow.test.executionSpring Webflow
ActionA command that executes a behavior and returns a logical execution result a calling flow execution can respond to.Interfaceorg.springframework.webflow.executionSpring Webflow
ActionExecutingViewFactoryA view factory implementation that creates views that execute an action when rendered.Classorg.springframework.webflow.engine.supportSpring Webflow
ActionExecutionExceptionThrown if an unhandled exception occurs when an action is executed.Classorg.springframework.webflow.executionSpring Webflow
ActionExecutorA simple static helper that performs action execution that encapsulates common logging and exception handling logic.Classorg.springframework.webflow.executionSpring Webflow
ActionListAn ordered, typed list of actions, mainly for use internally by flow artifacts that can execute groups of actions.Classorg.springframework.webflow.engineSpring Webflow
ActionMethodELResolverResolves the method to invoke on a resolved Web Flow Action instance.Classorg.springframework.webflow.expression.elSpring Webflow
ActionPropertyAccessorSpring EL Property Accessor that allows invocation of methods against a resolved Web Flow action, typically aMultiAction in expressions.Classorg.springframework.webflow.expression.spelSpring Webflow
ActionStateA transitionable state that executes one or more actions when entered.Classorg.springframework.webflow.engineSpring Webflow
ActionStateModelModel support for action states.Classorg.springframework.webflow.engine.modelSpring Webflow
ActionTransitionCriteriaA transition criteria that will execute an action when tested and return true if the action's result isequal to the 'trueEventId', false otherwise.Classorg.springframework.webflow.engine.supportSpring Webflow
AnnotatedAn interface to be implemented by objects that are annotated with attributes they wish to expose to clients.Interfaceorg.springframework.webflow.coreSpring Webflow
AnnotatedActionAn action proxy/decorator that stores arbitrary properties about a target Action implementation for usewithin a specific Action execution context, for example an ActionState definition, aClassorg.springframework.webflow.executionSpring Webflow
AnnotatedObjectA base class for all objects in the web flow system that support annotation using arbitrary properties.Classorg.springframework.webflow.coreSpring Webflow
AttributeMapAn immutable interface for accessing attributes in a backing map with string keys.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
AttributeMapBindingEventHolder for information about the binding or unbinding event in an AttributeMap.Classorg.springframework.webflow.core.collectionSpring Webflow
AttributeMapBindingListenerCauses an object to be notified when it is bound or unbound from an AttributeMap.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
AttributeModelModel support for attributes.Classorg.springframework.webflow.engine.modelSpring Webflow
BadlyFormattedConversationIdExceptionThrown if a conversation id could not be parsed.Classorg.springframework.webflow.conversation.implSpring Webflow
BadlyFormattedFlowExecutionKeyExceptionThrown when an encoded flow execution key is badly formatted and could not be parsed.Classorg.springframework.webflow.execution.repositorySpring Webflow
BeanFactoryPropertyAccessorSpring EL PropertyAccessor for reading beans in a BeanFactory.Classorg.springframework.webflow.expression.spelSpring Webflow
BeanFactoryVariableValueFactoryA bean-factory backed variable value factory.Classorg.springframework.webflow.engine.supportSpring Webflow
BeanImportModelModel support for bean imports.Classorg.springframework.webflow.engine.modelSpring Webflow
BeanValidationHintResolverA JSR-303 (Bean Validation) implementation of ValidationHintResolverthat resolves String-based hints to a Class array.Classorg.springframework.webflow.validationSpring Webflow
BinderConfigurationContains the information needed to bind model to a view.Classorg.springframework.webflow.engine.builderSpring Webflow
BinderConfiguration .BindingA binding that provides the information needed to connect an element of the view to a property of the model.Classorg.springframework.webflow.engine.builder.BinderConfigurationSpring Webflow
BinderModelModel support for the view-state binder element.Classorg.springframework.webflow.engine.modelSpring Webflow
BindingModelModel support for binding elements.Classorg.springframework.webflow.engine.modelSpring Webflow
BindingModelMakes the properties of the model object available to Spring views during rendering.Classorg.springframework.webflow.mvc.viewSpring Webflow
CollectionUtilsA utility class for working with attribute and parameter collections used by Spring Web FLow.Classorg.springframework.webflow.core.collectionSpring Webflow
CompositeActionAn action that will execute an ordered chain of other actions when executed.Classorg.springframework.webflow.actionSpring Webflow
CompositeFlowExecutionKeyA flow execution key that consists of two parts:A executionId, identifying a logical FlowExecution that is running.Classorg.springframework.webflow.execution.repository.supportSpring Webflow
ConditionalFlowExecutionListenerLoaderA flow execution listener loader that stores listeners in a list-backed data structure and allows for configurationof which listeners should apply to which flow definitions.Classorg.springframework.webflow.execution.factorySpring Webflow
ContainedConversationInternal Conversation implementation used by the conversation container.Classorg.springframework.webflow.conversation.implSpring Webflow
ConversationA service interface for working with state associated with a single logical user interaction called a conversationin the scope of a single request.Interfaceorg.springframework.webflow.conversationSpring Webflow
ConversationContainerContainer for conversations that is stored in the session.Classorg.springframework.webflow.conversation.implSpring Webflow
ConversationExceptionThe root of the conversation service exception hierarchy.Classorg.springframework.webflow.conversationSpring Webflow
ConversationIdAn id that uniquely identifies a conversation managed by a ConversationManager.Classorg.springframework.webflow.conversationSpring Webflow
ConversationLockA normalized interface for conversation locks, used to obtain exclusive access to a conversation.Interfaceorg.springframework.webflow.conversation.implSpring Webflow
ConversationLockExceptionAn exception occurred within the conversation locking system.Classorg.springframework.webflow.conversationSpring Webflow
ConversationManagerA service for managing conversations.Interfaceorg.springframework.webflow.conversationSpring Webflow
ConversationParametersSimple parameter object for clumping together input needed to begin a new conversation.Classorg.springframework.webflow.conversationSpring Webflow
ConversationScopeConversation scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
DecisionStateA simple transitionable state that when entered will execute the first transition whose matching criteria evaluatesto true in the context of the current request.Classorg.springframework.webflow.engineSpring Webflow
DecisionStateModelModel support for decision states.Classorg.springframework.webflow.engine.modelSpring Webflow
DefaultDocumentLoaderThe default document loader strategy for XSD-based XML documents with validation enabled by default.Classorg.springframework.webflow.engine.model.builder.xmlSpring Webflow
DefaultFlowExecutionRepositoryThe default flow execution repository implementation.Classorg.springframework.webflow.execution.repository.implSpring Webflow
DefaultFlowHolderA flow definition holder that can detect changes on an underlying flow definition resource and refresh that resourceThis class is thread-safe.Classorg.springframework.webflow.engine.builderSpring Webflow
DefaultFlowModelHolderA flow model holder that can detect changes on an underlying flow model resource and refresh that resourceThis class is thread-safe.Classorg.springframework.webflow.engine.model.builderSpring Webflow
DefaultFlowUrlHandlerDefault flow URL handler for SWF 2.Classorg.springframework.webflow.context.portletSpring Webflow
DefaultFlowUrlHandlerThe default FlowUrlHandler implementation for Spring Web Flow.Classorg.springframework.webflow.context.servletSpring Webflow
DefaultMultiActionMethodResolverDefault method resolver used by the MultiAction class.Classorg.springframework.webflow.actionSpring Webflow
DefaultTargetStateResolverA transition target state resolver that evaluates an expression to resolve the target state.Classorg.springframework.webflow.engine.supportSpring Webflow
DefaultTransitionCriteriaTransition criteria that tests the value of an expression.Classorg.springframework.webflow.engine.supportSpring Webflow
DefaultValidationContextClassorg.springframework.webflow.validationSpring Webflow
DelegatingFlowViewResolverDelegates to a configured view resolver chain to resolve the Spring MVC view implementation to render.Classorg.springframework.webflow.mvc.builderSpring Webflow
DocumentLoaderA generic strategy interface encapsulating the logic to load an XML-based document.Interfaceorg.springframework.webflow.engine.model.builder.xmlSpring Webflow
EndStateA state that ends a flow when entered.Classorg.springframework.webflow.engineSpring Webflow
EndStateModelModel support for end states.Classorg.springframework.webflow.engine.modelSpring Webflow
EnterStateVetoExceptionException thrown to veto the entering of a state of a flow.Classorg.springframework.webflow.executionSpring Webflow
EvaluateActionAn action that evaluates an expression and optionally exposes its result.Classorg.springframework.webflow.actionSpring Webflow
EvaluateModelModel support for evaluate actions.Classorg.springframework.webflow.engine.modelSpring Webflow
EventSignals the occurrence of something an active flow execution should respond to.Classorg.springframework.webflow.executionSpring Webflow
EventFactorySupportA convenience support class assisting in the creation of Event objects.Classorg.springframework.webflow.actionSpring Webflow
ExceptionHandlerModelModel support for exception handlers.Classorg.springframework.webflow.engine.modelSpring Webflow
ExternalContextA facade that provides normalized access to an external system that has called into the Spring Web Flow system.Interfaceorg.springframework.webflow.contextSpring Webflow
ExternalContextHolderSimple holder class that associates an ExternalContext instance with the current thread.Classorg.springframework.webflow.contextSpring Webflow
ExternalRedirectActionAn action that sends an external redirect when executed.Classorg.springframework.webflow.actionSpring Webflow
FilenameFlowUrlHandlerA file name based FlowUrlHandler implementation that is an alternative to the standardDefaultFlowUrlHandler.Classorg.springframework.webflow.context.servletSpring Webflow
FlashScopeFlash scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
FlowA single flow definition.Classorg.springframework.webflow.engineSpring Webflow
FlowAjaxTiles3ViewTiles view implementation that is able to handle partial rendering for SpringJavascript Ajax requests.Classorg.springframework.webflow.mvc.viewSpring Webflow
FlowAjaxTilesViewTiles view implementation that is able to handle partial rendering for SpringJavascript Ajax requests.Classorg.springframework.webflow.mvc.viewSpring Webflow
FlowArtifactFactoryA factory for core web flow elements such as flows, states, and transitions.Classorg.springframework.webflow.engine.builderSpring Webflow
FlowAssemblerA director for assembling flows, delegating to a FlowBuilder to construct a flow.Classorg.springframework.webflow.engine.builderSpring Webflow
FlowAttributeMappingExceptionBase class for attribute mapping failures.Classorg.springframework.webflow.engineSpring Webflow
FlowBuilderBuilder interface used to build a flow definition.Interfaceorg.springframework.webflow.engine.builderSpring Webflow
FlowBuilderContextProvides services needed to a direct a flow builder through building a flow definition.Interfaceorg.springframework.webflow.engine.builderSpring Webflow
FlowBuilderContextImplGeneric implementation of a flow builder context, suitable for use by most flow assembly systems.Classorg.springframework.webflow.engine.builder.supportSpring Webflow
FlowBuilderExceptionException thrown to indicate a problem while building a flow.Classorg.springframework.webflow.engine.builderSpring Webflow
FlowBuilderServicesA simple holder for configuring the services used by flow builders.Classorg.springframework.webflow.engine.builder.supportSpring Webflow
FlowBuilderServicesBuilderA builder for creating FlowBuilderServices instances designed for programmaticuse in @Bean factory methods.Classorg.springframework.webflow.configSpring Webflow
FlowControllerThe adapter between the Spring MVC Controller layer and the Spring Web Flow engine.Classorg.springframework.webflow.mvc.servletSpring Webflow
FlowDefinitionThe definition of a flow, a program that when executed carries out a task on behalf of a single client.Interfaceorg.springframework.webflow.definitionSpring Webflow
FlowDefinitionConstructionExceptionThrown when a flow definition was found during a lookup operation but could not be constructed.Classorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionHolderA holder holding a reference to a Flow definition.Interfaceorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionLocatorA runtime service locator interface for retrieving flow definitions by id.Interfaceorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionRedirectActionAn action that sends a flow definition redirect when executed.Classorg.springframework.webflow.actionSpring Webflow
FlowDefinitionRegistryA container of flow definitions.Interfaceorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionRegistryBuilderA builder for creating FlowDefinitionRegistry instances designed for programmaticuse in @Bean factory methods.Classorg.springframework.webflow.configSpring Webflow
FlowDefinitionRegistryImplA generic registry implementation for housing one or more flow definitions.Classorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionResourceAn abstract representation of an externalized flow definition resource.Classorg.springframework.webflow.configSpring Webflow
FlowDefinitionResourceFactoryA factory for creating flow definition resources that serve as pointers to external Flow definition files.Classorg.springframework.webflow.configSpring Webflow
FlowExceptionRoot class for exceptions thrown by the Spring Web Flow system.Classorg.springframework.webflow.coreSpring Webflow
FlowExecutionAn execution of a flow definition.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionAccessExceptionBase class for exceptions that indicate a flow execution could not be accessed within a repository.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionContextProvides contextual information about a flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionExceptionBase class for exceptions that occur within a flow while it is executing.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionExceptionHandlerA strategy for handling an exception that occurs at runtime during an active flow execution.Interfaceorg.springframework.webflow.engineSpring Webflow
FlowExecutionExceptionHandlerSetA typed set of state exception handlers, mainly for use internally by artifacts that can apply state exceptionAuthor:Keith DonaldSee Also:FlowExecutionExceptionHandler,Classorg.springframework.webflow.engineSpring Webflow
FlowExecutionFactoryAn abstract factory for creating flow executions.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionImplDefault implementation of FlowExecution that uses a stack-based data structure to manage spawned flow sessions.Classorg.springframework.webflow.engine.implSpring Webflow
FlowExecutionImplFactoryA factory for instances of the default flow execution implementation.Classorg.springframework.webflow.engine.implSpring Webflow
FlowExecutionKeyA key that uniquely identifies a flow execution in a managed FlowExecutionRepository.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionKeyFactoryA factory for creating flow execution keys.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionListenerInterface to be implemented by objects that wish to listen and respond to the lifecycle of flowAn 'observer' that is very aspect like, allowing you to insert 'cross cutting' behavior at well-defined points withinInterfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionListenerAdapterAn abstract adapter class for listeners (observers) of flow execution lifecycle events.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionListenerCriteriaStrategy interface that determines if a flow execution listener should attach to executions of a specific flowThis selection strategy is typically used by the FlowExecutionListenerLoader to determine which listenersInterfaceorg.springframework.webflow.execution.factorySpring Webflow
FlowExecutionListenerCriteriaFactoryStatic factory for creating commonly used flow execution listener criteria.Classorg.springframework.webflow.execution.factorySpring Webflow
FlowExecutionListenerLoaderA strategy interface for loading the set of FlowExecutionListener's that should apply to executions of a given flowdefinition.Interfaceorg.springframework.webflow.execution.factorySpring Webflow
FlowExecutionLockA pessmistic lock to obtain exclusive rights to a flow execution.Interfaceorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionOutcomeAn outcome returned by a flow execution when it ends.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionRepositoryCentral subsystem interface responsible for the saving and restoring of flow executions, where each flow executionrepresents a state of an active flow definition.Interfaceorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionRepositoryExceptionThe root of the FlowExecutionRepository exception hierarchy.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionRestorationFailureExceptionThrown when the flow execution with the persistent identifier provided could not be restored.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionResultA value object providing information about the result of a flow execution request.Classorg.springframework.webflow.executorSpring Webflow
FlowExecutionSnapshotA snapshot that can be used to restore a FlowExecution using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotFactoryA factory for creating different FlowExecutionSnapshot implementations.Interfaceorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotGroupA group of flow execution snapshots.Interfaceorg.springframework.webflow.execution.repository.implSpring Webflow
FlowExecutionStateRestorerA strategy used by repositories to restore transient flow execution state during execution restoration.Interfaceorg.springframework.webflow.execution.repository.supportSpring Webflow
FlowExecutionStatusenum FlowExecutionStatusA enum used internally by FlowExecutionImpl to track its status.Classorg.springframework.webflow.engine.implSpring Webflow
FlowExecutorThe central facade and entry-point service interface into the Spring Web Flow system for driving the executions offlow definitions.Interfaceorg.springframework.webflow.executorSpring Webflow
FlowExecutorBuilderA builder for FlowExecutor instances designed for programmatic use in@Bean factory methods.Classorg.springframework.webflow.configSpring Webflow
FlowExecutorImplThe default implementation of the central facade for driving the execution of flows within an application.Classorg.springframework.webflow.executorSpring Webflow
FlowHandlerA controller helper used for customizing access to a single flow definition in a Portlet environment.Interfaceorg.springframework.webflow.mvc.portletSpring Webflow
FlowHandlerA controller helper used for customizing access to a single flow definition in a Servlet enviroment.Interfaceorg.springframework.webflow.mvc.servletSpring Webflow
FlowHandlerAdapterA custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Portletenvironment.Classorg.springframework.webflow.mvc.portletSpring Webflow
FlowHandlerAdapterA custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Servletenvironment.Classorg.springframework.webflow.mvc.servletSpring Webflow
FlowHandlerMappingcreating URL path mappings from the ids of registered flow definitions.Classorg.springframework.webflow.mvc.servletSpring Webflow
FlowInputMappingExceptionThrown when flow input mapping fails.Classorg.springframework.webflow.engineSpring Webflow
FlowModelModel support for flows.Classorg.springframework.webflow.engine.modelSpring Webflow
FlowModelBuilderBuilder interface used to build a flow model.Interfaceorg.springframework.webflow.engine.model.builderSpring Webflow
FlowModelBuilderExceptionException thrown to indicate a problem while building a flow model.Classorg.springframework.webflow.engine.model.builderSpring Webflow
FlowModelFlowBuilderBuilds a runtime Flow definition object from a FlowModel.Classorg.springframework.webflow.engine.builder.modelSpring Webflow
FlowModelHolderA holder holding a reference to a Flow model.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelHolderLocatorA companion to FlowModelLocator for access to the FlowModelHolderwrapping the FlowModel.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelLocatorA runtime service locator interface for retrieving flow definitions by id.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelRegistryA container of flow models.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelRegistryImplA generic registry implementation for housing one or more flow models.Classorg.springframework.webflow.engine.model.registrySpring Webflow
FlowOutputMappingExceptionThrown when flow output mapping fails.Classorg.springframework.webflow.engineSpring Webflow
FlowResourceELResolverCustom EL resolver that resolves the messages from the active flow's MessageSource.Classorg.springframework.webflow.expression.elSpring Webflow
FlowResourceFlowViewResolverCreates Spring-MVC Internal Resource view to render a flow-relative view resource such as a JSP template.Classorg.springframework.webflow.mvc.builderSpring Webflow
FlowScopeFlow scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
FlowSessionA single, local instantiation of a flow definition launched within an overall flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowUrlHandlerA interface for parsing and generating flow URLs.Interfaceorg.springframework.webflow.context.portletSpring Webflow
FlowUrlHandlerA interface for parsing and generating flow URLs.Interfaceorg.springframework.webflow.context.servletSpring Webflow
FlowVariableA value object that defines a specification for a flow variable.Classorg.springframework.webflow.engineSpring Webflow
FlowVariablePropertyAccessorSpring EL PropertyAccessor that enables use of the following reserved variables in expressions:Note that any property of RequestContext (e.Classorg.springframework.webflow.expression.spelSpring Webflow
FlowViewResolverA Web Flow flavor of the familiar Spring MVC View Resolver interface.Interfaceorg.springframework.webflow.mvc.viewSpring Webflow
FormActionMulti-action that implements common logic dealing with input forms.Classorg.springframework.webflow.actionSpring Webflow
FormObjectAccessorConvenience helper that encapsulates logic on how to retrieve and expose form objects and associated errors to andfrom a flow execution request context.Classorg.springframework.webflow.actionSpring Webflow
GeneratedFlowExecutionKeyA simple flow execution key implementation.Classorg.springframework.webflow.testSpring Webflow
GenericSubflowAttributeMapperSimple flow attribute mapper that holds an input and output mapper strategy.Classorg.springframework.webflow.engine.supportSpring Webflow
HibernateFlowExecutionListenerA FlowExecutionListener that implements the Flow Managed Persistence Context (FMPC) pattern using the nativeThe general pattern is as follows:Classorg.springframework.webflow.persistenceSpring Webflow
HistoryView state history policies.Classorg.springframework.webflow.engineSpring Webflow
HttpServletContextMapMap backed by the Servlet context for accessing application scoped attributes.Classorg.springframework.webflow.context.servletSpring Webflow
HttpServletRequestMapMap backed by the Servlet HTTP request attribute map for accessing request local attributes.Classorg.springframework.webflow.context.servletSpring Webflow
HttpServletRequestParameterMapMap backed by the Servlet HTTP request parameter map for accessing request parameters.Classorg.springframework.webflow.context.servletSpring Webflow
HttpSessionMapA Shared Map backed by the Servlet HTTP session, for accessing session scoped attributes.Classorg.springframework.webflow.context.servletSpring Webflow
HttpSessionMapBindingListenerHelper class that adapts a generic AttributeMapBindingListener to a HTTP specificHttpSessionBindingListener.Classorg.springframework.webflow.context.webSpring Webflow
IfModelModel support for if elements.Classorg.springframework.webflow.engine.modelSpring Webflow
ImplicitFlowVariableELResolverResolves implicit or well-known flow variables; for example flowScope in an expression like #{flowScope.Classorg.springframework.webflow.expression.elSpring Webflow
InputModelModel support for input mappings.Classorg.springframework.webflow.engine.modelSpring Webflow
JdkConcurrentConversationLockA conversation lock that relies on a ReentrantLock within Java 5's util.Classorg.springframework.webflow.conversation.implSpring Webflow
JpaFlowExecutionListenerA FlowExecutionListener that implements the Flow Managed Persistence Context (FMPC) pattern using thestandard Java Persistence API (JPA).Classorg.springframework.webflow.persistenceSpring Webflow
LocalAttributeMapA generic, mutable attribute map with string keys.Classorg.springframework.webflow.core.collectionSpring Webflow
LocalParameterMapAn immutable parameter map storing String-keyed, String-valued parameters in a backing Map implementation.Classorg.springframework.webflow.core.collectionSpring Webflow
LocalSharedAttributeMapAn attribute map that exposes a mutex that application code can synchronize on.Classorg.springframework.webflow.core.collectionSpring Webflow
LockInterruptedExceptionException indicating that some Thread was interrupted duringprocessing and as such processing was halted.Classorg.springframework.webflow.conversation.implSpring Webflow
LockTimeoutExceptionThrown when a lock could not be acquired after a timeout period.Classorg.springframework.webflow.conversation.implSpring Webflow
MapAdaptablePropertyAccessorSpring EL PropertyAccessor for reading from MapAdaptable and writing to MutableAttributeMap.Classorg.springframework.webflow.expression.spelSpring Webflow
MessageSourcePropertyAccessorSpring EL PropertyAccessor that resolves messages from the MessageSource of the active Flow.Classorg.springframework.webflow.expression.spelSpring Webflow
MockActionA trivial stub action implementation that can be parameterized to return a particular action execution result.Classorg.springframework.webflow.testSpring Webflow
MockExternalContextMock implementation of the ExternalContext interface.Classorg.springframework.webflow.testSpring Webflow
MockFlowBuilderContextA stub flow service locator implementation suitable for a test environment.Classorg.springframework.webflow.testSpring Webflow
MockFlowExecutionContextA stub implementation of the flow execution context interface.Classorg.springframework.webflow.testSpring Webflow
MockFlowExecutionKeyA simple flow execution key implementation.Classorg.springframework.webflow.testSpring Webflow
MockFlowExecutionKeyFactoryTrivial flow execution key factory implementation that returns a mock flow execution key each time.Classorg.springframework.webflow.testSpring Webflow
MockFlowSessionMock implementation of the FlowSession interface.Classorg.springframework.webflow.testSpring Webflow
MockParameterMapA extension of parameter map that allows for mutation of parameters.Classorg.springframework.webflow.testSpring Webflow
MockRequestContextMock implementation of the RequestContext interface to facilitate standalone flow artifact (e.Classorg.springframework.webflow.testSpring Webflow
MockRequestControlContextMock implementation of the RequestControlContext interface to facilitate standalone Flow and State unitAuthor:Keith DonaldSee Also:RequestContext,Classorg.springframework.webflow.testSpring Webflow
ModelInterface defining models.Interfaceorg.springframework.webflow.engine.modelSpring Webflow
MultiActionAction implementation that bundles two or more action execution methods into a single class.Classorg.springframework.webflow.actionSpring Webflow
MultiAction .MethodResolverStrategy interface used by the MultiAction to map a request context to the name of an action execution method.Interfaceorg.springframework.webflow.action.MultiActionSpring Webflow
MutableAttributeMapAn interface for accessing and modifying attributes in a backing map with string keys.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
MvcEnvironmentSupported Spring Web MVC environments.Classorg.springframework.webflow.mvc.builderSpring Webflow
MvcExternalContextSpring MVC external context implementation.Classorg.springframework.webflow.mvc.servletSpring Webflow
MvcViewFactoryCreatorReturns view factories that create native Spring MVC-based views.Classorg.springframework.webflow.mvc.builderSpring Webflow
NoMatchingTransitionExceptionThrown when no transition can be matched given the occurence of an event in the context of a flow execution request.Classorg.springframework.webflow.engineSpring Webflow
NoOpConversationLockA singleton lock that doesn't do anything.Classorg.springframework.webflow.conversation.implSpring Webflow
NoSuchConversationExceptionThrown when no logical conversation exists with the specified conversationId.Classorg.springframework.webflow.conversationSpring Webflow
NoSuchFlowDefinitionExceptionThrown when no flow definition was found during a lookup operation by a flow locator.Classorg.springframework.webflow.definition.registrySpring Webflow
NoSuchFlowExecutionExceptionThrown when the flow execution with the persistent identifier provided could not be found.Classorg.springframework.webflow.execution.repositorySpring Webflow
NoSuchFlowModelExceptionThrown when no flow model was found during a lookup operation by a flow locator.Classorg.springframework.webflow.engine.model.registrySpring Webflow
NotTransitionCriteriaTransition criteria that negates the result of the evaluation of another criteria object.Classorg.springframework.webflow.engine.supportSpring Webflow
OutputModelModel support for output mappings.Classorg.springframework.webflow.engine.modelSpring Webflow
ParameterMapAn interface for accessing parameters in a backing map.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
PermissionDeniedFlowExecutionAccessExceptionThrown when access to a flow execution was denied by a repository.Classorg.springframework.webflow.execution.repositorySpring Webflow
PersistenceContextModelModel support for persistence context elements.Classorg.springframework.webflow.engine.modelSpring Webflow
PortletContextMapMap backed by the Portlet context for accessing application scoped attributes.Classorg.springframework.webflow.context.portletSpring Webflow
PortletExternalContextProvides contextual information about an portlet environment that has interacted with Spring Web Flow.Classorg.springframework.webflow.context.portletSpring Webflow
PortletMvcViewThe Spring Web Portlet MVC view implementation.Classorg.springframework.webflow.mvc.portletSpring Webflow
PortletMvcViewFactoryCreates Portlet MVC views.Classorg.springframework.webflow.mvc.portletSpring Webflow
PortletRequestMapMap backed by the Portlet request attribute map for accessing request local attributes.Classorg.springframework.webflow.context.portletSpring Webflow
PortletRequestParameterMapMap backed by the Portlet request parameter map for accessing request parameters.Classorg.springframework.webflow.context.portletSpring Webflow
PortletSessionMapA Shared Map backed by the Portlet session, for accessing session scoped attributes.Classorg.springframework.webflow.context.portletSpring Webflow
RenderActionClassorg.springframework.webflow.actionSpring Webflow
RenderModelModel support for render actions.Classorg.springframework.webflow.engine.modelSpring Webflow
RequestContextA context for a single request to manipulate a flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
RequestContextELResolverCustom EL resolver that resolves the current RequestContext under the variable REQUEST_CONTEXT_VARIABLE_NAME.Classorg.springframework.webflow.expression.elSpring Webflow
RequestContextHolderSimple holder class that associates a RequestContext instance with the current thread.Classorg.springframework.webflow.executionSpring Webflow
RequestControlContextMutable control interface used to manipulate an ongoing flow execution in the context of one client request.Interfaceorg.springframework.webflow.engineSpring Webflow
RequestScopeRequest scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
ResultEventFactoryA strategy for creating an Event object from an arbitrary object such as an expression evaluation result orbean method return value.Interfaceorg.springframework.webflow.actionSpring Webflow
ResultEventFactorySelectorHelper that selects the ResultEventFactory to use for a particular result object.Classorg.springframework.webflow.actionSpring Webflow
ResultObjectBasedEventFactoryResult object-to-event adapter interface that tries to do a sensible conversion of the result object into a web flowevent.Classorg.springframework.webflow.actionSpring Webflow
ScopeRegistrarRegisters the Spring Web Flow bean scopes with a ConfigurableListableBeanFactory.Classorg.springframework.webflow.scopeSpring Webflow
ScopeSearchingELResolverCustom EL resolver that searches the current request context for variables to resolve.Classorg.springframework.webflow.expression.elSpring Webflow
ScopeSearchingPropertyAccessorSpring EL PropertyAccessor that searches through all Web Flow scopes.Classorg.springframework.webflow.expression.spelSpring Webflow
ScopeTypeAn enumeration of the core scope types of Spring Web Flow.Classorg.springframework.webflow.executionSpring Webflow
SecuredModelModel support for secured elements.Classorg.springframework.webflow.engine.modelSpring Webflow
SecurityFlowExecutionListenerFlow security integration with Spring SecurityAuthor:Scott AndrewsClassorg.springframework.webflow.securitySpring Webflow
SecurityRuleEncapsulates the rules for comparing security attributesAuthor:Scott AndrewsClassorg.springframework.webflow.securitySpring Webflow
SerializedFlowExecutionSnapshotA snapshot implementation that is based on standard Java serialization, created by aSerializedFlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SerializedFlowExecutionSnapshotFactoryA factory that creates new instances of flow execution snapshots based on standard Java serialization.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
ServletExternalContextProvides contextual information about an HTTP Servlet environment that has interacted with Spring Web Flow.Classorg.springframework.webflow.context.servletSpring Webflow
ServletMvcViewThe Spring Web Servlet MVC view implementation.Classorg.springframework.webflow.mvc.servletSpring Webflow
ServletMvcViewFactoryCreates Servlet MVC views.Classorg.springframework.webflow.mvc.servletSpring Webflow
SessionBindingConversationManagerSimple implementation of a conversation manager that stores conversations in the session attribute map.Classorg.springframework.webflow.conversation.implSpring Webflow
SetActionAn action that sets an attribute in a scope when executed.Classorg.springframework.webflow.actionSpring Webflow
SetModelModel support for set actions.Classorg.springframework.webflow.engine.modelSpring Webflow
SharedAttributeMapAn interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
SimpleConversationIdAn id that uniquely identifies a conversation managed by a ConversationManager.Classorg.springframework.webflow.conversation.implSpring Webflow
SimpleFlowExecutionSnapshotFactoryA factory that creates new flow execution snapshot instances that simply wraps an underlying flow execution instance.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotCreationExceptionThrown when a continuation snapshot could not be taken of flow execution state.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotNotFoundExceptionThrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot thathas since been removed.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotUnmarshalExceptionThrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SpringBeanWebFlowELResolverEL resolver for resolving Spring Beans accessible by a flow's bean factory.Classorg.springframework.webflow.expression.elSpring Webflow
StateA point in a flow where something happens.Classorg.springframework.webflow.engineSpring Webflow
StateDefinitionA step within a flow definition where behavior is executed.Interfaceorg.springframework.webflow.definitionSpring Webflow
StaticFlowExecutionListenerLoaderA simple flow execution listener loader that simply returns a static listener array on each invocation.Classorg.springframework.webflow.execution.factorySpring Webflow
SubflowAttributeMapperA strategy interface used by a subflow state to map subflow input and output attributes.Interfaceorg.springframework.webflow.engineSpring Webflow
SubflowStateA transitionable state that spawns a subflow when executed.Classorg.springframework.webflow.engineSpring Webflow
SubflowStateModelModel support for subflow states.Classorg.springframework.webflow.engine.modelSpring Webflow
SuccessEventFactoryDefault implementation of the resultObject-to-event mapping interface.Classorg.springframework.webflow.actionSpring Webflow
TargetStateResolverA strategy for calculating the target state of a transition.Interfaceorg.springframework.webflow.engineSpring Webflow
TestFlowBuilderServicesFactoryFactory that encapsulates configuration of default flow builder services for a test environment.Classorg.springframework.webflow.testSpring Webflow
TransitionA path from one state to another state.Classorg.springframework.webflow.engineSpring Webflow
TransitionableStateAbstract superclass for states that can execute a transition in response to an event.Classorg.springframework.webflow.engineSpring Webflow
TransitionableStateDefinitionA state that can transition to another state.Interfaceorg.springframework.webflow.definitionSpring Webflow
TransitionCriteriaStrategy interface encapsulating criteria that determine whether or not a transition should execute given a flowexecution request context.Interfaceorg.springframework.webflow.engineSpring Webflow
TransitionCriteriaChainAn ordered chain of TransitionCriteria.Classorg.springframework.webflow.engine.supportSpring Webflow
TransitionDefinitionA transition takes a flow from one state to another.Interfaceorg.springframework.webflow.definitionSpring Webflow
TransitionExecutingFlowExecutionExceptionHandlerA flow execution exception handler that maps the occurrence of a specific type of exception to a transition to a newThe handled FlowExecutionException will be exposed in flash scope asClassorg.springframework.webflow.engine.supportSpring Webflow
TransitionModelModel support for transitions.Classorg.springframework.webflow.engine.modelSpring Webflow
TransitionSetA typed set of transitions for use internally by artifacts that can apply transition execution logic.Classorg.springframework.webflow.engineSpring Webflow
ValidationHelperA helper class the encapsulates conventions to invoke validation logic.Classorg.springframework.webflow.validationSpring Webflow
ValidationHintResolverA strategy for resolving String-based hints to Objects such as validationgroups against a JSR-303 provider.Interfaceorg.springframework.webflow.validationSpring Webflow
VariableValueFactoryA strategy that encapsulates the source of a flow variable value.Interfaceorg.springframework.webflow.engineSpring Webflow
VarModelModel support for var elements.Classorg.springframework.webflow.engine.modelSpring Webflow
ViewAllows a client to participate in flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
ViewActionStateHolderHolder class for passing Spring MVC view action state through a redirect.Classorg.springframework.webflow.mvc.viewSpring Webflow
ViewFactoryA factory for a view that allows the client to participate in flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
ViewFactoryActionAdapterSimple adapter that adapts a view factory render cycle to the action interface.Classorg.springframework.webflow.actionSpring Webflow
ViewFactoryCreatorA factory for ViewFactory objects.Interfaceorg.springframework.webflow.engine.builderSpring Webflow
ViewRenderingExceptionThrown if a IO exception was thrown during view rendering.Classorg.springframework.webflow.engineSpring Webflow
ViewScopeView scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
ViewStateA view state is a state that issues a response to the user, for example, for soliciting form input.Classorg.springframework.webflow.engineSpring Webflow
ViewStateModelModel support for view states.Classorg.springframework.webflow.engine.modelSpring Webflow
ViewVariableA variable scoped to a particular view.Classorg.springframework.webflow.engineSpring Webflow
WebFlow1FlowUrlHandlerFlow URL handler that implements the default Web Flow 1.Classorg.springframework.webflow.context.servletSpring Webflow
WebFlowConfigNamespaceHandlerNamespaceHandler for the webflow-config namespace.Classorg.springframework.webflow.configSpring Webflow
WebFlowELExpressionParserAllows for Unified EL expressions in a FlowDefinition.Classorg.springframework.webflow.expression.elSpring Webflow
WebFlowMessageCodesResolverMessage Codes Resolver that implements the default Web Flow 2.Classorg.springframework.webflow.validationSpring Webflow
WebFlowOgnlExpressionParserAn extension of OgnlExpressionParser that registers Web Flow-specific PropertyAccessors.Classorg.springframework.webflow.expressionSpring Webflow
WebFlowSpringELExpressionParserA sub-class for SpringELExpressionParser that registers Web Flowspecific Spring EL PropertyAccessors.Classorg.springframework.webflow.expression.spelSpring Webflow
WebFlowUpgraderConverts Web Flow 1 flow definitions to the version 2 syntax.Classorg.springframework.webflow.upgradeSpring Webflow
WildcardTransitionCriteriaTransition criteria that always returns true.Classorg.springframework.webflow.engineSpring Webflow
XmlFlowModelBuilderBuilds a flow model from a XML-based flow definition resource.Classorg.springframework.webflow.engine.model.builder.xmlSpring Webflow