Interface ReferenceResolver


public interface ReferenceResolver
Reference resolver
Since:
9.4
API:
This is a public API.
  • Method Details

    • locale

      ReferenceResolver locale(Locale locale)
      Locale which the reference 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

      ReferenceResolver locale(String locale)
      Locale which the reference 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.
    • get

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