de.agilecoders.wicket.webjars.collectors
Class VfsAssetPathCollector

java.lang.Object
  extended by de.agilecoders.wicket.webjars.collectors.ProtocolAwareAssetPathCollector
      extended by de.agilecoders.wicket.webjars.collectors.VfsAssetPathCollector
All Implemented Interfaces:
AssetPathCollector

public class VfsAssetPathCollector
extends ProtocolAwareAssetPathCollector

An AssetPathCollector that collects all file entries in JBoss virtual file system


Constructor Summary
VfsAssetPathCollector()
          Construct accepting the jar protocol.
 
Method Summary
 Collection<String> collect(URL url, Pattern filterExpr)
          collects all webjars assets on given url.
 
Methods inherited from class de.agilecoders.wicket.webjars.collectors.ProtocolAwareAssetPathCollector
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VfsAssetPathCollector

public VfsAssetPathCollector()
Construct accepting the jar protocol.

Method Detail

collect

public Collection<String> collect(URL url,
                                  Pattern filterExpr)
Description copied from interface: AssetPathCollector
collects all webjars assets on given url.

Parameters:
url - the path to webjars assets
filterExpr - a filter that must be applied on all found assets.
Returns:
a collection of webjars assets on given url that matches given filterExpr


Copyright © 2016 agilecoders.de. All Rights Reserved.