Interface DisplayEvaluator
- All Known Implementing Classes:
FreemarkerDisplayEvaluator
public interface DisplayEvaluator
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(String expression, EntityReference entity, DefaultDisplay.Options options) Evaluate an expression against an entity.
-
Method Details
-
getLanguage
String getLanguage() -
evaluate
String evaluate(String expression, EntityReference entity, DefaultDisplay.Options options) throws DisplayFactoryException Evaluate an expression against an entity.- Parameters:
expression
- the expressionentity
- the entity- Returns:
- the evaluated string
- Throws:
DisplayFactoryException
-