|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.ResourceImpl
org.apache.wvcm.FolderImpl
public class FolderImpl
Implementation of Folder.
Nested Class Summary | |
---|---|
static class |
FolderImpl.BindingImpl
Implementation of a Binding |
Nested classes/interfaces inherited from class org.apache.wvcm.ResourceImpl |
---|
ResourceImpl.LoadedProperties, ResourceImpl.XmlPropertyValue |
Nested classes/interfaces inherited from interface javax.wvcm.Folder |
---|
Folder.Binding |
Nested classes/interfaces inherited from interface javax.wvcm.Resource |
---|
Resource.GenericResourceImpl |
Field Summary |
---|
Fields inherited from class org.apache.wvcm.ResourceImpl |
---|
dnsp, MISSING_PROPERTY_VALUE |
Constructor Summary | |
---|---|
FolderImpl(Location location)
Constructor |
Method Summary | |
---|---|
java.util.Iterator |
doReadMemberList(PropertyNameList wantedPropertyList,
boolean deep)
Return an iterator of Resource objects that contain properties of
the resources that are bound members of this Folder . |
java.util.List |
getBindingList()
Return a list of Binding objects that identify the bound members of this Folder . |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FolderImpl(Location location)
Method Detail |
---|
public java.util.Iterator doReadMemberList(PropertyNameList wantedPropertyList, boolean deep) throws WvcmException
Resource
objects that contain properties of
the resources that are bound members of this Folder
.
If deep
is true
, then
all members of the folder (including this Folder
) are included.
doReadMemberList
in interface Folder
wantedPropertyList
- The list of properties to be retrieved.deep
- Whether to retrieve properties for
all members of this Folder
.
WvcmException
- Postconditions:
public java.util.List getBindingList() throws WvcmException
Folder
.
getBindingList
in interface Folder
WvcmException
- if this Folder
was not created with
PropertyNameList.PropertyName.BINDING_LIST
as a wanted property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |