|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.util.PrintOutCollector
public class PrintOutCollector
Utility for collecting the output of a PrintWriter
.
Constructor Summary | |
---|---|
PrintOutCollector()
|
Method Summary | |
---|---|
java.lang.String |
getPrintOut()
Closes the PrintWriter and returns the accumulated text output. |
java.io.PrintWriter |
getPrintWriter()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintOutCollector()
Method Detail |
---|
public java.io.PrintWriter getPrintWriter()
public java.lang.String getPrintOut()
PrintWriter
and returns the accumulated text output.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |