当前页面: 
在线文档首页 > 
JBOSS Portal 2.4 API 英文版文档
URLNavigationProvider - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.common.net
Interface URLNavigationProvider
- All Known Implementing Classes: 
 - FileURLNavigationProvider, JarURLNavigationProvider
 
- public interface URLNavigationProvider
 
Defines an interface that provides navigation for URLs.
| 
Method Summary | 
 void | 
visit(java.net.URL url,
      URLVisitor visitor)
 
          Visit all the children recursively. | 
 
visit
public void visit(java.net.URL url,
                  URLVisitor visitor)
           throws java.lang.IllegalArgumentException,
                  java.io.IOException
- Visit all the children recursively.
- Parameters:
 url - the target urlvisitor - the visitor
- Throws:
 java.lang.IllegalArgumentException - if an argument is null or if the url is not accepted
java.io.IOException - s