org.apache.wink.webdav.model
Class Allprop
java.lang.Object
org.apache.wink.webdav.model.Allprop
public class Allprop
- extends Object
The allprop
XML element per the WebDAV specification [RFC 4918]
Name: allprop
Namespace: DAV:
Purpose: The allprop XML
element specifies that all property names and values on the resource
are to be returned.
<!ELEMENT allprop EMPTY >
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Allprop
public Allprop()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.