Uses of Interface
io.quarkus.qute.TemplateLocator.TemplateLocation
Packages that use TemplateLocator.TemplateLocation
-
Uses of TemplateLocator.TemplateLocation in io.quarkus.qute
Classes in io.quarkus.qute that implement TemplateLocator.TemplateLocationMethods in io.quarkus.qute that return types with arguments of type TemplateLocator.TemplateLocationModifier and TypeMethodDescriptionLocates the template with the given id.Must returnOptional.empty()if it's not possible to locate a template with the specified id.