public interface AttributeEvaluatorFactory
Modifier and Type | Method and Description |
---|---|
AttributeEvaluator |
getAttributeEvaluator(Attribute attribute)
Creates and attribute evaluator using an attribute.
|
AttributeEvaluator |
getAttributeEvaluator(String language)
Creates and attribute evaluator for the given expression language.
|
AttributeEvaluator getAttributeEvaluator(Attribute attribute)
attribute
- The attribute used to obtain the evaluator.null
.AttributeEvaluator getAttributeEvaluator(String language)
language
- The name of the expression language.null
.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.