org.jboss.portal.common.net
Class URLNavigator

java.lang.Object
  extended by org.jboss.portal.common.net.URLNavigator

public class URLNavigator
extends java.lang.Object

The URLNavigator class is a registry for various URLNavigationProvider.


Constructor Summary
URLNavigator()
           
 
Method Summary
static java.util.Iterator getChildren(java.net.URL url)
           
static boolean isDir(java.net.URL url)
           
static void visit(java.net.URL url, URLVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLNavigator

public URLNavigator()
Method Detail

isDir

public static boolean isDir(java.net.URL url)
                     throws java.lang.IllegalArgumentException,
                            java.io.IOException
Throws:
java.lang.IllegalArgumentException
java.io.IOException

getChildren

public static java.util.Iterator getChildren(java.net.URL url)
                                      throws java.lang.IllegalArgumentException,
                                             java.io.IOException
Throws:
java.lang.IllegalArgumentException
java.io.IOException

visit

public static void visit(java.net.URL url,
                         URLVisitor visitor)
                  throws java.lang.IllegalArgumentException,
                         java.io.IOException
Throws:
java.lang.IllegalArgumentException
java.io.IOException