org.equanda.export
Interface ExportEvaluator

All Known Subinterfaces:
ExportEvaluatorWithCurrent
All Known Implementing Classes:
ExportFieldEvaluator

public interface ExportEvaluator

Interface to allow the method for evaluating expression during export to be customized.

Author:
Joachim Van der Auwera

Method Summary
 Object getParentContext(String expression)
          Evaluate an expression, in the parent context, for example for the filename
 

Method Detail

getParentContext

Object getParentContext(String expression)
                        throws ExportException
Evaluate an expression, in the parent context, for example for the filename

Parameters:
expression -
Returns:
Throws:
ExportException


Copyright © 2007-2009. All Rights Reserved.