public class LocaleCharsetInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultLocale |
protected List<LocaleCharsetMap> |
localeCharsetMap |
protected ParameterEncoding |
parameterEncoding |
| Constructor and Description |
|---|
LocaleCharsetInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultLocale() |
List<LocaleCharsetMap> |
getLocaleCharsetMap() |
ParameterEncoding |
getParameterEncoding() |
void |
setDefaultLocale(String value) |
void |
setParameterEncoding(ParameterEncoding value) |
protected String defaultLocale
protected List<LocaleCharsetMap> localeCharsetMap
protected ParameterEncoding parameterEncoding
public String getDefaultLocale()
public void setDefaultLocale(String value)
public List<LocaleCharsetMap> getLocaleCharsetMap()
public ParameterEncoding getParameterEncoding()
public void setParameterEncoding(ParameterEncoding value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.