Package com.day.cq.reporting
Interface PathResolvingCache
-
public interface PathResolvingCache
This 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.String
resolvePathToText(javax.jcr.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(javax.jcr.Session session, java.lang.String path, java.lang.String propertyName) throws javax.jcr.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:
javax.jcr.RepositoryException
- if resolving the path failed
-
-