jp.cssj.sakae.sac.i18n
インタフェース ExtendedLocalizable

すべてのスーパーインタフェース:
Localizable

public interface ExtendedLocalizable
extends Localizable

This interface provides much more control over internationalization than the Localizable interface.

バージョン:
$Id: ExtendedLocalizable.java,v 1.2 2007-05-06 04:24:06 miyabe Exp $
作成者:
Stephane Hillion

メソッドの概要
 Locale getDefaultLocale()
          Gets the current default locale in the LocaleGroup.
 LocaleGroup getLocaleGroup()
          Returns the group to which this object belongs.
 ResourceBundle getResourceBundle()
          Returns the current resource bundle.
 void setDefaultLocale(Locale l)
          Sets the default locale for all the instances of this class in the same LocaleGroup.
 void setLocaleGroup(LocaleGroup lg)
          Sets the group to which this object belongs.
 
インタフェース jp.cssj.sakae.sac.i18n.Localizable から継承したメソッド
formatMessage, getLocale, setLocale
 

メソッドの詳細

setLocaleGroup

public void setLocaleGroup(LocaleGroup lg)
Sets the group to which this object belongs.


getLocaleGroup

public LocaleGroup getLocaleGroup()
Returns the group to which this object belongs.


setDefaultLocale

public void setDefaultLocale(Locale l)
Sets the default locale for all the instances of this class in the same LocaleGroup.


getDefaultLocale

public Locale getDefaultLocale()
Gets the current default locale in the LocaleGroup.


getResourceBundle

public ResourceBundle getResourceBundle()
Returns the current resource bundle. Getting this object gives access to the keys in the bundle, raw string resources, arrays of raw string resources and object resources.



(c)2009 GNN & Co.,Ltd.