Uses of Class
org.apache.naming.resources.WARDirContext.Entry

Packages that use WARDirContext.Entry
org.apache.naming.resources This package contains DirContext implementations for file and URL stream resources. 
 

Uses of WARDirContext.Entry in org.apache.naming.resources
 

Fields in org.apache.naming.resources declared as WARDirContext.Entry
protected  WARDirContext.Entry WARDirContext.entries
          WAR entries.
protected  WARDirContext.Entry[] WARDirContext.Entry.children
           
 

Methods in org.apache.naming.resources that return WARDirContext.Entry
protected  WARDirContext.Entry WARDirContext.treeLookup(javax.naming.Name name)
          Entry tree lookup.
 WARDirContext.Entry[] WARDirContext.Entry.getChildren()
           
 WARDirContext.Entry WARDirContext.Entry.getChild(java.lang.String name)
           
 

Methods in org.apache.naming.resources with parameters of type WARDirContext.Entry
protected  java.util.ArrayList WARDirContext.list(WARDirContext.Entry entry)
          List children as objects.
 void WARDirContext.Entry.addChild(WARDirContext.Entry entry)
           
 

Constructors in org.apache.naming.resources with parameters of type WARDirContext.Entry
WARDirContext(java.util.zip.ZipFile base, WARDirContext.Entry entries)
          Constructor used for returning fake subcontexts.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.