Uses of Interface
de.xima.fc.common.el.IElTopLevelResolver
Packages that use IElTopLevelResolver
-
Uses of IElTopLevelResolver in de.xima.fc.common.el
Methods in de.xima.fc.common.el with parameters of type IElTopLevelResolverModifier and TypeMethodDescriptionIElEvaluator.evaluate(String expression, IElTopLevelResolver varResolver) Evaluates an EL expression, with variables of the given resolver available in the top-level scope, and returns the result.<T> TIElEvaluator.evaluate(String expression, Class<T> expectedType, IElTopLevelResolver varResolver) Evaluates an EL expression, with variables of the given resolver available in the top-level scope, coerces the result to the given type, and returns the result.