Package de.agilecoders.wicket.webjars.collectors

Interface Summary
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 Summary
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.
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 © 2016 agilecoders.de. All Rights Reserved.