org.jboss.portal.common.net.jar
Class JarURLNavigationProvider

java.lang.Object
  extended by org.jboss.portal.common.net.jar.JarURLNavigationProvider
All Implemented Interfaces:
URLNavigationProvider

public class JarURLNavigationProvider
extends java.lang.Object
implements URLNavigationProvider

Version:
$Revision: 7448 $
Author:
Julien Viet

Constructor Summary
JarURLNavigationProvider()
           
 
Method Summary
 void visit(java.net.URL url, URLVisitor visitor, URLFilter filter)
          Visit all the children recursively.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarURLNavigationProvider

public JarURLNavigationProvider()
Method Detail

visit

public void visit(java.net.URL url,
                  URLVisitor visitor,
                  URLFilter filter)
           throws java.lang.IllegalArgumentException,
                  java.io.IOException
Description copied from interface: URLNavigationProvider
Visit all the children recursively.

Specified by:
visit in interface URLNavigationProvider
Parameters:
url - the target url
visitor - the visitor
filter - the filter
Throws:
java.lang.IllegalArgumentException - if an argument is null or if the url is not accepted
java.io.IOException - s