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

JarURLNavigationProvider - JBOSS Portal 2.6 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

Version:
$Revision: 5451 $
Author:
Julien Viet

Nested Class Summary
private static class JarURLNavigationProvider.Node
           
private static class JarURLNavigationProvider.Stack
           
 
Constructor Summary
JarURLNavigationProvider()
           
 
Method Summary
private  void visit(java.net.JarURLConnection conn, URLVisitor visitor)
           
 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.lang.IllegalArgumentException - if an argument is null or if the url is not accepted
java.io.IOException - s

visit

private void visit(java.net.JarURLConnection conn,
                   URLVisitor visitor)
            throws java.io.IOException
Throws:
java.io.IOException