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.Entry.children
           
protected  WARDirContext.Entry WARDirContext.entries
          WAR entries.
 

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

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

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-2009 Apache Software Foundation. All Rights Reserved.