Package io.quarkus.qute
Interface TemplateLocator.TemplateLocation
-
- Enclosing interface:
- TemplateLocator
public static interface TemplateLocator.TemplateLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Variant>getVariant()Readerread()AReaderinstance produced by a locator is immediately closed right after the template content is parsed.
-