|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.panama.util.ResourceLoader
PAPZ Resource loader class.
To get a local string using this class you need to call:
LocalResources resources =
ResourceLoader.getInstance().getLocalResources("my.resource.name");
resources.getString("key", true);
Method Summary |
Type | Method |
---|---|
static ResourceLoader |
getInstance()
|
LocalResources |
getLocalResources(java.lang.String baseName)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ResourceLoader getInstance()
public LocalResources getLocalResources(java.lang.String baseName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |