AssetPathCollector collects webjars assets from
an url/classpath/disc and so on depending on the protocol that is used.ClassLoader.getResourceAsStream(String) with a custom
AbstractResourceStream implementation.ClassLoader.getResourceAsStream(String)IWebjarsSettings.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 applicationIWebjarsSettings which are assigned to current applicationUrlResourceStream to load
a resource.ClasspathUrlStreamHandler.AssetPathCollector that collects all file entries in JBoss virtual file systemResourceReferences of type IWebjarsResourceReference to
the WebJar CDN URLs.IWebjarsSettings implementation.IWebjarsSettings.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!Copyright © 2019 agilecoders.de. All Rights Reserved.