Package 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.
-
Field Summary
Fields Modifier and Type Field Description protected static ResourceBundle
bundle
static String
DEFAULT_MESSAGE_BUNDLE
-
Constructor Summary
Constructors Constructor Description LocalizedStringsHandler()
-
Method Summary
Modifier and Type Method Description protected static ResourceBundle
getBundle()
static String
getString(String key)
Returns localized string for the given key.
-
Field Details
-
DEFAULT_MESSAGE_BUNDLE
- See Also:
- Constant Field Values
-
bundle
-
-
Constructor Details
-
LocalizedStringsHandler
public LocalizedStringsHandler()
-
-
Method Details
-
getString
Returns localized string for the given key. -
getBundle
-