站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

JarURLNavigationProvider - JBOSS Portal 2.4 API 英文版文档


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

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

public class JarURLNavigationProvider
extends java.lang.Object
implements URLNavigationProvider


Constructor Summary
JarURLNavigationProvider()
           
 
Method Summary
 void visit(java.net.URL url, URLVisitor visitor)
          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)
           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
Throws:
java.io.IOException - s
java.lang.IllegalArgumentException - if an argument is null or if the url is not accepted