Package com.day.cq.reporting
Interface PathResolvingCache
public interface PathResolvingCache
This interface represents a cache to be used for value resolving.
-
Method Summary
Modifier and TypeMethodDescriptionresolvePathToText(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 pathpath- The path to resolvepropertyName- The property to use for resolving- Returns:
- The resolved value
- Throws:
RepositoryException- if resolving the path failed
-