org.apache.tapestry5.internal.util
Class PrintOutCollector

java.lang.Object
  extended by org.apache.tapestry5.internal.util.PrintOutCollector

public class PrintOutCollector
extends Object

Utility for collecting the output of a PrintWriter.


Constructor Summary
PrintOutCollector()
           
 
Method Summary
 String getPrintOut()
          Closes the PrintWriter and returns the accumulated text output.
 PrintWriter getPrintWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintOutCollector

public PrintOutCollector()
Method Detail

getPrintWriter

public PrintWriter getPrintWriter()

getPrintOut

public String getPrintOut()
Closes the PrintWriter and returns the accumulated text output.



Copyright © 2003-2012 The Apache Software Foundation.