| Interface | Description |
|---|---|
| AssetPathCollector |
An
AssetPathCollector collects webjars assets from
an url/classpath/disc and so on depending on the protocol that is used. |
| IAssetProvider |
base provider interface
|
| IRecentVersionProvider |
provides access to recent version of a webjars
|
| Class | Description |
|---|---|
| AssetsMap |
asset holder map.
|
| ClasspathAssetPathCollector |
A collector that searches for assets in the classpath, only in
IWebjarsSettings.webjarsPath(), usually in META-INF/resources/webjars/**. |
| FileAssetPathCollector |
A
FileAssetPathCollector searches webjars on disk
in a special directory. |
| JarAssetPathCollector | Deprecated
Use ClasspathAssetPathCollector instead
|
| ProtocolAwareAssetPathCollector | |
| VfsAssetPathCollector |
An
AssetPathCollector that collects all file entries in JBoss virtual file system |
| WebSphereClasspathAssetPathCollector |
A collector that searches for assets in the classpath, only in
IWebjarsSettings.webjarsPath(), usually in META-INF/resources/webjars/**. |
Copyright © 2019 agilecoders.de. All Rights Reserved.