java.lang.Object
io.quarkus.qute.StringTemplateLocation
- All Implemented Interfaces:
TemplateLocator.TemplateLocation
-
Constructor Summary
ConstructorsConstructorDescriptionStringTemplateLocation(String content) StringTemplateLocation(String content, Optional<Variant> variant) -
Method Summary
-
Constructor Details
-
StringTemplateLocation
-
StringTemplateLocation
-
StringTemplateLocation
-
-
Method Details
-
read
Description copied from interface:TemplateLocator.TemplateLocationAReaderinstance produced by a locator is immediately closed right after the template content is parsed.- Specified by:
readin interfaceTemplateLocator.TemplateLocation- Returns:
- the reader
-
getVariant
- Specified by:
getVariantin interfaceTemplateLocator.TemplateLocation- Returns:
- the template variant
-
getSource
- Specified by:
getSourcein interfaceTemplateLocator.TemplateLocation- Returns:
- the source
-