| com.atlassian.plugin.util.resource.AlternativeResourceLoader |
Known Indirect Subclasses
|
An alternative resource loader for use by plugins that wish to also support loading resources outside the usual resource loading of the particular plugin type.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the URL of the resource from the directories.
| |||||||||||
Load a given resource from the directories.
| |||||||||||
Retrieve the URL of the resource from the directories.
| path | the name of the resource to be loaded |
|---|
Load a given resource from the directories.
| name | The name of the resource to be loaded. |
|---|