org.apache.wink.webdav.model
Class Collection
java.lang.Object
org.apache.wink.webdav.model.Collection
public class Collection
- extends Object
The collection
XML element per the WebDAV specification [RFC
4918]
Name: collection
Namespace: DAV:
Purpose: Identifies the associated resource as a collection. The
resourcetype property of a collection resource MUST have this value.
<!ELEMENT collection EMPTY >
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Collection
public Collection()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.