Docmosis API 2.1.0

com.docmosis.demo.web
Class AnalysisFormRenderer

java.lang.Object
  extended bycom.docmosis.demo.web.AnalysisFormRenderer

public class AnalysisFormRenderer
extends Object


Field Summary
protected static String ADD_INDEX
           
 
Constructor Summary
AnalysisFormRenderer(String title)
           
 
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
 

Field Detail

ADD_INDEX

protected static final String ADD_INDEX
See Also:
Constant Field Values
Constructor Detail

AnalysisFormRenderer

public AnalysisFormRenderer(String title)
Method Detail

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.

Docmosis API 2.1.0

Copyright © 2007 Docmosis. All Rights Reserved.