| org.iscreen.impl.Resource
All known Subclasses: org.iscreen.impl.ConfiguredResource,
Resource | public interface Resource (Code) | | A Resource is a collection of String resources that are accessible via
a particular key. Basically, a resource is a dictionary/map.
author: Shellman, Dan |
Method Summary | |
String | getValue(String key, Locale locale) Retrieves a particular value from the resource based upon a given
key.
Parameters: key - The key to the resource string. Parameters: locale - The locale to use when retrieving the resource value. |
getValue | String getValue(String key, Locale locale)(Code) | | Retrieves a particular value from the resource based upon a given
key.
Parameters: key - The key to the resource string. Parameters: locale - The locale to use when retrieving the resource value. Returns the resource string for the given key. |
|
|