Uses of Class
com.google.auto.value.processor.escapevelocity.Template
-
Packages that use Template Package Description com.google.auto.value.processor.escapevelocity -
-
Uses of Template in com.google.auto.value.processor.escapevelocity
Methods in com.google.auto.value.processor.escapevelocity that return Template Modifier and Type Method Description static Template
Template. parseFrom(Reader reader)
Parses a VTL template from the givenReader
.static Template
Template. parseFrom(String resourceName, Template.ResourceOpener resourceOpener)
Parse a VTL template of the given name using the givenResourceOpener
.
-