Index

A B C D E F G H I J L M O P R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractErrorController - Class in org.springframework.boot.webmvc.autoconfigure.error
Abstract base class for error @Controller implementations.
AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
 
AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
 
AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.webmvc.actuate.endpoint.web
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, boolean) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
Creates a new WebEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
Creates a new AbstractWebMvcEndpointHandlerMapping that provides mappings for the operations of the given endpoints.
AbstractWebMvcEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.webmvc.actuate.endpoint.web
Handler providing actuator links at the root endpoint.
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - Interface in org.springframework.boot.webmvc.actuate.endpoint.web
A servlet web operation that can be handled by Spring MVC.
AdditionalHealthEndpointPathsWebMvcHandlerMapping - Class in org.springframework.boot.webmvc.actuate.endpoint.web
A custom HandlerMapping that allows health groups to be mapped to an additional path.
AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint, Set<HealthEndpointGroup>) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.AdditionalHealthEndpointPathsWebMvcHandlerMapping
 
addUrlMappings(String...) - Method in class org.springframework.boot.webmvc.autoconfigure.DispatcherServletRegistrationBean
 
afterPropertiesSet() - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 
ANT_PATH_MATCHER - Enum constant in enum class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.MatchingStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.0.0 for removal in 4.2.0 in favor of WebMvcProperties.MatchingStrategy.PATH_PATTERN_PARSER
Apiversion() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
Async() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Async
 

B

BasicErrorController - Class in org.springframework.boot.webmvc.autoconfigure.error
Basic global error @Controller, rendering ErrorAttributes.
BasicErrorController(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
Create a new BasicErrorController instance.
BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
Create a new BasicErrorController instance.

C

Contentnegotiation() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
 
ControllerEndpointHandlerMapping - Class in org.springframework.boot.webmvc.actuate.endpoint.web
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.3.5 in favor of @Endpoint and @WebEndpoint support
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration, EndpointAccessResolver) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 

D

DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.webmvc.autoconfigure.DispatcherServletAutoConfiguration
The bean name for a DispatcherServlet that will be mapped to the root URL "/".
DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.webmvc.autoconfigure.DispatcherServletAutoConfiguration
The bean name for a ServletRegistrationBean for the DispatcherServlet "/".
DEFAULT_PREFIX - Static variable in class org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration
The default Spring MVC view prefix.
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration
The default Spring MVC view suffix.
DefaultErrorAttributes - Class in org.springframework.boot.webmvc.error
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - Constructor for class org.springframework.boot.webmvc.error.DefaultErrorAttributes
 
DefaultErrorViewResolver - Class in org.springframework.boot.webmvc.autoconfigure.error
Default ErrorViewResolver implementation that attempts to resolve error views using well known conventions.
DefaultErrorViewResolver(ApplicationContext, WebProperties.Resources) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.DefaultErrorViewResolver
Create a new DefaultErrorViewResolver instance.
describeMappings(ApplicationContext) - Method in class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletsMappingDescriptionProvider
 
DispatcherServletAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure
Auto-configuration for the Spring DispatcherServlet.
DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.DispatcherServletAutoConfiguration
 
DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.webmvc.autoconfigure
 
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - Class in org.springframework.boot.webmvc.autoconfigure
 
DispatcherServletConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
DispatcherServletMappingDescription - Class in org.springframework.boot.webmvc.actuate.mappings
A description of a mapping known to a DispatcherServlet.
DispatcherServletMappingDetails - Class in org.springframework.boot.webmvc.actuate.mappings
Details of a DispatcherServlet mapping.
DispatcherServletMappingDetails() - Constructor for class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletMappingDetails
 
DispatcherServletPath - Interface in org.springframework.boot.webmvc.autoconfigure
Interface that can be used by auto-configurations that need path details for the default DispatcherServlet.
DispatcherServletRegistrationBean - Class in org.springframework.boot.webmvc.autoconfigure
ServletRegistrationBean for the auto-configured DispatcherServlet.
DispatcherServletRegistrationBean(DispatcherServlet, String) - Constructor for class org.springframework.boot.webmvc.autoconfigure.DispatcherServletRegistrationBean
Create a new DispatcherServletRegistrationBean instance for the given servlet and path.
DispatcherServletRegistrationConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
DispatcherServletsMappingDescriptionProvider - Class in org.springframework.boot.webmvc.actuate.mappings
A MappingDescriptionProvider that introspects the HandlerMappings that are known to one or more DispatcherServlets.
DispatcherServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletsMappingDescriptionProvider
 

E

error(HttpServletRequest) - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
 
ErrorAttributes - Interface in org.springframework.boot.webmvc.error
Provides access to error attributes which can be logged or presented to the user.
ErrorController - Interface in org.springframework.boot.webmvc.error
Marker interface used to identify a @Controller that should be used to render errors.
errorHtml(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
 
ErrorMvcAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.error
Auto-configuration to render errors through an MVC error controller.
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.error
 
ErrorViewResolver - Interface in org.springframework.boot.webmvc.autoconfigure.error
Interface that can be implemented by beans that resolve error views.

F

Format() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format
 

G

getApiversion() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getAsync() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getBooleanParameter(HttpServletRequest, String) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
 
getBooleanParameter(ServletWebRequest, String) - Method in class org.springframework.boot.webmvc.autoconfigure.actuate.web.ManagementErrorEndpoint
 
getClassName() - Method in class org.springframework.boot.webmvc.actuate.mappings.HandlerFunctionDescription
 
getConsumes() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription
 
getContentnegotiation() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getCorsConfiguration(Object, HttpServletRequest) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 
getDate() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format
 
getDateTime() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format
 
getDefaultContentTypes() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
 
getDefaultVersion() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
getDetails() - Method in class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletMappingDescription
 
getDetectSupported() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
getEndpoints() - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
Return the web endpoints being mapped.
getError(WebRequest) - Method in class org.springframework.boot.webmvc.error.DefaultErrorAttributes
 
getError(WebRequest) - Method in interface org.springframework.boot.webmvc.error.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getErrorAttributeOptions(HttpServletRequest, MediaType) - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
 
getErrorAttributes(HttpServletRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
 
getErrorAttributes(WebRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.webmvc.error.DefaultErrorAttributes
 
getErrorAttributes(WebRequest, ErrorAttributeOptions) - Method in interface org.springframework.boot.webmvc.error.ErrorAttributes
Returns a Map of the error attributes.
getErrorProperties() - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
Provide access to the error properties.
getErrorsParameter(HttpServletRequest) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
Returns whether the errors parameter is set.
getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.webmvc.autoconfigure.WebMvcRegistrations
Return the custom ExceptionHandlerExceptionResolver that should be used and processed by the MVC configuration.
getFormat() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getHandler() - Method in class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletMappingDescription
 
getHandlerFunction() - Method in class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletMappingDetails
 
getHeader() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 
getHeaders() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription
 
getLinksHandler() - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AdditionalHealthEndpointPathsWebMvcHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.WebMvcEndpointHandlerMapping
 
getLoadOnStartup() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Servlet
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 
getMappingName() - Method in class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletsMappingDescriptionProvider
 
getMatchingStrategy() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Pathmatch
 
getMediaType() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMediaTypeParameter() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 
getMediaTypes() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
 
getMessage(WebRequest, Throwable) - Method in class org.springframework.boot.webmvc.error.DefaultErrorAttributes
Returns the message to be included as the value of the message error attribute.
getMessageCodesResolverFormat() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getMessageParameter(HttpServletRequest) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
Returns whether the message parameter is set.
getMethods() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription
 
getName() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getOrder() - Method in class org.springframework.boot.webmvc.autoconfigure.error.DefaultErrorViewResolver
 
getOrder() - Method in class org.springframework.boot.webmvc.error.DefaultErrorAttributes
 
getParameterName() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
 
getParams() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription
 
getPath() - Method in interface org.springframework.boot.webmvc.autoconfigure.DispatcherServletPath
Returns the configured path of the dispatcher servlet.
getPath() - Method in class org.springframework.boot.webmvc.autoconfigure.DispatcherServletRegistrationBean
 
getPath() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Servlet
 
getPath(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Servlet
 
getPathmatch() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getPathParameter(HttpServletRequest) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
Returns whether the path parameter is set.
getPathSegment() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 
getPatterns() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription
 
getPredicate() - Method in class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletMappingDescription
 
getPrefix() - Method in interface org.springframework.boot.webmvc.autoconfigure.DispatcherServletPath
Return a cleaned up version of the path that can be used as a prefix for URLs.
getPrefix() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.View
 
getProblemdetails() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getProduces() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription
 
getQueryParameter() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 
getRelativePath(String) - Method in interface org.springframework.boot.webmvc.autoconfigure.DispatcherServletPath
Return a form of the given path that's relative to the dispatcher servlet path.
getRequestMappingConditions() - Method in class org.springframework.boot.webmvc.actuate.mappings.DispatcherServletMappingDetails
 
getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.webmvc.autoconfigure.WebMvcRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the MVC configuration.
getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.webmvc.autoconfigure.WebMvcRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the MVC configuration.
getRequestTimeout() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Async
 
getRequired() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
getServlet() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getServletMapping() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Servlet
 
getServletPrefix() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Servlet
 
getServletUrlMapping() - Method in interface org.springframework.boot.webmvc.autoconfigure.DispatcherServletPath
Return a URL mapping pattern that can be used with a ServletRegistrationBean to map the dispatcher servlet.
getStaticPathPattern() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getStatus(HttpServletRequest) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
 
getSuffix() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.View
 
getSupported() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
getTime() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format
 
getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
Returns whether the trace parameter is set.
getUse() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
getValue() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getView() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
getWebjarsPathPattern() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 

H

handle(HttpServletRequest, Map<String, String>) - Method in interface org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
 
HandlerFunctionDescription - Class in org.springframework.boot.webmvc.actuate.mappings
Description of a HandlerFunction.
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 

I

initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 
initHandlerMethods() - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AdditionalHealthEndpointPathsWebMvcHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 
invoke(ServletWebRequest) - Method in class org.springframework.boot.webmvc.autoconfigure.actuate.web.ManagementErrorEndpoint
 
isDispatchOptionsRequest() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
isDispatchTraceRequest() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
isEnabled() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Problemdetails
 
isFavorParameter() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
 
isHandler(Class<?>) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 
isIncludeBindingErrors(HttpServletRequest, MediaType) - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
Determine if the errors attribute should be included.
isIncludeMessage(HttpServletRequest, MediaType) - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
Determine if the message attribute should be included.
isIncludePath(HttpServletRequest, MediaType) - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
Determine if the path attribute should be included.
isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
Determine if the stacktrace attribute should be included.
isLogRequestDetails() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
isLogResolvedException() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
isNegated() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - Method in class org.springframework.boot.webmvc.actuate.mappings.RequestMappingConditionsDescription.NameValueExpressionDescription
 
isPublishRequestHandledEvents() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.webmvc.autoconfigure.JspTemplateAvailabilityProvider
 

J

JspTemplateAvailabilityProvider - Class in org.springframework.boot.webmvc.autoconfigure
TemplateAvailabilityProvider that provides availability information for JSP view templates.
JspTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.webmvc.autoconfigure.JspTemplateAvailabilityProvider
 

L

links(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping.LinksHandler
 

M

ManagementErrorEndpoint - Class in org.springframework.boot.webmvc.autoconfigure.actuate.web
@Controller for handling "/error" path when the management servlet is in a child context.
ManagementErrorEndpoint(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.web.ManagementErrorEndpoint
 
mediaTypeNotAcceptable(HttpServletRequest) - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
 

O

org.springframework.boot.webmvc.actuate.endpoint.web - package org.springframework.boot.webmvc.actuate.endpoint.web
Spring MVC support for actuator endpoints.
org.springframework.boot.webmvc.actuate.mappings - package org.springframework.boot.webmvc.actuate.mappings
Actuator request mappings support for Spring MVC.
org.springframework.boot.webmvc.autoconfigure - package org.springframework.boot.webmvc.autoconfigure
Auto-configuration for Spring MVC.
org.springframework.boot.webmvc.autoconfigure.actuate.endpoint.web - package org.springframework.boot.webmvc.autoconfigure.actuate.endpoint.web
Auto-configuration for Spring MVC actuator web endpoint support.
org.springframework.boot.webmvc.autoconfigure.actuate.web - package org.springframework.boot.webmvc.autoconfigure.actuate.web
Auto-configuration for Spring MVC-based actuator infrastructure.
org.springframework.boot.webmvc.autoconfigure.error - package org.springframework.boot.webmvc.autoconfigure.error
Auto-configuration for Spring MVC error handling.
org.springframework.boot.webmvc.error - package org.springframework.boot.webmvc.error
Spring MVC error handling infrastructure.

P

PATH_PATTERN_PARSER - Enum constant in enum class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.MatchingStrategy
Use the PathPatternParser implementation.
Pathmatch() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Pathmatch
 
Problemdetails() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Problemdetails
 

R

registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 
registerMapping(ExposableWebEndpoint, WebOperationRequestPredicate, WebOperation, String) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 
RequestMappingConditionsDescription - Class in org.springframework.boot.webmvc.actuate.mappings
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.webmvc.actuate.mappings
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.webmvc.actuate.mappings
A description of a NameValueExpression in a request mapping condition.
resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
Resolve any specific error views.
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.webmvc.autoconfigure.error.DefaultErrorViewResolver
 
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in interface org.springframework.boot.webmvc.autoconfigure.error.ErrorViewResolver
Resolve an error view for the specified details.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.webmvc.error.DefaultErrorAttributes
 

S

Servlet() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Servlet
 
setDate(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format
 
setDateTime(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format
 
setDefaultContentTypes(List<MediaType>) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
 
setDefaultVersion(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
setDetectSupported(Boolean) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
setDispatchOptionsRequest(boolean) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
setDispatchTraceRequest(boolean) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Problemdetails
 
setFavorParameter(boolean) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
 
setHeader(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 
setLoadOnStartup(int) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Servlet
 
setLogRequestDetails(boolean) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
setLogResolvedException(boolean) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
setMatchingStrategy(WebMvcProperties.MatchingStrategy) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Pathmatch
 
setMediaTypeParameter(Map<MediaType, String>) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 
setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
 
setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
setOrder(int) - Method in class org.springframework.boot.webmvc.autoconfigure.error.DefaultErrorViewResolver
 
setParameterName(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
 
setPath(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Servlet
 
setPathSegment(Integer) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 
setPrefix(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.View
 
setPublishRequestHandledEvents(boolean) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
setQueryParameter(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 
setRequestTimeout(Duration) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Async
 
setRequired(Boolean) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
setStaticPathPattern(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
setSuffix(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.View
 
setSupported(List<String>) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
 
setTime(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format
 
setUrlMappings(Collection<String>) - Method in class org.springframework.boot.webmvc.autoconfigure.DispatcherServletRegistrationBean
 
setWebjarsPathPattern(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 

U

Use() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 

V

valueOf(String) - Static method in enum class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.MatchingStrategy
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.MatchingStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
View() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.View
 

W

WebMvcAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure
Auto-configuration for Web MVC.
WebMvcAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration
 
WebMvcEndpointHandlerMapping - Class in org.springframework.boot.webmvc.actuate.endpoint.web
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.WebMvcEndpointHandlerMapping
Creates a new WebMvcEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebMvcEndpointManagementContextConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.actuate.web
@ManagementContextConfiguration for Spring MVC @Endpoint concerns.
WebMvcEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.web.WebMvcEndpointManagementContextConfiguration
 
WebMvcHealthEndpointExtensionAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.actuate.endpoint.web
Auto-configuration for HealthEndpoint web extension with Spring MVC.
WebMvcHealthEndpointExtensionAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.endpoint.web.WebMvcHealthEndpointExtensionAutoConfiguration
 
WebMvcMappingsAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.actuate.web
Auto-configuration to describe Web MVC mappings.
WebMvcMappingsAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.web.WebMvcMappingsAutoConfiguration
 
WebMvcObservationAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure
Auto-configuration for instrumentation of Spring Web MVC servlet-based request mappings.
WebMvcObservationAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcObservationAutoConfiguration
 
WebMvcProperties - Class in org.springframework.boot.webmvc.autoconfigure
Properties for Spring MVC.
WebMvcProperties() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
 
WebMvcProperties.Apiversion - Class in org.springframework.boot.webmvc.autoconfigure
API Version.
WebMvcProperties.Apiversion.Use - Class in org.springframework.boot.webmvc.autoconfigure
 
WebMvcProperties.Async - Class in org.springframework.boot.webmvc.autoconfigure
 
WebMvcProperties.Contentnegotiation - Class in org.springframework.boot.webmvc.autoconfigure
 
WebMvcProperties.Format - Class in org.springframework.boot.webmvc.autoconfigure
 
WebMvcProperties.MatchingStrategy - Enum Class in org.springframework.boot.webmvc.autoconfigure
Matching strategy options.
WebMvcProperties.Pathmatch - Class in org.springframework.boot.webmvc.autoconfigure
 
WebMvcProperties.Problemdetails - Class in org.springframework.boot.webmvc.autoconfigure
Problem Details.
WebMvcProperties.Servlet - Class in org.springframework.boot.webmvc.autoconfigure
 
WebMvcProperties.View - Class in org.springframework.boot.webmvc.autoconfigure
 
WebMvcRegistrations - Interface in org.springframework.boot.webmvc.autoconfigure
Interface to register key components of the WebMvcConfigurationSupport in place of the default ones provided by Spring MVC.
WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebMvcEndpointHandlerMapping.ServletWebOperation before it's called.
A B C D E F G H I J L M O P R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values