public interface IWebjarsSettings
| Modifier and Type | Method and Description |
|---|---|
AssetPathCollector[] |
assetPathCollectors() |
String |
cdnUrl() |
ClassLoader[] |
classLoaders() |
org.apache.wicket.util.time.Duration |
readFromCacheTimeout() |
String |
recentVersionPlaceHolder() |
Pattern |
resourcePattern() |
ResourceStreamProvider |
resourceStreamProvider() |
boolean |
useCdnResources() |
String |
webjarsPackage() |
String |
webjarsPath() |
Pattern |
webjarsPathPattern() |
ResourceStreamProvider resourceStreamProvider()
ResourceStreamProvider to use to load resourcesAssetPathCollector[] assetPathCollectors()
AssetPathCollector instances to use to find
resourcesString webjarsPackage()
String webjarsPath()
ClassLoader[] classLoaders()
Pattern resourcePattern()
Pattern webjarsPathPattern()
String recentVersionPlaceHolder()
org.apache.wicket.util.time.Duration readFromCacheTimeout()
boolean useCdnResources()
String cdnUrl()
Copyright © 2015 agilecoders.de. All Rights Reserved.