Package sonia.scm.plugin
Interface UberWebResourceLoader
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptiongetResources
(String path) Returns allURL
objects for the given path.Methods inherited from interface sonia.scm.plugin.WebResourceLoader
getResource
-
Method Details
-
getResources
Returns allURL
objects for the given path. The method will collect all resources fromServletContext
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
-