org.apache.openejb.jee.sun
Class LocaleCharsetInfo

java.lang.Object
  extended by org.apache.openejb.jee.sun.LocaleCharsetInfo

public class LocaleCharsetInfo
extends Object


Field Summary
protected  String defaultLocale
           
protected  List<LocaleCharsetMap> localeCharsetMap
           
protected  ParameterEncoding parameterEncoding
           
 
Constructor Summary
LocaleCharsetInfo()
           
 
Method Summary
 String getDefaultLocale()
           
 List<LocaleCharsetMap> getLocaleCharsetMap()
           
 ParameterEncoding getParameterEncoding()
           
 void setDefaultLocale(String value)
           
 void setParameterEncoding(ParameterEncoding value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultLocale

protected String defaultLocale

localeCharsetMap

protected List<LocaleCharsetMap> localeCharsetMap

parameterEncoding

protected ParameterEncoding parameterEncoding
Constructor Detail

LocaleCharsetInfo

public LocaleCharsetInfo()
Method Detail

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.