public abstract class ProtocolAwareAssetPathCollector extends Object implements AssetPathCollector
| Modifier | Constructor and Description |
|---|---|
protected |
ProtocolAwareAssetPathCollector(String... protocols)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(URL url)
whether this collector supports given url (especially protocol)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollectprotected ProtocolAwareAssetPathCollector(String... protocols)
protocols - the protocols to acceptpublic boolean accept(URL url)
AssetPathCollectoraccept in interface AssetPathCollectorurl - the url to webjars assetCopyright © 2015 agilecoders.de. All Rights Reserved.