Package org.pentaho.di.i18n
Interface MessageHandler
- All Superinterfaces:
Handler
- All Known Implementing Classes:
AbstractMessageHandler
,GlobalMessages
,LAFMessageHandler
Standard Message handler that takes a root package, plus key and resolves that into one/more resultant messages. This
Handler is used by all message types to enable flexible look and feel as well as i18n to be implemented in variable
ways.
- Author:
- dhushon
-
Method Summary
Modifier and TypeMethodDescriptionget a key from the default (System global) bundleget a key from the defined package bundle, by keyGet a string from the defined package bundle, by key and by a resource classget a key from the defined package bundle, by key
-
Method Details
-
getString
get a key from the default (System global) bundle- Parameters:
key
-- Returns:
-
getString
get a key from the defined package bundle, by key- Parameters:
packageName
-key
-- Returns:
-
getString
get a key from the defined package bundle, by key- Parameters:
packageName
-key
-parameters
-- Returns:
-
getString
Get a string from the defined package bundle, by key and by a resource class- Parameters:
packageName
-key
-resourceClass
-parameters
-- Returns:
-