Interface CmsMultiMessages.I_KeyFallbackHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.common.base.Optional<java.lang.String> getFallbackKey​(java.lang.String key)
      Gets the fallback key for the given key, or the absent value if there is no fallback key.
    • Method Detail

      • getFallbackKey

        com.google.common.base.Optional<java.lang.String> getFallbackKey​(java.lang.String key)
        Gets the fallback key for the given key, or the absent value if there is no fallback key.

        Parameters:
        key - the original key
        Returns:
        the fallback key