|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.store.webdav.WebdavProperties
public class WebdavProperties
Provides convenience methods for the handling of WebDAV properties. Translates property name into WebDAV names and vice versa.
Constructor Summary | |
---|---|
WebdavProperties()
|
Method Summary | |
---|---|
static java.util.Locale |
languageTagToLocale(java.lang.String languageTag)
Convert language-tag [RFC2616, Sec 3.10] to Locale |
static java.lang.String |
localeToLanguageTag(java.util.Locale locale)
Convert Locale to language-tag [RFC2616, Sec 3.10] |
static PropertyNameList.PropertyName |
propertyNameForWebdavName(java.lang.String webdavName)
Get the PropertyName string for the specified WebDAV property. |
static java.lang.String |
webdavNameForPropertyName(PropertyNameList.PropertyName propertyName)
Get the WebDAV name for the specified PropertyName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebdavProperties()
Method Detail |
---|
public static java.lang.String webdavNameForPropertyName(PropertyNameList.PropertyName propertyName)
propertyName
- the property name
public static PropertyNameList.PropertyName propertyNameForWebdavName(java.lang.String webdavName)
webdavName
- the WebDAV property name
public static java.util.Locale languageTagToLocale(java.lang.String languageTag)
languageTag
- a String
public static java.lang.String localeToLanguageTag(java.util.Locale locale)
locale
- a Locale
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |