org.apache.wink.webdav.model
Class Collection

java.lang.Object
  extended by org.apache.wink.webdav.model.Collection

public class Collection
extends java.lang.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 >
 


Constructor Summary
Collection()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Collection

public Collection()


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.