Interface IMessageBundleSupport

All Known Subinterfaces:
IMessageBundleAccess

public interface IMessageBundleSupport
An interface indicating support for accessing a MessageBundle.
  • Method Summary

    Modifier and Type
    Method
    Description
    A MessageBundle instance suitable to load messages associated with the receiver context.
  • Method Details

    • getMessageBundle

      MessageBundle getMessageBundle()
      A MessageBundle instance suitable to load messages associated with the receiver context.
      Returns:
      A MessageBundle instance suitable to load messages associated with the receiver context.