java.lang.Object
org.scopemvc.util.UIStrings
- public final class UIStrings
- extends java.lang.Object
Uses a ResourceBundle as a dictionary mapping IDs
against user-readable Strings that can be presented on the UI. A custom
resource bundle should be provided, with a call to setPropertiesName
during application initialisation.
- Version:
- $Revision: 1.4 $ $Date: 2002/01/26 09:46:20 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.commons.logging.Log LOG
properties
private static java.util.ResourceBundle properties
propertiesName
private static java.lang.String propertiesName
UIStrings
private UIStrings()
setPropertiesName
public static void setPropertiesName(java.lang.String inName)
getProperties
private static java.util.ResourceBundle getProperties()
get
public static java.lang.String get(java.lang.String inKey)