Interface ContentObjectValueResolver


public interface ContentObjectValueResolver
Responsible to resolve the content object value.
API:
This is a public API.
  • Method Details

    • get

      Returns the exact match of a content object value.
      Parameters:
      locale - locale
      Returns:
      content object value
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • resolve

      Determines the best match with the given locale.
      Parameters:
      locale - locale
      Returns:
      content object value
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.