org.apache.wink.webdav.model
Class Getcontentlength
java.lang.Object
org.apache.wink.webdav.model.Getcontentlength
public class Getcontentlength
- extends Object
The getcontentlength
Property per the WebDAV specification [RFC
4918]
Name: getcontentlength
Namespace: DAV:
Purpose: Contains the Content-Length header returned by a GET
without accept headers.
Description: The getcontentlength property MUST be defined on any
DAV compliant resource that returns the Content-Length header in
response to a GET.
Value: content-length ; see section 14.14 of [RFC2068]
<!ELEMENT getcontentlength (#PCDATA) >
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected List<String> content
Getcontentlength
public Getcontentlength()
Getcontentlength
public Getcontentlength(String value)
setValue
public void setValue(String value)
- Sets the value.
- Parameters:
value
- the value to set
getValue
public String getValue()
- Gets the value.
- Returns:
- the value
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.