public interface PostProcessor
Modifier and Type | Method and Description |
---|---|
void |
process(java.util.List<Resolvable> resolvables,
java.lang.Object data)
Process the given list of resolvables, which is the result of the datasource query
|
void process(java.util.List<Resolvable> resolvables, java.lang.Object data) throws EvaluationException
resolvables
- list of resolvablesdata
- data objectEvaluationException
- in case of errorsCopyright © 2019 Gentics Software. All Rights Reserved.