| |
|
| java.lang.Object org.theospi.jsf.util.ConfigurationResource
ConfigurationResource | public class ConfigurationResource (Code) | | Thin wrapper for lookup of configuration of resources.
author: Ed Smiley version: $Id: ConfigurationResource.java 10835 2006-06-17 03:25:03Z lance@indiana.edu $ |
ConfigurationResource | public ConfigurationResource()(Code) | | Get resources for default locale.
|
ConfigurationResource | public ConfigurationResource(Locale locale)(Code) | | Get resources for specific locale.
Parameters: locale - Locale |
exists | public boolean exists(String key)(Code) | | Return true only if this key exists.
Parameters: key - String boolean |
get | public String get(String key)(Code) | | Look up key/value
Parameters: key - String String value for key, or empty string if not found |
|
|
|