public interface ValueResolver
Modifier and Type | Method and Description |
---|---|
void |
configure(Node configNode)
Configures the value resolver from the specified data node.
|
CellValue |
resolve(Session session,
CellValue value,
Context context)
Resolves the specified value.
|
void configure(Node configNode) throws RepositoryException
configNode
- The node the value resolver is configured from; may be
null
if no explicit configuration is available
(resolver should initialize itself with default values in that
case)RepositoryException
- if configuring the resolver has failedCellValue resolve(Session session, CellValue value, Context context) throws RepositoryException
session
- The session to be used for resolving the value (managed by caller)value
- The value to resolvecontext
- The context the report is configured to be used fromRepositoryException
- if the value could not be resolved due to a repository
problemCopyright © 2010 - 2020 Adobe. All Rights Reserved