org.apache.wink.webdav.model
Class Allprop

java.lang.Object
  extended by 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 >
 


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

Constructor Detail

Allprop

public Allprop()


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