org.apache.cayenne.util
Class LocalizedStringsHandler
java.lang.Object
org.apache.cayenne.util.LocalizedStringsHandler
public class LocalizedStringsHandler
- extends Object
Provides access to various modeler resources (mainly strings) obtained via a
ResourceBundle.
- Author:
- Andrus Adamchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MESSAGE_BUNDLE
public static final String DEFAULT_MESSAGE_BUNDLE
- See Also:
- Constant Field Values
bundle
protected static ResourceBundle bundle
LocalizedStringsHandler
public LocalizedStringsHandler()
getString
public static String getString(String key)
- Returns localized string for the given key.
getBundle
protected static ResourceBundle getBundle()
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.