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 String
getPrintOut()
Closes thePrintWriter
and returns the accumulated text output.PrintWriter
getPrintWriter()
-
-
-
Constructor Detail
-
PrintOutCollector
public PrintOutCollector()
-
-
Method Detail
-
getPrintWriter
public PrintWriter getPrintWriter()
-
getPrintOut
public String getPrintOut()
Closes thePrintWriter
and returns the accumulated text output.
-
-