|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateRoot | |
---|---|
org.ujac.util.template |
Uses of TemplateRoot in org.ujac.util.template |
---|
Methods in org.ujac.util.template that return TemplateRoot | |
---|---|
TemplateRoot |
DefaultTemplateInterpreter.parse(char[] source)
Parses the given template source code. |
TemplateRoot |
BaseTemplateInterpreter.parse(char[] source,
int offset,
int length)
Parses the given template source code. |
TemplateRoot |
BaseTemplateInterpreter.parse(String source)
Parses the given template source code. |
TemplateRoot |
DefaultTemplateInterpreter.parse(String source)
Parses the given template source code. |
TemplateRoot |
TemplateInterpreter.parse(String source)
Parses the given template source code. |
Methods in org.ujac.util.template with parameters of type TemplateRoot | |
---|---|
void |
BaseTemplateInterpreter.execute(TemplateRoot template,
Writer writer,
TemplateContext ctx)
Executes the given template. |
void |
DefaultTemplateInterpreter.execute(TemplateRoot template,
Writer writer,
TemplateContext ctx)
Executes the given template. |
void |
TemplateInterpreter.execute(TemplateRoot template,
Writer writer,
TemplateContext ctx)
Executes the given template. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |