Package com.day.cq.reporting
Interface PathResolvingCache
-
public interface PathResolvingCacheThis interface represents a cache to be used for value resolving.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringresolvePathToText(Session session, java.lang.String path, java.lang.String propertyName)Resolves the specified path to a text, using the resolver cache.
-
-
-
Method Detail
-
resolvePathToText
java.lang.String resolvePathToText(Session session, java.lang.String path, java.lang.String propertyName) throws RepositoryException
Resolves the specified path to a text, using the resolver cache.
- Parameters:
session- The session to use for resolving the pathpath- The path to resolvepropertyName- The property to use for resolving- Returns:
- The resolved value
- Throws:
RepositoryException- if resolving the path failed
-
-