See: Description
Interface | Description |
---|---|
DispatcherServletPath |
Interface that can be used by auto-configurations that need path details for the
default DispatcherServlet . |
JerseyApplicationPath |
Interface that can be used by auto-configurations that need path details Jersey's
application path that serves as the base URI for the application.
|
WebMvcRegistrations |
Interface to register key components of the
WebMvcConfigurationSupport in place
of the default ones provided by Spring MVC. |
Enum | Description |
---|---|
WebMvcProperties.LocaleResolver | Deprecated
since 2.4.0 for removal in 2.6.0 in favor of
WebProperties.LocaleResolver |
WebMvcProperties.MatchingStrategy |
Matching strategy options.
|
Annotation Type | Description |
---|---|
ConditionalOnMissingFilterBean |
@Conditional that only matches when no Filter beans of the
specified type are contained in the BeanFactory . |