Class ExternalResourceLoaderProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ResourceLoaderAware, org.springframework.core.io.ProtocolResolver

    @Component
    public class ExternalResourceLoaderProcessor
    extends java.lang.Object
    implements org.springframework.context.ResourceLoaderAware, org.springframework.core.io.ProtocolResolver
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.core.io.Resource resolve​(java.lang.String location, org.springframework.core.io.ResourceLoader resourceLoader)  
      void setResourceLoader​(org.springframework.core.io.ResourceLoader resourceLoader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExternalResourceLoaderProcessor

        public ExternalResourceLoaderProcessor()
    • Method Detail

      • setResourceLoader

        public void setResourceLoader​(org.springframework.core.io.ResourceLoader resourceLoader)
        Specified by:
        setResourceLoader in interface org.springframework.context.ResourceLoaderAware
      • resolve

        public org.springframework.core.io.Resource resolve​(java.lang.String location,
                                                            org.springframework.core.io.ResourceLoader resourceLoader)
        Specified by:
        resolve in interface org.springframework.core.io.ProtocolResolver