org.apache.tiles.util
Class URLUtil

java.lang.Object
  extended by org.apache.tiles.util.URLUtil

public final class URLUtil
extends java.lang.Object

Utilities to manage URLs in the Tiles environment.

Since:
2.2.0
Version:
$Rev: 798956 $ $Date: 2009-07-29 17:41:10 +0200 (mer, 29 lug 2009) $

Method Summary
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).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBaseTilesDefinitionURLs

public 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).

Parameters:
urlSet - The set of URLs to filter.
Returns:
A new list containing only those URLs that does not have an underscore in their name.
Since:
2.2.0