A E G J L N O P T

A

assign(String, String) - Method in class net.sf.jtpl.Template
 
assign(String, String) - Method in class net.sourceforge.jtpl.Jtpl
Assign a template variable.
assignAll(Object) - Method in class net.sf.jtpl.Template
 

E

escape(String) - Method in class net.sourceforge.jtpl.Jtpl
Template parsing uses regex replace to insert result text, which means that special characters in replacement string must be escaped.

G

getBeanProperties(Object) - Method in class net.sf.jtpl.Template
 

J

Jtpl - Class in net.sourceforge.jtpl
Jtpl: a very simple template engine for Java
Contact: emmanuel.alliel@gmail.com
Web: http://jtpl.sourceforge.net
Jtpl(String) - Constructor for class net.sourceforge.jtpl.Jtpl
Constructs a Jtpl object and reads the template from a file.
Jtpl(File) - Constructor for class net.sourceforge.jtpl.Jtpl
Constructs a Jtpl object and reads the template from a file.
Jtpl(Reader) - Constructor for class net.sourceforge.jtpl.Jtpl
Constructs a Jtpl object and reads the template from arbitrary input source.

L

locateBlock(String) - Method in class net.sourceforge.jtpl.Jtpl
Lists the blocks that end with the given blockName.

N

net.sf.jtpl - package net.sf.jtpl
 
net.sourceforge.jtpl - package net.sourceforge.jtpl
 

O

out() - Method in class net.sf.jtpl.Template
 
out(Object) - Method in class net.sf.jtpl.Template
 
out() - Method in class net.sourceforge.jtpl.Jtpl
Generates the HTML page and return it into a String.

P

parse(String) - Method in class net.sf.jtpl.Template
 
parse(String, Object) - Method in class net.sf.jtpl.Template
 
parse(String) - Method in class net.sourceforge.jtpl.Jtpl
Parse a template block.

T

Template - Class in net.sf.jtpl
The forward compatible template engine interface, replacing Jtpl.
Template(Reader) - Constructor for class net.sf.jtpl.Template
 
Template(String) - Constructor for class net.sf.jtpl.Template
 
Template(File) - Constructor for class net.sf.jtpl.Template
 

A E G J L N O P T

Copyright © 2009. All Rights Reserved.