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

org.apache.wink.webdav.model
Class Allprop

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

public class Allprop
extends java.lang.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 The Apache Software Foundation. All Rights Reserved.