Uses of Class
org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Packages that use ResourceHandlerRegistry
Package
Description
Annotation-based setup for Spring MVC.
- 
Uses of ResourceHandlerRegistry in org.springframework.web.servlet.config.annotationMethods in org.springframework.web.servlet.config.annotation that return ResourceHandlerRegistryModifier and TypeMethodDescriptionResourceHandlerRegistry.setOrder(int order) Specify the order to use for resource handling relative to otherHandlerMappingsconfigured in the Spring MVC application context.Methods in org.springframework.web.servlet.config.annotation with parameters of type ResourceHandlerRegistryModifier and TypeMethodDescriptionprotected voidDelegatingWebMvcConfiguration.addResourceHandlers(ResourceHandlerRegistry registry) protected voidWebMvcConfigurationSupport.addResourceHandlers(ResourceHandlerRegistry registry) Override this method to add resource handlers for serving static resources.default voidWebMvcConfigurer.addResourceHandlers(ResourceHandlerRegistry registry) Add handlers to serve static resources such as images, js, and, css files from specific locations under web application root, the classpath, and others.