org.apache.openejb.jee.sun
Class LocaleCharsetInfo

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

public class LocaleCharsetInfo
extends java.lang.Object


Field Summary
protected  java.lang.String defaultLocale
           
protected  java.util.List<LocaleCharsetMap> localeCharsetMap
           
protected  ParameterEncoding parameterEncoding
           
 
Constructor Summary
LocaleCharsetInfo()
           
 
Method Summary
 java.lang.String getDefaultLocale()
           
 java.util.List<LocaleCharsetMap> getLocaleCharsetMap()
           
 ParameterEncoding getParameterEncoding()
           
 void setDefaultLocale(java.lang.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 java.lang.String defaultLocale

localeCharsetMap

protected java.util.List<LocaleCharsetMap> localeCharsetMap

parameterEncoding

protected ParameterEncoding parameterEncoding
Constructor Detail

LocaleCharsetInfo

public LocaleCharsetInfo()
Method Detail

getDefaultLocale

public java.lang.String getDefaultLocale()

setDefaultLocale

public void setDefaultLocale(java.lang.String value)

getLocaleCharsetMap

public java.util.List<LocaleCharsetMap> getLocaleCharsetMap()

getParameterEncoding

public ParameterEncoding getParameterEncoding()

setParameterEncoding

public void setParameterEncoding(ParameterEncoding value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.