Interface PathResolvingCache


public interface PathResolvingCache
This interface represents a cache to be used for value resolving.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolvePathToText(Session session, String path, String propertyName)
    Resolves the specified path to a text, using the resolver cache.
  • Method Details

    • resolvePathToText

      String resolvePathToText(Session session, String path, String propertyName) throws RepositoryException

      Resolves the specified path to a text, using the resolver cache.

      Parameters:
      session - The session to use for resolving the path
      path - The path to resolve
      propertyName - The property to use for resolving
      Returns:
      The resolved value
      Throws:
      RepositoryException - if resolving the path failed