|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.agilecoders.wicket.webjars.collectors.ProtocolAwareAssetPathCollector
de.agilecoders.wicket.webjars.collectors.JarAssetPathCollector
@Deprecated public class JarAssetPathCollector
ClasspathAssetPathCollector| Constructor Summary | |
|---|---|
|
JarAssetPathCollector()
Deprecated. Construct accepting the jar protocol. |
protected |
JarAssetPathCollector(String... protocols)
Deprecated. Construct. |
| Method Summary | |
|---|---|
Collection<String> |
collect(URL url,
Pattern filterExpr)
Deprecated. collects all webjars assets on given url. |
protected void |
collectInnerJar(JarFile jarFile,
JarEntry entry,
Set<String> assetPaths,
Pattern filterExpr)
Deprecated. |
protected JarFile |
newJarFile(URL url)
Deprecated. |
| 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 |
|---|
public JarAssetPathCollector()
protected JarAssetPathCollector(String... protocols)
protocols - the protocols to accept| Method Detail |
|---|
public Collection<String> collect(URL url,
Pattern filterExpr)
AssetPathCollector
url - the path to webjars assetsfilterExpr - a filter that must be applied on all found assets.
url that matches given filterExpr
protected void collectInnerJar(JarFile jarFile,
JarEntry entry,
Set<String> assetPaths,
Pattern filterExpr)
protected JarFile newJarFile(URL url)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||