See: Description
Interface | Description |
---|---|
DispatcherServletPath |
Interface that can be used by auto-configurations that need path details for the
default DispatcherServlet . |
DispatcherServletPathProvider | Deprecated
since 2.0.4 in favor of
DispatcherServletPath and
DispatcherServletRegistrationBean |
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 |
Annotation Type | Description |
---|---|
ConditionalOnMissingFilterBean |
Conditional that only matches when no Filter beans of the specified
type are contained in the BeanFactory . |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.