org.jboss.portal.common.net
Interface URLNavigationProvider
- All Known Implementing Classes:
- FileURLNavigationProvider, JarURLNavigationProvider
public interface URLNavigationProvider
Defines an interface that provides navigation for URLs.
- Version:
- $Revision: 6834 $
- Author:
- Julien Viet
visit
void visit(java.net.URL url,
URLVisitor visitor,
URLFilter filter)
throws java.lang.IllegalArgumentException,
java.io.IOException
- Visit all the children recursively.
- Parameters:
url
- the target urlvisitor
- the visitorfilter
- the filter
- Throws:
java.lang.IllegalArgumentException
- if an argument is null or if the url is not accepted
java.io.IOException
- s