Class PrintOutCollector
- java.lang.Object
 - 
- org.apache.tapestry5.internal.util.PrintOutCollector
 
 
- 
public class PrintOutCollector extends Object
Utility for collecting the output of aPrintWriter. 
- 
- 
Constructor Summary
Constructors Constructor Description PrintOutCollector() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrintOut()Closes thePrintWriterand returns the accumulated text output.PrintWritergetPrintWriter() 
 - 
 
- 
- 
Constructor Detail
- 
PrintOutCollector
public PrintOutCollector()
 
 - 
 
- 
Method Detail
- 
getPrintWriter
public PrintWriter getPrintWriter()
 
- 
getPrintOut
public String getPrintOut()
Closes thePrintWriterand returns the accumulated text output. 
 - 
 
 -