|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.shark.util.ResourceManager
public class ResourceManager
Implements the static methods used to get the multilanguage support.
Constructor Summary | |
---|---|
ResourceManager()
|
Method Summary | |
---|---|
static java.lang.String |
getLanguageDependentString(java.lang.String nm)
Gets a language dependent string from the resource bundle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceManager()
Method Detail |
---|
public static java.lang.String getLanguageDependentString(java.lang.String nm)
Resource bundle
represents the property file. For example, if property file
contains something like this:
nm
- name of the resource to fetch.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |