Open mkouba opened 4 years ago
Template locators are documented here: https://quarkus.io/guides/qute-reference#template-locator and here: https://quarkus.io/guides/qute-reference#template-locator-registration.
The ValueResolver
is (insufficiently) documented here: https://quarkus.io/guides/qute-reference#value-resolvers
The ParserHook
is mentioned in the Content Filters section.
io.quarkus.qute.SectionHelper
andio.quarkus.qute.SectionHelperFactory
- used to define a custom sectionio.quarkus.qute.TemplateLocator
- used to load templates automaticallyio.quarkus.qute.ValueResolver
andio.quarkus.qute.NamespaceResolver
- used when evaluating expressionsio.quarkus.qute.ResultMapper
- used to map a result of an evaluated value expression to a string valueio.quarkus.qute.ParserHook
- used to hook into the parser logicio.quarkus.qute.TemplateInstance.Initializer
- used to initialize a template instance