public interface LocalResource
Modifier and Type | Method and Description |
---|---|
Object |
get(int resourceID,
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.
|