com.docmosis.demo.web
Class AnalysisFormRenderer
java.lang.Object
com.docmosis.demo.web.AnalysisFormRenderer
- public class AnalysisFormRenderer
- extends Object
|
Method Summary |
void |
render(TemplateSection[] sections,
PrintWriter out)
Render all sections (recursively). |
void |
render(TemplateSection section,
String context,
PrintWriter out)
Render the single section. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD_INDEX
protected static final String ADD_INDEX
- See Also:
- Constant Field Values
AnalysisFormRenderer
public AnalysisFormRenderer(String title)
render
public void render(TemplateSection[] sections,
PrintWriter out)
- Render all sections (recursively).
- Parameters:
sections - the sections to render.out - the print writer for the output.
render
public void render(TemplateSection section,
String context,
PrintWriter out)
- Render the single section.
- Parameters:
section - the section to render.context - context the context for the section.out - the print writer for the output.
Copyright © 2007 Docmosis. All Rights Reserved.