abstract class TemplateAwareExpressionParser : ExpressionParser
An expression parser that understands templates. It can be subclassed by expression parsers that do not offer first class support for templating.
Author
Keith Donald
Author
Juergen Hoeller
Author
Andy Clement
Since
3.0
TemplateAwareExpressionParser()
An expression parser that understands templates. It can be subclassed by expression parsers that do not offer first class support for templating. |
open fun parseExpression(expressionString: String): Expressionopen fun parseExpression(expressionString: String, context: ParserContext): Expression |