Uses of Class
org.springframework.web.servlet.resource.ResourceUrlProvider
Package
Description
Annotation-based setup for Spring MVC.
Support classes for serving static resources.
-
Uses of ResourceUrlProvider in org.springframework.web.servlet.config.annotation
Modifier and TypeMethodDescriptionWebMvcConfigurationSupport.mvcResourceUrlProvider()
AResourceUrlProvider
bean for use with the MVC dispatcher.Modifier and TypeMethodDescriptionWebMvcConfigurationSupport.beanNameHandlerMapping
(FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return aBeanNameUrlHandlerMapping
ordered at 2 to map URL paths to controller bean names.protected final Object[]
WebMvcConfigurationSupport.getInterceptors
(FormattingConversionService mvcConversionService, ResourceUrlProvider mvcResourceUrlProvider) Provide access to the shared handler interceptors used to configureHandlerMapping
instances with.WebMvcConfigurationSupport.requestMappingHandlerMapping
(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return aRequestMappingHandlerMapping
ordered at 0 for mapping requests to annotated controllers.WebMvcConfigurationSupport.resourceHandlerMapping
(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers.WebMvcConfigurationSupport.routerFunctionMapping
(FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return aRouterFunctionMapping
ordered at 3 to map router functions.WebMvcConfigurationSupport.viewControllerHandlerMapping
(FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return a handler mapping ordered at 1 to map URL paths directly to view names. -
Uses of ResourceUrlProvider in org.springframework.web.servlet.resource
Modifier and TypeMethodDescriptionResourceTransformerSupport.getResourceUrlProvider()
Return the configuredResourceUrlProvider
.Modifier and TypeMethodDescriptionvoid
ResourceTransformerSupport.setResourceUrlProvider
(ResourceUrlProvider resourceUrlProvider) Configure aResourceUrlProvider
to use when resolving the public URL of links in a transformed resource (e.g.ModifierConstructorDescriptionResourceUrlProviderExposingInterceptor
(ResourceUrlProvider resourceUrlProvider)