|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssetPathCollector
An AssetPathCollector collects webjars assets from
an url/classpath/disc and so on depending on the protocol that is used.
| Method Summary | |
|---|---|
boolean |
accept(URL url)
whether this collector supports given url (especially protocol) |
Collection<String> |
collect(URL url,
Pattern filterExpr)
collects all webjars assets on given url. |
| Method Detail |
|---|
boolean accept(URL url)
url - the url to webjars asset
Collection<String> collect(URL url,
Pattern filterExpr)
url - the path to webjars assetsfilterExpr - a filter that must be applied on all found assets.
url that matches given filterExpr
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||