◆ ContentRenderer()
Definition at line 35 of file ContentRenderer.java.
37 this.iterator = iterator;
39 this.onExecute = onExecute;
◆ execute()
String org.turro.action.content.ContentRenderer.execute |
( |
| ) |
|
Definition at line 54 of file ContentRenderer.java.
55 return onExecute !=
null ? onExecute.
execute(iterator, writer) :
"";
String execute(IContentIterator iterator, Writer writer)
◆ getIterator()
◆ getMacro()
MacroCommand org.turro.action.content.ContentRenderer.getMacro |
( |
| ) |
|
◆ getWriter()
Writer org.turro.action.content.ContentRenderer.getWriter |
( |
| ) |
|
The documentation for this class was generated from the following file: