net.java.dev.webdav.core.jaxrs.xml.properties
Class GetContentLength

java.lang.Object
  extended by net.java.dev.webdav.core.jaxrs.xml.properties.GetContentLength

public final class GetContentLength
extends java.lang.Object

WebDAV getcontentlength Property.

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

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

Constructor Detail

GetContentLength

public GetContentLength()

GetContentLength

public GetContentLength(long contentLength)
Method Detail

getLanguageTag

public final long getLanguageTag()


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