Uses of Class
net.shibboleth.utilities.java.support.velocity.Template
-
Packages that use Template Package Description net.shibboleth.utilities.java.support.velocity Classes for working with Apache Velocity. -
-
Uses of Template in net.shibboleth.utilities.java.support.velocity
Methods in net.shibboleth.utilities.java.support.velocity that return Template Modifier and Type Method Description static TemplateTemplate. fromTemplate(VelocityEngine engine, String template)A convenience method that invokedfromTemplate(VelocityEngine, String, Charset)and assumes the given template is US ASCII encoded.static TemplateTemplate. fromTemplate(VelocityEngine engine, String template, Charset encoding)Constructs aTemplatefrom a given template.static TemplateTemplate. fromTemplateName(VelocityEngine engine, String templateName)A convenience method that invokedfromTemplateName(VelocityEngine, String, Charset)and assumes the named template is US ASCII encoded.static TemplateTemplate. fromTemplateName(VelocityEngine engine, String name, Charset encoding)Constructs aTemplatethat evaluates a named velocity template with a using the given velocity engine.
-