Package de.intarsys.tools.message
Interface IMessageBundleSupport
-
- All Known Subinterfaces:
IMessageBundleAccess
public interface IMessageBundleSupportAn interface indicating support for accessing aMessageBundle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageBundlegetMessageBundle()AMessageBundleinstance suitable to load messages associated with the receiver context.
-
-
-
Method Detail
-
getMessageBundle
MessageBundle getMessageBundle()
AMessageBundleinstance suitable to load messages associated with the receiver context.- Returns:
- A
MessageBundleinstance suitable to load messages associated with the receiver context.
-
-