Parser for variable declaration strings, which are the expressions that are
found withing th:with processors. This is really a wrapper around
Thymeleaf's AssignationUtils class, which is a crazy house of code
that splits the expression string into the parts needed by this dialect.
| Constructor and description |
|---|
VariableDeclarationParser
(IExpressionContext context)Constructor, sets the processing context for the parser. |
| Type | Name and description |
|---|---|
List<VariableDeclaration> |
parse(String declarationString)Parse a variable declaration string, returning as many variable declaration objects as there are variable declarations. |
Constructor, sets the processing context for the parser.
Parse a variable declaration string, returning as many variable declaration objects as there are variable declarations.