spring-framework / org.springframework.expression.common / TemplateAwareExpressionParser

TemplateAwareExpressionParser

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

Constructors

<init>

TemplateAwareExpressionParser()

An expression parser that understands templates. It can be subclassed by expression parsers that do not offer first class support for templating.

Functions

parseExpression

open fun parseExpression(expressionString: String): Expression
open fun parseExpression(expressionString: String, context: ParserContext): Expression