Package | Description |
---|---|
org.apache.naming.resources |
This package contains the resources directory context implemetation.
|
Modifier and Type | Field and Description |
---|---|
protected WARDirContext.Entry[] |
WARDirContext.Entry.children |
protected WARDirContext.Entry |
WARDirContext.entries
WAR entries.
|
Modifier and Type | Method and Description |
---|---|
WARDirContext.Entry |
WARDirContext.Entry.getChild(String name) |
WARDirContext.Entry[] |
WARDirContext.Entry.getChildren() |
protected WARDirContext.Entry |
WARDirContext.treeLookup(Name name)
Entry tree lookup.
|
Modifier and Type | Method and Description |
---|---|
void |
WARDirContext.Entry.addChild(WARDirContext.Entry entry) |
protected ArrayList |
WARDirContext.list(WARDirContext.Entry entry)
List children as objects.
|
Constructor and Description |
---|
WARDirContext(ZipFile base,
WARDirContext.Entry entries)
Constructor used for returning fake subcontexts.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.