BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.i18n.Localizer

Packages that use Localizer
weblogic.i18ntools   
 

Uses of Localizer in weblogic.i18ntools
 

Methods in weblogic.i18ntools that return Localizer
 Localizer L10nLookup.getLocalizer(java.lang.String id, java.util.Locale locale)
          Locate the basic Localizer class in the desired locale for the String id.
 Localizer L10nLookup.getLocalizer(java.lang.String id, java.util.Locale locale, boolean detailed)
          Locate the Localizer class in the desired locale for the String id.
 Localizer L10nLookup.getLocalizer(int id, java.util.Locale locale)
          Locate the basic Localizer class for the integer id.
 Localizer L10nLookup.getLocalizer(java.lang.String id)
          Locate the basic Localizer class in the JVM's default locale for the String id.
 Localizer L10nLookup.getLocalizer(int id)
          Locate the basic Localizer class in the default locale for the integer id.
static Localizer L10nLookup.getLocalizer(java.util.Locale locale, java.lang.String className)
          Locate the basic Localizer class in the desired locale for the named Localizer class
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.