Class PluginResourceResolver

  • All Implemented Interfaces:
    org.springframework.web.servlet.resource.ResourceResolver

    public class PluginResourceResolver
    extends org.springframework.web.servlet.resource.PathResourceResolver
    • Field Summary

      • Fields inherited from class org.springframework.web.servlet.resource.AbstractResourceResolver

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.core.io.Resource getResource​(java.lang.String resourcePath, org.springframework.core.io.Resource location)  
      • Methods inherited from class org.springframework.web.servlet.resource.PathResourceResolver

        checkResource, getAllowedLocations, getLocationCharsets, getUrlPathHelper, resolveResourceInternal, resolveUrlPathInternal, setAllowedLocations, setLocationCharsets, setUrlPathHelper
      • Methods inherited from class org.springframework.web.servlet.resource.AbstractResourceResolver

        resolveResource, resolveUrlPath
      • Methods inherited from class java.lang.Object

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

      • PluginResourceResolver

        public PluginResourceResolver()
    • Method Detail

      • getResource

        protected org.springframework.core.io.Resource getResource​(java.lang.String resourcePath,
                                                                   org.springframework.core.io.Resource location)
                                                            throws java.io.IOException
        Overrides:
        getResource in class org.springframework.web.servlet.resource.PathResourceResolver
        Throws:
        java.io.IOException