|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AssetPathCollector collects webjars assets from
an url/classpath/disc and so on depending on the protocol that is used.ClassLoader.getResourceAsStream(String)webjarsPath(), usually in META-INF/resources/webjars/**.URLStreamHandler that handles resources on the classpath.FileAssetPathCollector searches webjars on disk
in a special directory.IResourceStream that points to a given path.IResourceStreamProvider instance according to
this instance.
IResourceStream for given resource path with should be loaded by given
class loader.
IResourceStream that points to a given path.
IWebjarsSettings which are assigned to given application
IWebjarsSettings which are assigned to current application
ClasspathUrlStreamHandler.AssetPathCollector that collects all file entries in JBoss virtual file systemResourceReferences of type IWebjarsResourceReference to
the WebJar CDN URLs.IWebjarsSettings implementation.webjarsPath(), usually in META-INF/resources/webjars/**.IWebjarsSettings which should be used when deploying on IBM WebSphere
Make sure to add dependency on edu.emory.mathcs.util:emory-util-classloader to the classpath!
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||