Package org.wickedsource.docxstamper.el
Class ExpressionResolver
java.lang.Object
org.wickedsource.docxstamper.el.ExpressionResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveExpression(String expressionString, Object contextRoot) Runs the given expression against the given context object and returns the result of the evaluated expression.
-
Constructor Details
-
ExpressionResolver
public ExpressionResolver() -
ExpressionResolver
-
-
Method Details
-
resolveExpression
Runs the given expression against the given context object and returns the result of the evaluated expression.- Parameters:
expressionString- the expression to evaluate.contextRoot- the context object against which the expression is evaluated.- Returns:
- the result of the evaluated expression.
-