public class Evaluators
extends java.lang.Object
Constructor and Description |
---|
Evaluators() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
evaluate(Evaluator eval,
Component comp,
java.lang.String expr,
java.lang.Class<?> expectedClass)
Evaluates the specified expression (which might or might not
contain ${ or #{).
|
static java.lang.Object |
evaluate(Evaluator eval,
Page page,
java.lang.String expr,
java.lang.Class<?> expectedClass)
Evaluates the specified expression (which might or might not
contain ${ or #{}).
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.