open class TemplateParserContext : ParserContext
Configurable ParserContext implementation for template parsing. Expects the expression prefix and suffix as constructor arguments.
Author
Juergen Hoeller
Since
3.0
TemplateParserContext()
Create a new TemplateParserContext with the default "#{" prefix and "}" suffix. TemplateParserContext(expressionPrefix: String, expressionSuffix: String)
Create a new TemplateParserContext for the given prefix and suffix. |
fun getExpressionPrefix(): String |
|
fun getExpressionSuffix(): String |
|
fun isTemplate(): Boolean |