| Name | Description | Type | Package | Framework |
| AbstractErrorController | Abstract base class for error Controller implementations. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| BasicErrorController | Basic global error Controller, rendering ErrorAttributes. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| ConditionalOnEnabledResourceChain | Conditional that checks whether or not the Spring resource handling chain isenabled. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| DefaultErrorAttributes | Default implementation of ErrorAttributes. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| DispatcherServletAutoConfiguration | Auto-configuration for the SpringDispatcherServlet. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| DispatcherServletAutoConfiguration .DispatcherServletConfiguration | Class | org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration | Spring Boot | |
| EmbeddedServletContainerAutoConfiguration | Auto-configuration for an embedded servlet containers. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| EmbeddedServletContainerAutoConfiguration .EmbeddedJetty | Nested configuration if Jetty is being used. | Class | org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration | Spring Boot |
| EmbeddedServletContainerAutoConfiguration .EmbeddedServletContainerCustomizerBeanPostProcessorRegistr | Registers a EmbeddedServletContainerCustomizerBeanPostProcessor. | Class | org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration | Spring Boot |
| EmbeddedServletContainerAutoConfiguration .EmbeddedTomcat | Nested configuration for if Tomcat is being used. | Class | org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration | Spring Boot |
| EmbeddedServletContainerAutoConfiguration .EmbeddedUndertow | Nested configuration if Undertow is being used. | Class | org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration | Spring Boot |
| ErrorAttributes | Provides access to error attributes which can be logged or presented to the user. | Interface | org.springframework.boot.autoconfigure.web | Spring Boot |
| ErrorController | Marker interface used to indicate that a @Controller is used torender errors. | Interface | org.springframework.boot.autoconfigure.web | Spring Boot |
| ErrorMvcAutoConfiguration | Auto-configuration to render errors via an MVC errorAuthor:Dave Syer, Andy Wilkinson, Stephane Nicoll | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| ErrorMvcAutoConfiguration .WhitelabelErrorViewConfiguration | Class | org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration | Spring Boot | |
| ErrorProperties | Configuration properties for web error handling. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| ErrorProperties .IncludeStacktrace | Include Stacktrace attribute options. | Class | org.springframework.boot.autoconfigure.web.ErrorProperties | Spring Boot |
| HttpEncodingAutoConfiguration | Auto-configuration for configuring the encoding to usein web applications. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| HttpEncodingProperties | Configuration properties for http encoding. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| HttpMessageConverters | Bean used to manage the HttpMessageConverters used in a Spring Bootapplication. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| HttpMessageConvertersAutoConfiguration | Auto-configuration for HttpMessageConverters. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| HttpMessageConvertersAutoConfiguration .StringHttpMessageConverterConfiguration | Class | org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration | Spring Boot | |
| JettyWebSocketContainerCustomizer | WebSocketContainerCustomizer for JettyEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
| JspTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information for JSPSince:1. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| MultipartAutoConfiguration | Auto-configuration for multi-part uploads. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| MultipartProperties | Properties to be used in configuring a MultipartConfigElement. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| ResourceProperties | Properties used to configure resource handling. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| ResourceProperties .Chain | Configuration for the Spring Resource Handling chain. | Class | org.springframework.boot.autoconfigure.web.ResourceProperties | Spring Boot |
| ResourceProperties .Content | Version Strategy based on content hashing. | Class | org.springframework.boot.autoconfigure.web.ResourceProperties | Spring Boot |
| ResourceProperties .Fixed | Version Strategy based on a fixed version string. | Class | org.springframework.boot.autoconfigure.web.ResourceProperties | Spring Boot |
| ResourceProperties .Strategy | Strategies for extracting and embedding a resource version in its URL path. | Class | org.springframework.boot.autoconfigure.web.ResourceProperties | Spring Boot |
| ServerProperties | ConfigurationProperties for a web server (e. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| ServerProperties .Session | Class | org.springframework.boot.autoconfigure.web.ServerProperties | Spring Boot | |
| ServerProperties .Session .Cookie | Class | org.springframework.boot.autoconfigure.web.ServerProperties.Session | Spring Boot | |
| ServerProperties .Tomcat | Class | org.springframework.boot.autoconfigure.web.ServerProperties | Spring Boot | |
| ServerProperties .Tomcat .Accesslog | Class | org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat | Spring Boot | |
| ServerProperties .Undertow | Class | org.springframework.boot.autoconfigure.web.ServerProperties | Spring Boot | |
| ServerProperties .Undertow .Accesslog | Class | org.springframework.boot.autoconfigure.web.ServerProperties.Undertow | Spring Boot | |
| ServerPropertiesAutoConfiguration | Auto-configuration that configures theConfigurableEmbeddedServletContainer from a ServerProperties bean. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| TomcatWebSocketContainerCustomizer | WebSocketContainerCustomizer for TomcatEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
| UndertowWebSocketContainerCustomizer | WebSocketContainerCustomizer forUndertowEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
| WebMvcAutoConfiguration | Auto-configuration for Web MVC. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| WebMvcAutoConfiguration .EnableWebMvcConfiguration | Configuration equivalent to @EnableWebMvc. | Class | org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration | Spring Boot |
| WebMvcAutoConfiguration .WebMvcAutoConfigurationAdapter | Class | org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration | Spring Boot | |
| WebMvcAutoConfiguration .WebMvcAutoConfigurationAdapter .FaviconConfiguration | Class | org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter | Spring Boot | |
| WebMvcProperties | properties for Spring MVC. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
| WebMvcProperties .Async | Class | org.springframework.boot.autoconfigure.web.WebMvcProperties | Spring Boot | |
| WebMvcProperties .View | Class | org.springframework.boot.autoconfigure.web.WebMvcProperties | Spring Boot | |
| WebSocketAutoConfiguration | Auto configuration for websocket server in embedded Tomcat, Jetty or Undertow. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
| WebSocketContainerCustomizer | EmbeddedServletContainerCustomizer to configure websockets for a givenEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
| WebSocketMessagingAutoConfiguration | Auto-configuration for WebSocket-based messaging. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |