org.zkoss.zk.el
Interface Evaluator

All Known Subinterfaces:
Execution
All Known Implementing Classes:
AbstractExecution, ExecutionImpl

public interface Evaluator

An evaluator for evaluating EL expressions.

Author:
tomyeh

Method Summary
 java.lang.Object evaluate(Component comp, java.lang.String expr, java.lang.Class expectedType)
          Evaluates the specified expression against the specified component.
 java.lang.Object evaluate(Page page, java.lang.String expr, java.lang.Class expectedType)
          Evaluates the specified expression against the specified page.
 

Method Detail

evaluate

java.lang.Object evaluate(Component comp,
                          java.lang.String expr,
                          java.lang.Class expectedType)
Evaluates the specified expression against the specified component.


evaluate

java.lang.Object evaluate(Page page,
                          java.lang.String expr,
                          java.lang.Class expectedType)
Evaluates the specified expression against the specified page.



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.