Interface MessageBundle


public interface MessageBundle
An overridable resource bundle.
See Also:
  • Method Details

    • getString

      String getString(String key)
      Parameters:
      key - the key
      Returns:
      the string associated with the given key
    • messageBundle

      static MessageBundle messageBundle(Class<?> resourceOwner, ResourceBundle bundle)
      Parameters:
      resourceOwner - the resource owner
      bundle - the resource bundle to override
      Returns:
      a new MessageBundle instance