Skip to content

Support order precedence of tag processor #68

Open
@ldcuong

Description

@ldcuong

I see when using template mode is CSS or TEXT, thymeleaf use org.thymeleaf.templateparser.text.TextParser for parse template.
Therefore, we cannot use PRECEDENCE attribute for sort processor before parsing.

In my case, I want control order of processor.

Example SQL:
SELECT [# mb:c='ID' /], [# mb:c='NAME' /] FROM [# mb:f /] WHERE [# mb:c='ID' /] = '111111'

I want processor mb:f execute after mb:c.

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is neededwaiting for feedbackWaiting for feedback from contributors

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions