org.apache.wink.webdav.model
Class Getcontentlanguage
java.lang.Object
org.apache.wink.webdav.model.Getcontentlanguage
public class Getcontentlanguage
- extends Object
The getcontentlanguage
Property per the WebDAV specification
[RFC 4918]
Name: getcontentlanguage
Namespace: DAV:
Purpose: Contains the Content-Language header returned by a GET
without accept headers
Description: The getcontentlanguage property MUST be defined on any
DAV compliant resource that returns the Content-Language header on a
GET.
Value: language-tag ;language-tag is defined in section 14.13
of [RFC2068]
<!ELEMENT getcontentlanguage (#PCDATA) >
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected List<String> content
Getcontentlanguage
public Getcontentlanguage()
Getcontentlanguage
public Getcontentlanguage(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.