com.gentics.api.lib.expressionparser.filtergenerator
Interface PostProcessor


public interface PostProcessor

Interface for implementation of PostProcessors. PostProcessor can be used when querying a ContentRepository Datasource by using the filter() function.


Method Summary
 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
 

Method Detail

process

void process(java.util.List<Resolvable> resolvables,
             java.lang.Object data)
             throws EvaluationException
Process the given list of resolvables, which is the result of the datasource query

Parameters:
resolvables - list of resolvables
data - data object
Throws:
EvaluationException


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.