See: Description
Interface | Description |
---|---|
AttributeEvaluator |
It represents an object that resolves a string to return an object.
|
AttributeEvaluatorFactory |
Creates an attribute evaluator using the language or an attribute.
|
AttributeEvaluatorFactoryAware |
It represents an object that can use an
AttributeEvaluatorFactory . |
Class | Description |
---|---|
AbstractAttributeEvaluator |
Abstract class to link a correct evaluation of an attribute, by evaluating
Attribute.getValue() and then Attribute.getExpressionObject() . |
BasicAttributeEvaluatorFactory |
Basic implementation of
AttributeEvaluatorFactory . |
Exception | Description |
---|---|
EvaluationException |
Exception raised when an expression language evaluation fails.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.