Class PrintOutCollector
java.lang.Object
org.apache.tapestry5.internal.util.PrintOutCollector
Utility for collecting the output of a
PrintWriter
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCloses thePrintWriter
and returns the accumulated text output.
-
Constructor Details
-
PrintOutCollector
public PrintOutCollector()
-
-
Method Details
-
getPrintWriter
-
getPrintOut
Closes thePrintWriter
and returns the accumulated text output.
-