|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.webdav.version.OptionsInfo
OptionsInfo
represents the Xml request body, that may be present
with a OPTIONS request.
The DAV:options element is specified to have the following form.
<!ELEMENT options ANY> ANY value: A sequence of elements each at most onces.
DeltaVConstants.XML_VH_COLLECTION_SET
,
DeltaVConstants.XML_WSP_COLLECTION_SET
,
DeltaVConstants.XML_ACTIVITY_COLLECTION_SET
Constructor Summary | |
OptionsInfo(org.jdom.Element optionsElement)
Create a new UpdateInfo object. |
Method Summary | |
boolean |
containsElement(String name,
org.jdom.Namespace namespace)
Returns true if a child element with the given name and namespace is present. |
List |
getElements()
Returns the set of elements present in the DAV:options
element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OptionsInfo(org.jdom.Element optionsElement)
UpdateInfo
object.
optionsElement
-
IllegalArgumentException
- if the updateElement is null
or not a DAV:update element or if the element does not match the required
structure.Method Detail |
public List getElements()
DAV:options
element. These elements define the information the client wishes to retrieve
the OPTIONS request.
public boolean containsElement(String name, org.jdom.Namespace namespace)
name
- namespace
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |