A F G O P S T

A

ARRAY - Static variable in interface HTML.Tmpl.Filter
Tells HTML.Template to call the parse(String []) method of this filter.

F

Filter - interface HTML.Tmpl.Filter.
Pre-parse filters for HTML.Template templates.
format() - Method in interface HTML.Tmpl.Filter
Tells HTML.Template what kind of filter this is.

G

getParam(String) - Method in class HTML.Template
Returns a parameter from this template identified by the given name.

O

output() - Method in class HTML.Template
Returns the parsed template as a String.

P

parse(String) - Method in interface HTML.Tmpl.Filter
parses the template as a single string, and returns the parsed template as a single string.
parse(String[]) - Method in interface HTML.Tmpl.Filter
parses the template as an array of strings, and returns the parsed template as an array of strings.
printTo(PrintWriter) - Method in class HTML.Template
Prints the parsed template to the provided PrintWriter.

S

SCALAR - Static variable in interface HTML.Tmpl.Filter
Tells HTML.Template to call the parse(String) method of this filter.
setParam(String, boolean) - Method in class HTML.Template
Sets a single boolean parameter in this template.
setParam(String, Boolean) - Method in class HTML.Template
Sets a single Boolean parameter in this template.
setParam(String, int) - Method in class HTML.Template
Sets a single int parameter in this template.
setParam(String, Integer) - Method in class HTML.Template
Sets a single Integer parameter in this template.
setParam(String, String) - Method in class HTML.Template
Sets a single scalar parameter in this template.
setParam(String, Vector) - Method in class HTML.Template
Sets a single list parameter in this template.
setParams(Hashtable) - Method in class HTML.Template
Sets the values of parameters in this template from a Hashtable.

T

Template - class HTML.Template.
Use HTML Templates with java.
Template(Hashtable) - Constructor for class HTML.Template
Initialises a new Template object, using the values in the Hashtable args as defaults.
Template(Object[]) - Constructor for class HTML.Template
Initialises a new Template object, using the name/value pairs passed as default values.
Template(String) - Constructor for class HTML.Template
Initialises a new HTML.Template object with the contents of the given file.

A F G O P S T