|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExpressionEvaluatorFactory
public class ExpressionEvaluatorFactory
Factory used to obtain ExpressionEvaluator
instances.
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 ExpressionEvaluator getInstance()
ExpressionEvaluator
public static ExpressionEvaluator getInstance(String name)
ExpressionEvaluator
named name
.
name
- the name of the ExpressionEvaluator
to obtain.
ExpressionEvaluator
matching the given 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 |