org.apache.openejb.jee.sun
Class LocaleCharsetInfo
java.lang.Object
org.apache.openejb.jee.sun.LocaleCharsetInfo
public class LocaleCharsetInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultLocale
protected String defaultLocale
localeCharsetMap
protected List<LocaleCharsetMap> localeCharsetMap
parameterEncoding
protected ParameterEncoding parameterEncoding
LocaleCharsetInfo
public LocaleCharsetInfo()
getDefaultLocale
public String getDefaultLocale()
setDefaultLocale
public void setDefaultLocale(String value)
getLocaleCharsetMap
public List<LocaleCharsetMap> getLocaleCharsetMap()
getParameterEncoding
public ParameterEncoding getParameterEncoding()
setParameterEncoding
public void setParameterEncoding(ParameterEncoding value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.