Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractErrorController - Class in org.springframework.boot.webmvc.autoconfigure.error
-
Abstract base class for error
@Controllerimplementations. - AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
- AbstractErrorController(ErrorAttributes, List) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
- AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.webmvc.actuate.endpoint.web
-
A custom
HandlerMappingthat makesweb endpointsavailable over HTTP using Spring MVC. - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, boolean) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
-
Creates a new
WebEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints. - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
-
Creates a new
AbstractWebMvcEndpointHandlerMappingthat 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
HandlerMappingthat allows health groups to be mapped to an additional path. - AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint, Set) - 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.
- 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, renderingErrorAttributes. - BasicErrorController(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
-
Create a new
BasicErrorControllerinstance. - BasicErrorController(ErrorAttributes, ErrorProperties, List) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
-
Create a new
BasicErrorControllerinstance.
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
@Endpointand@WebEndpointsupport - ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
-
Deprecated.Create a new
ControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints. - ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration, EndpointAccessResolver) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
-
Deprecated.Create a new
ControllerEndpointHandlerMappinginstance 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
ErrorViewResolverimplementation 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
DefaultErrorViewResolverinstance. - describeMappings(ApplicationContext) - Method in class org.springframework.boot.webmvc.actuate.web.mappings.DispatcherServletsMappingDescriptionProvider
- DispatcherServletAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure
-
Auto-configurationfor the SpringDispatcherServlet. - 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.web.mappings
-
A description of a mapping known to a
DispatcherServlet. - DispatcherServletMappingDetails - Class in org.springframework.boot.webmvc.actuate.web.mappings
-
Details of a
DispatcherServletmapping. - DispatcherServletMappingDetails() - Constructor for class org.springframework.boot.webmvc.actuate.web.mappings.DispatcherServletMappingDetails
- DispatcherServletPath - Interface in org.springframework.boot.webmvc.autoconfigure
-
Interface that can be used by auto-configurations that need path details for the
defaultDispatcherServlet. - DispatcherServletRegistrationBean - Class in org.springframework.boot.webmvc.autoconfigure
-
ServletRegistrationBeanfor the auto-configuredDispatcherServlet. - DispatcherServletRegistrationBean(DispatcherServlet, String) - Constructor for class org.springframework.boot.webmvc.autoconfigure.DispatcherServletRegistrationBean
-
Create a new
DispatcherServletRegistrationBeaninstance 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.web.mappings
-
A
MappingDescriptionProviderthat introspects theHandlerMappingsthat are known to one or moreDispatcherServlets. - DispatcherServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.webmvc.actuate.web.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
@Controllerthat 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-configurationto 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.web.mappings.HandlerFunctionDescription
- getConsumes() - Method in class org.springframework.boot.webmvc.actuate.web.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.web.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
nullif 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
Mapof 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
ExceptionHandlerExceptionResolverthat 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.web.mappings.DispatcherServletMappingDescription
- getHandlerFunction() - Method in class org.springframework.boot.webmvc.actuate.web.mappings.DispatcherServletMappingDetails
- getHandlerMethod() - Method in class org.springframework.boot.webmvc.actuate.web.mappings.DispatcherServletMappingDetails
- getHeader() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
- getHeaders() - Method in class org.springframework.boot.webmvc.actuate.web.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.web.mappings.DispatcherServletsMappingDescriptionProvider
- getMatchingStrategy() - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Pathmatch
- getMediaType() - Method in class org.springframework.boot.webmvc.actuate.web.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
messageerror 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.web.mappings.RequestMappingConditionsDescription
- getName() - Method in class org.springframework.boot.webmvc.actuate.web.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.web.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.web.mappings.RequestMappingConditionsDescription
- getPredicate() - Method in class org.springframework.boot.webmvc.actuate.web.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.web.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.web.mappings.DispatcherServletMappingDetails
- getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.webmvc.autoconfigure.WebMvcRegistrations
-
Return the custom
RequestMappingHandlerAdapterthat should be used and processed by the MVC configuration. - getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.webmvc.autoconfigure.WebMvcRegistrations
-
Return the custom
RequestMappingHandlerMappingthat 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
ServletRegistrationBeanto 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.web.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) - Method in interface org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
- HandlerFunctionDescription - Class in org.springframework.boot.webmvc.actuate.web.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.web.mappings.RequestMappingConditionsDescription.MediaTypeExpressionDescription
- isNegated() - Method in class org.springframework.boot.webmvc.actuate.web.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
-
TemplateAvailabilityProviderthat 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
-
@Controllerfor 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.web.mappings - package org.springframework.boot.webmvc.actuate.web.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.actuate.web.mappings - package org.springframework.boot.webmvc.autoconfigure.actuate.web.mappings
-
Actuator request mappings auto-configuration for Spring MVC.
- 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
PathPatternParserimplementation. - 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.web.mappings
-
Description of the conditions of a
RequestMappingInfo. - RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.webmvc.actuate.web.mappings
-
A description of a
MediaTypeExpressionin a request mapping condition. - RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.webmvc.actuate.web.mappings
-
A description of a
NameValueExpressionin a request mapping condition. - resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
-
Resolve any specific error views.
- resolveErrorView(HttpServletRequest, HttpStatus, Map) - Method in class org.springframework.boot.webmvc.autoconfigure.error.DefaultErrorViewResolver
- resolveErrorView(HttpServletRequest, HttpStatus, Map) - 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) - 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) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
- setMediaTypes(Map) - 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) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion
- setTime(String) - Method in class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format
- setUrlMappings(Collection) - 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-configurationforWeb MVC. - WebMvcAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration
- WebMvcEndpointHandlerMapping - Class in org.springframework.boot.webmvc.actuate.endpoint.web
-
A custom
HandlerMappingthat makes web endpoints available over HTTP using Spring MVC. - WebMvcEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.WebMvcEndpointHandlerMapping
-
Creates a new
WebMvcEndpointHandlerMappinginstance that provides mappings for the given endpoints. - WebMvcEndpointManagementContextConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.actuate.web
-
@ManagementContextConfigurationfor Spring MVC@Endpointconcerns. - WebMvcEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.web.WebMvcEndpointManagementContextConfiguration
- WebMvcHealthEndpointExtensionAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.actuate.endpoint.web
-
Auto-configurationforHealthEndpointweb 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.mappings
-
Auto-configurationto describe Web MVCmappings. - WebMvcMappingsAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.web.mappings.WebMvcMappingsAutoConfiguration
- WebMvcObservationAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure
-
Auto-configurationfor 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
-
Propertiesfor 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
WebMvcConfigurationSupportin 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.ServletWebOperationbefore it's called.
All Classes and Interfaces|All Packages|Constant Field Values
WebMvcProperties.MatchingStrategy.PATH_PATTERN_PARSER