org.exoplatform.imageio.plugins.common
Class I18NImpl
java.lang.Object
org.exoplatform.imageio.plugins.common.I18NImpl
- Direct Known Subclasses:
- I18N
public class I18NImpl
- extends Object
version: openjdk-7-ea-src-b35-11_sep_2008
Class to simplify use of internationalization message strings.
Property files are constructed in terms of content as for JAI with
one "key=value" pair per line. All such files however have the same
name "properties". The resource extractor resolves the extraction of
the file from the jar as the package name is included automatically.
Extenders need only provide a static method
getString(String) which calls the static method in this
class with the name of the invoking class and returns a
String.
|
Method Summary |
protected static String |
getString(String className,
String resource_name,
String key)
Returns the message string with the specified key from the "properties"
file in the package containing the class with the specified name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
I18NImpl
public I18NImpl()
getString
protected static final String getString(String className,
String resource_name,
String key)
- Returns the message string with the specified key from the "properties"
file in the package containing the class with the specified name.
Copyright © 2013 eXo Platform SAS. All Rights Reserved.