|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prosyst.util.template.TemplateWriter
public class TemplateWriter
A light class for writing the HTMLTemplate to a given writer.
| Constructor Summary | |
|---|---|
TemplateWriter(HTMLTemplate template,
java.io.PrintWriter writer)
The constructor. |
|
| Method Summary | |
|---|---|
void |
close()
|
java.lang.String |
writeToNextLabel()
Writes the next piece of constant HTML code to the writer from the current position of the internal pointer up to the next label. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateWriter(HTMLTemplate template,
java.io.PrintWriter writer)
template - The parsed HTML template.writer - The writer to write the template to.| Method Detail |
|---|
public java.lang.String writeToNextLabel()
public void close()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||