|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--freemarker.template.compiler.TemplateObject | +--freemarker.template.compiler.TemplateElement
Objects that represent elements in the compiled tree representation of the template necessarily descend from this abstract class.
Method Summary | |
abstract void |
process(TemplateModelRoot modelRoot,
java.io.Writer out)
Processes the contents of this TemplateElement and outputs the resulting text to a Writer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public abstract void process(TemplateModelRoot modelRoot, java.io.Writer out) throws TemplateException, java.io.IOException
modelRoot
- the root node of the data model.out
- a Writer to send the output to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |