Uses of Class
io.quarkus.qute.Qute.Fmt
Packages that use Qute.Fmt
-
Uses of Qute.Fmt in io.quarkus.qute
Methods in io.quarkus.qute that return Qute.FmtModifier and TypeMethodDescriptionSet the template instance attribute.Qute.Fmt.cache()Use the template cache, i.e. first attempt to find the parsed template in the cache and if not found then parse the template and store the instance in the cache.Qute.Fmt.contentType(String contentType) Set the template content type.The data array is accessibe via thedatakey, e.g.static Qute.FmtQute.Fmt.noCache()Do not use the cache, i.e. always parse the template.Set the template variant.