ewex.registry
Class RegistryLocalResource
java.lang.Object
ewex.registry.RegistryLocalResource
- All Implemented Interfaces:
- LocalResource
- public class RegistryLocalResource
- extends Object
- implements LocalResource
get
public Object get(int id,
Object defaultValue)
- Description copied from interface:
LocalResource
- This should convert the resourceID to a String and then call get(resourceName,defaultValue);
- Specified by:
get in interface LocalResource
get
public Object get(String resourceName,
Object defaultValue)
- Description copied from interface:
LocalResource
- This finds the local resource as given by the resourceName. If it cannot be found the defaultValue will
be returned.
- Specified by:
get in interface LocalResource
getLocalResourceObject
public static LocalResource getLocalResourceObject(Locale forWho,
String moduleName)