Uses of Interface
org.thymeleaf.standard.expression.IStandardExpressionParser
-
Uses of IStandardExpressionParser in org.thymeleaf.standard
Modifier and TypeFieldDescriptionprotected IStandardExpressionParser
StandardDialect.expressionParser
Modifier and TypeMethodDescriptionStandardDialect.getExpressionParser()
Returns the Thymeleaf Standard Expression parser (implementation ofIStandardExpressionParser
) that is configured to be used at this instance of the Standard Dialect.Modifier and TypeMethodDescriptionvoid
StandardDialect.setExpressionParser
(IStandardExpressionParser expressionParser) Sets the Thymeleaf Standard Expression parser (implementation ofIStandardExpressionParser
) that should be used at this instance of the Standard Dialect. -
Uses of IStandardExpressionParser in org.thymeleaf.standard.expression
Modifier and TypeClassDescriptionfinal class
Standard implementation of theIStandardExpressionParser
interface for parsing Thymeleaf Standard Expressions.Modifier and TypeMethodDescriptionstatic IStandardExpressionParser
StandardExpressions.getExpressionParser
(IEngineConfiguration configuration) Obtain the expression parser (implementation ofIStandardExpressionParser
) registered by the Standard Dialect that is being currently used.