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

    Constructors
    Constructor
    Description
    ResourceHandlerRegistry(org.springframework.context.ApplicationContext applicationContext, jakarta.servlet.ServletContext servletContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.handler.AbstractHandlerMapping
     
     

    Methods inherited from class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry

    addResourceHandler, hasMappingForPattern, setOrder

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
    • getUrlMap

      public Map<String,?> getUrlMap()