Class StandardExpressionParser
Object
org.thymeleaf.standard.expression.StandardExpressionParser
- All Implemented Interfaces:
IStandardExpressionParser
Standard implementation of the IStandardExpressionParser interface for parsing Thymeleaf
Standard Expressions.
Note a class with this name existed since 1.1, but it was completely reimplemented in Thymeleaf 3.0
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseAssignationSequence(IExpressionContext context, String input, boolean allowParametersWithoutValue) parseEach(IExpressionContext context, String input) parseExpression(IExpressionContext context, String input) Parse the specified expression.parseExpressionSequence(IExpressionContext context, String input) parseFragmentSignature(IEngineConfiguration configuration, String input) toString()
-
Constructor Details
-
StandardExpressionParser
public StandardExpressionParser()
-
-
Method Details
-
parseExpression
Description copied from interface:IStandardExpressionParserParse the specified expression.
- Specified by:
parseExpressionin interfaceIStandardExpressionParser- Parameters:
context- the context object.input- the expression to be parsed, as an input String.- Returns:
- the expression object resulting from parsing the expression.
-
parseAssignationSequence
public AssignationSequence parseAssignationSequence(IExpressionContext context, String input, boolean allowParametersWithoutValue) -
parseExpressionSequence
-
parseEach
-
parseFragmentSignature
-
toString
-