当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
JarURLNavigationProvider - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.common.net.jar
Class JarURLNavigationProvider
java.lang.Object
org.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
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 |
JarURLNavigationProvider
public JarURLNavigationProvider()
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 urlvisitor
- 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