public class RegistryLocalResource extends Object implements LocalResource
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int id,
Object defaultValue)
This should convert the resourceID to a String and then call get(resourceName,defaultValue);
|
Object |
get(String resourceName,
Object defaultValue)
This finds the local resource as given by the resourceName.
|
static LocalResource |
getLocalResourceObject(Locale forWho,
String moduleName) |
public Object get(int id, Object defaultValue)
LocalResourceget in interface LocalResourcepublic Object get(String resourceName, Object defaultValue)
LocalResourceget in interface LocalResourcepublic static LocalResource getLocalResourceObject(Locale forWho, String moduleName)