Uses of Class
net.shibboleth.shared.velocity.Template
-
Uses of Template in net.shibboleth.shared.velocity
Methods in net.shibboleth.shared.velocity that return TemplateModifier and TypeMethodDescriptionstatic TemplateTemplate.fromTemplate(org.apache.velocity.app.VelocityEngine engine, String template) A convenience method that invokedfromTemplate(VelocityEngine, String, Charset)and assumes the given template is US ASCII encoded.static TemplateTemplate.fromTemplate(org.apache.velocity.app.VelocityEngine engine, String template, Charset encoding) Constructs aTemplatefrom a given template.static TemplateTemplate.fromTemplateName(org.apache.velocity.app.VelocityEngine engine, String templateName) A convenience method that invokedfromTemplateName(VelocityEngine, String, Charset)and assumes the named template is US ASCII encoded.static TemplateTemplate.fromTemplateName(org.apache.velocity.app.VelocityEngine engine, String name, Charset encoding) Constructs aTemplatethat evaluates a named velocity template with a using the given velocity engine.