This project has retired. For details please refer to its
Attic page .
URLUtil (Tiles 2 2.2.2 API)
org.apache.tiles.util
Class URLUtil
java.lang.Object
org.apache.tiles.util.URLUtil
public final class URLUtil extends 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) $
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
getBaseTilesDefinitionURLs
public static List <URL > getBaseTilesDefinitionURLs (Collection <? extends 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
Copyright © 2001-2010 Apache Software Foundation . All Rights Reserved.