Class AcrossResourceUrlProvider

java.lang.Object
org.springframework.web.servlet.resource.ResourceUrlProvider
com.foreach.across.modules.web.config.resources.AcrossResourceUrlProvider
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

public class AcrossResourceUrlProvider extends org.springframework.web.servlet.resource.ResourceUrlProvider
  • Field Summary

    Fields inherited from class org.springframework.web.servlet.resource.ResourceUrlProvider

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
     

    Methods inherited from class org.springframework.web.servlet.resource.ResourceUrlProvider

    detectResourceHandlers, getForLookupPath, getForRequestUrl, getHandlerMap, getPathMatcher, getUrlPathHelper, isAutodetect, setApplicationContext, setHandlerMap, setPathMatcher, setUrlPathHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.ApplicationListener

    supportsAsyncExecution
  • Constructor Details

    • AcrossResourceUrlProvider

      public AcrossResourceUrlProvider()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
      Overrides:
      onApplicationEvent in class org.springframework.web.servlet.resource.ResourceUrlProvider