Uses of Interface
io.quarkus.qute.TemplateLocator.TemplateLocation
-
-
Uses of TemplateLocator.TemplateLocation in io.quarkus.qute
Methods in io.quarkus.qute that return types with arguments of type TemplateLocator.TemplateLocation Modifier and Type Method Description Optional<TemplateLocator.TemplateLocation>TemplateLocator. locate(String id)Must returnOptional.empty()if it's not possible to locate a template with the specified id.
-