public interface MessageBundle
An overridable resource bundle.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic MessageBundlemessageBundle(Class<?> resourceOwner, ResourceBundle bundle)
-
Method Details
-
getString
- Parameters:
key- the key- Returns:
- the string associated with the given key
-
messageBundle
- Parameters:
resourceOwner- the resource ownerbundle- the resource bundle to override- Returns:
- a new
MessageBundleinstance
-