| Package | Description |
|---|---|
| de.agilecoders.wicket.webjars.collectors | |
| de.agilecoders.wicket.webjars.settings |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathAssetPathCollector
A collector that searches for assets in the classpath, only in
IWebjarsSettings.webjarsPath(), usually in META-INF/resources/webjars/**. |
class |
FileAssetPathCollector
A
FileAssetPathCollector searches webjars on disk
in a special directory. |
class |
JarAssetPathCollector
Deprecated.
Use ClasspathAssetPathCollector instead
|
class |
ProtocolAwareAssetPathCollector |
class |
VfsAssetPathCollector
An
AssetPathCollector that collects all file entries in JBoss virtual file system |
class |
WebSphereClasspathAssetPathCollector
A collector that searches for assets in the classpath, only in
IWebjarsSettings.webjarsPath(), usually in META-INF/resources/webjars/**. |
| Modifier and Type | Method and Description |
|---|---|
AssetPathCollector[] |
WebjarsSettings.assetPathCollectors() |
AssetPathCollector[] |
IWebjarsSettings.assetPathCollectors() |
| Modifier and Type | Method and Description |
|---|---|
WebjarsSettings |
WebjarsSettings.assetPathCollectors(AssetPathCollector... assetPathCollectors) |
Copyright © 2019 agilecoders.de. All Rights Reserved.