public final class GetContentLanguage extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GetContentLanguage.Adapter
Guarantees that any unmarshalled enum constants effectively are the constant Java instances itself, so that
== can be used form comparison. |
| Modifier and Type | Field and Description |
|---|---|
static GetContentLanguage |
GETCONTENTLANGUAGE
Singleton empty instance for use as property name only, providing improved performance and the ability to compare by same instance.
|
| Constructor and Description |
|---|
GetContentLanguage()
Deprecated.
Since 1.2. Use
GETCONTENTLANGUAGE instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
GetContentLanguage(String languageTag) |
public static final GetContentLanguage GETCONTENTLANGUAGE
@Deprecated public GetContentLanguage()
GETCONTENTLANGUAGE instead to obtain a singleton empty instance. In future releases this will have private
visibility.public GetContentLanguage(String languageTag)
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.