Interface ContentResolver


public interface ContentResolver
Content resolver
Since:
9.4
API:
This is a public API.
  • Method Details

    • locale

      ContentResolver locale(Locale locale)
      Locale which the content should be resolved. If not defined the current session locale will be taken.
      Parameters:
      locale - locale
      Returns:
      content resolver
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • locale

      ContentResolver locale(String locale)
      Locale which the content should be resolved. If not defined the current session locale will be taken.
      Parameters:
      locale - locale
      Returns:
      content resolver
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • replace

      ContentResolver replace(String name, String value)
      Template ${name} will be replaced with the given value.
      Parameters:
      name - name of the template
      value - value to replace
      Returns:
      content resolver
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • get

      String get()
      Returns the content as string.
      Returns:
      content
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.