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