Uses of Class
org.apache.naming.resources.WARDirContext.Entry
-
Packages that use WARDirContext.Entry Package Description org.apache.naming.resources This package contains the resources directory context implemetation. -
-
Uses of WARDirContext.Entry in org.apache.naming.resources
Fields in org.apache.naming.resources declared as WARDirContext.Entry Modifier and Type Field Description protected WARDirContext.Entry[]WARDirContext.Entry. childrenprotected WARDirContext.EntryWARDirContext. entriesWAR entries.Methods in org.apache.naming.resources that return WARDirContext.Entry Modifier and Type Method Description WARDirContext.EntryWARDirContext.Entry. getChild(String name)WARDirContext.Entry[]WARDirContext.Entry. getChildren()protected WARDirContext.EntryWARDirContext. treeLookup(Name name)Entry tree lookup.Methods in org.apache.naming.resources with parameters of type WARDirContext.Entry Modifier and Type Method Description voidWARDirContext.Entry. addChild(WARDirContext.Entry entry)protected ArrayList<NamingEntry>WARDirContext. list(WARDirContext.Entry entry)List children as objects.Constructors in org.apache.naming.resources with parameters of type WARDirContext.Entry Constructor Description WARDirContext(ZipFile base, WARDirContext.Entry entries)Constructor used for returning fake subcontexts.
-