public interface ElementVisitor
| Modifier and Type | Method and Description |
|---|---|
TemplateContext |
getTemplateContext()
Gets the template context
|
Writer |
getWriter()
Gets the writer.
|
String |
out()
Gets the content of template after generates.
|
ElementVisitor |
visit(Element element)
To visit the element and generate
|
ElementVisitor |
with(TemplateContext ctx)
Attaches the Template Context for Template generate.
|
ElementVisitor visit(Element element)
element - String out()
Writer getWriter()
TemplateContext getTemplateContext()
ElementVisitor with(TemplateContext ctx)
ctx - The Template Context for generatingCopyright © 2003–2015 eXo Platform SAS. All rights reserved.