Interface I_CmsMessageContainer

All Known Implementing Classes:
CmsJsonMessageContainer, CmsMessageContainer

public interface I_CmsMessageContainer
Interface which represents a message independent of the locale.

  • Method Summary

    Modifier and Type
    Method
    Description
    key(Locale locale)
    Gets the real message for the given locale.
  • Method Details

    • key

      String key(Locale locale)
      Gets the real message for the given locale.

      Parameters:
      locale - the locale
      Returns:
      the message for the given locale