public interface Evaluator
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(Component comp,
Expression expression)
Evaluates the expression.
|
java.lang.Object |
evaluate(Page page,
Expression expression)
Evaluates the expression.
|
Expression |
parseExpression(java.lang.String expression,
java.lang.Class<?> expectedType)
Prepares the expression.
|
Expression parseExpression(java.lang.String expression, java.lang.Class<?> expectedType) throws XelException
expression
- the expression to be prepared for being evaluated
later.expectedType
- the expected type of the result of the evaluationXelException
java.lang.Object evaluate(Page page, Expression expression) throws XelException
page
- the page, or null to ignoreXelException
java.lang.Object evaluate(Component comp, Expression expression) throws XelException
comp
- the component, or null to ignoreXelException
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.