This project has retired. For details please refer to its Attic page.

org.apache.wink.webdav.model
Class Propname

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

public class Propname
extends java.lang.Object

The propname XML element per the WebDAV specification [RFC 4918]

    Name:       propname 
    Namespace:  DAV:  
    Purpose:    The propname XML
    element specifies that only a list of property names on the resource
    is to be returned.
 
    <!ELEMENT propname EMPTY >
 
 


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

Constructor Detail

Propname

public Propname()


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