Interface UberWebResourceLoader

All Superinterfaces:
WebResourceLoader

public interface UberWebResourceLoader extends WebResourceLoader
Load resources from ServletContext and from the installed plugins. The UberWebResourceLoader will first look into the ServletContext and afterwards it will search the plugin directories.
Since:
2.0.0
  • Method Details

    • getResources

      List<URL> getResources(String path)
      Returns all URL objects for the given path. The method will collect all resources from ServletContext and all plugin directories which matches the given path. The method will return an empty list, if no url could be found for the given path.
      Parameters:
      path - resource path
      Returns:
      list of url objects for the given path