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
.
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected static final String |
I18NImpl | back to summary |
---|---|
public I18NImpl() |
getString | back to summary |
---|---|
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. |