Index

E F G H M N T 
All Classes and Interfaces|All Packages

E

engine - Variable in class net.shibboleth.shared.velocity.Template
The VelocityEngine used when evaluating the template.
equals(Object) - Method in class net.shibboleth.shared.velocity.Template

F

fromTemplate(VelocityEngine, String) - Static method in class net.shibboleth.shared.velocity.Template
A convenience method that invoked fromTemplate(VelocityEngine, String, Charset) and assumes the given template is US ASCII encoded.
fromTemplate(VelocityEngine, String, Charset) - Static method in class net.shibboleth.shared.velocity.Template
Constructs a Template from a given template.
fromTemplateName(VelocityEngine, String) - Static method in class net.shibboleth.shared.velocity.Template
A convenience method that invoked fromTemplateName(VelocityEngine, String, Charset) and assumes the named template is US ASCII encoded.
fromTemplateName(VelocityEngine, String, Charset) - Static method in class net.shibboleth.shared.velocity.Template
Constructs a Template that evaluates a named velocity template with a using the given velocity engine.

G

getTemplateName() - Method in class net.shibboleth.shared.velocity.Template
Gets the name of the template.

H

hashCode() - Method in class net.shibboleth.shared.velocity.Template

M

merge(Context) - Method in class net.shibboleth.shared.velocity.Template
Evaluates the template using the given context and returns the result as a string.
merge(Context, Writer) - Method in class net.shibboleth.shared.velocity.Template
Evaluates the template using the given context and sends the result to a Writer.

N

net.shibboleth.shared.velocity - package net.shibboleth.shared.velocity
Classes for working with Apache Velocity.

T

Template - Class in net.shibboleth.shared.velocity
This is a helper class that wraps a velocity engine and template information into a single object.
Template(VelocityEngine, String, String) - Constructor for class net.shibboleth.shared.velocity.Template
Constructor.
templateEncoding - Variable in class net.shibboleth.shared.velocity.Template
The character encoding of the template.
templateName - Variable in class net.shibboleth.shared.velocity.Template
The name of the template to be evaluated.
toString() - Method in class net.shibboleth.shared.velocity.Template
E F G H M N T 
All Classes and Interfaces|All Packages