Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet Classes and Interfaces - 341 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
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
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.servlet.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
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
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
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
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
AbstractRequestConditionA base class for RequestCondition types providing implementations ofequals(Object), hashCode(), and toString().Classorg.springframework.web.servlet.mvc.conditionSpring 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
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
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
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
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
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.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
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
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
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
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
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
CompletionStageReturnValueHandlerHandles return values of type CompletionStage (implemented byCompletableFuture for example).Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
CompositeRequestConditionRequestCondition types and using a logical conjunction (' && ') toensure all conditions match a given request.Classorg.springframework.web.servlet.mvc.conditionSpring 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
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
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
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
ControllerBase Controller interface, representing a component that receivesHttpServletRequest and HttpServletResponseInterfaceorg.springframework.web.servlet.mvcSpring 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
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
CorsBeanDefinitionParserBeanDefinitionParser that parses acors element in order to set the CORS configuration in the variousClassorg.springframework.web.servlet.configSpring 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
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
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
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
DefaultRequestToViewNameTranslatorRequestToViewNameTranslatorthat simply transforms the URI of the incoming request into a view name.Classorg.springframework.web.servlet.viewSpring 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
DeferredResultMethodReturnValueHandlerHandles return values of type DeferredResult.Classorg.springframework.web.servlet.mvc.method.annotationSpring 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
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
EncodedResourceInterface for a resource descriptor that describes the encodingapplied to the entire resource content.Interfaceorg.springframework.web.servlet.resourceSpring 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
EvalTagJSP tag for evaluating expressions with the Spring Expression Language (SpEL).Classorg.springframework.web.servlet.tagsSpring MVC
ExceptionHandlerExceptionResolverAn AbstractHandlerMethodExceptionResolver that resolves exceptionsthrough @ExceptionHandler methods.Classorg.springframework.web.servlet.mvc.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
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
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
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
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
HandlerAdapterMVC framework SPI, allowing parameterization of the core MVC workflow.Interfaceorg.springframework.web.servletSpring 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.servletSpring 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.servlet.handlerSpring MVC
HandlerMappingInterface to be implemented by objects that define a mapping betweenrequests and handler objects.Interfaceorg.springframework.web.servletSpring MVC
HandlerMethodMappingNamingStrategyA strategy for assigning a name to a handler method's mapping.Interfaceorg.springframework.web.servlet.handlerSpring 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
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
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
HttpRequestHandlerAdapterAdapter to use the plain HttpRequestHandlerinterface with the generic DispatcherServlet.Classorg.springframework.web.servlet.mvcSpring MVC
HttpServletBeanSimple extension of HttpServlet which treatsits config parameters (init-param entries within theClassorg.springframework.web.servletSpring 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
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
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
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
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
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
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
MediaTypeExpressionA contract for media type expressions (e.Interfaceorg.springframework.web.servlet.mvc.conditionSpring MVC
MessageTagCustom JSP tag to look up a message in the scope of this page.Classorg.springframework.web.servlet.tagsSpring MVC
MethodNameResolverInterface that parameterizes the MultiActionController classusing the Strategy GoF Design pattern, allowingInterfaceorg.springframework.web.servlet.mvc.multiactionSpring MVC
ModelAndViewHolder for both Model and View in the web MVC framework.Classorg.springframework.web.servletSpring 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
MultiActionControllerclass.Classorg.springframework.web.servlet.mvc.multiactionSpring 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
NestedPathTagNested-path tag, to support and assist with nested beans or bean propertiesin the model.Classorg.springframework.web.servlet.tagsSpring 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
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
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
ParameterizableViewControllerTrivial controller that always returns a pre-configured view and optionallysets the response status code.Classorg.springframework.web.servlet.mvcSpring 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
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
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
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
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
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
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
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
RequestMethodsRequestConditionA logical disjunction request condition that matches a requestagainst a set of RequestMethods.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
RequestPartMethodArgumentResolverResolves the following method arguments:Annotated with @RequestPartClassorg.springframework.web.servlet.mvc.method.annotationSpring 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
RequestToViewNameTranslatorStrategy interface for translating an incomingHttpServletRequest into aInterfaceorg.springframework.web.servletSpring 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
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
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
ResponseStatusExceptionResolverA HandlerExceptionResolver that uses the @ResponseStatusannotation to map exceptions to HTTP status codes.Classorg.springframework.web.servlet.mvc.annotationSpring 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
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
ServletRequestDataBinderFactoryCreates a ServletRequestDataBinder.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletRequestMethodArgumentResolverResolves request-related method argument values of the following types:TimeZone (as of Spring 4.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletResponseMethodArgumentResolverResolves response-related method argument values of types:Since:3.Classorg.springframework.web.servlet.mvc.method.annotationSpring 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
ServletWrappingControllerSpring Controller implementation that wraps a servlet instance which it managesinternally.Classorg.springframework.web.servlet.mvcSpring MVC
SessionFlashMapManagerStore and retrieve FlashMap instances to and from the HTTP session.Classorg.springframework.web.servlet.supportSpring MVC
SessionLocaleResolverLocaleResolver implementation thatuses a locale attribute in the user's session in case of a custom setting,Classorg.springframework.web.servlet.i18nSpring MVC
SessionThemeResolverThemeResolver implementation thatuses a theme attribute in the user's session in case of a custom setting,Classorg.springframework.web.servlet.themeSpring 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 a set ofClassorg.springframework.web.servlet.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
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
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
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
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
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
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
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
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
UriComponentsBuilderMethodArgumentResolverResolvers argument values of type UriComponentsBuilder.Classorg.springframework.web.servlet.mvc.method.annotationSpring 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
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 HttpServletRequest's isUserInRole method.Classorg.springframework.web.servlet.handlerSpring 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
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
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
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
WebRequestHandlerInterceptorAdapterAdapter that implements the Servlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor.Classorg.springframework.web.servlet.handlerSpring MVC
XmlViewResolverA ViewResolver implementation that usesbean definitions in a dedicated XML file for view definitions, specified byClassorg.springframework.web.servlet.viewSpring 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