Class ResourceHandlerRegistry
java.lang.Object
org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
com.foreach.across.modules.web.mvc.ResourceHandlerRegistry
public class ResourceHandlerRegistry
extends org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Extension in order to find
-
Constructor Summary
ConstructorDescriptionResourceHandlerRegistry
(org.springframework.context.ApplicationContext applicationContext, jakarta.servlet.ServletContext servletContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.handler.AbstractHandlerMapping
Methods inherited from class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
addResourceHandler, hasMappingForPattern, setOrder
-
Constructor Details
-
ResourceHandlerRegistry
public ResourceHandlerRegistry(org.springframework.context.ApplicationContext applicationContext, jakarta.servlet.ServletContext servletContext)
-
-
Method Details
-
getHandlerMapping
public org.springframework.web.servlet.handler.AbstractHandlerMapping getHandlerMapping()- Overrides:
getHandlerMapping
in classorg.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
getUrlMap
-