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)
LocalResource
get
in interface LocalResource
public Object get(String resourceName, Object defaultValue)
LocalResource
get
in interface LocalResource
public static LocalResource getLocalResourceObject(Locale forWho, String moduleName)