|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExpressionEvaluatorFactory
public class ExpressionEvaluatorFactory
Get an expression evaluator.
Constructor Summary | |
---|---|
ExpressionEvaluatorFactory()
|
Method Summary | |
---|---|
static ExpressionEvaluator |
getInstance()
Get the default instance of an expression evaluator. |
static ExpressionEvaluator |
getInstance(String name)
Get an ExpressionEvaluator named name . |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionEvaluatorFactory()
Method Detail |
---|
public static final ExpressionEvaluator getInstance()
ExpressionEvaluator
public static final ExpressionEvaluator getInstance(String name)
ExpressionEvaluator
named name
.
IllegalArgumentException
- if an ExpressionEvaluator matching the name is not found
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |