org.apache.tiles.util
public final class URLUtil extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.net.URL> |
getBaseTilesDefinitionURLs(java.util.Collection<? extends java.net.URL> urlSet)
Filters a collection of URLs and removes all that have an underscore in
their name (not in their path).
|
public static java.util.List<java.net.URL> getBaseTilesDefinitionURLs(java.util.Collection<? extends java.net.URL> urlSet)
urlSet
- The set of URLs to filter.