net.java.dev.webdav.jaxrs.xml.elements
Class Include

java.lang.Object
  extended by net.java.dev.webdav.jaxrs.xml.elements.Include

public final class Include
extends java.lang.Object

WebDAV include XML Element.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 14.8 "include XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

Constructor Summary
Include(java.lang.Object... includes)
           
 
Method Summary
 java.util.List<java.lang.Object> getIncludes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Include

public Include(java.lang.Object... includes)
Method Detail

getIncludes

public final java.util.List<java.lang.Object> getIncludes()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.