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