org.apache.tapestry5.internal.util
Class PrintOutCollector
java.lang.Object
org.apache.tapestry5.internal.util.PrintOutCollector
public class PrintOutCollector
- extends Object
Utility for collecting the output of a PrintWriter
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintOutCollector
public PrintOutCollector()
getPrintWriter
public PrintWriter getPrintWriter()
getPrintOut
public String getPrintOut()
- Closes the
PrintWriter
and returns the accumulated text output.
Copyright © 2003-2012 The Apache Software Foundation.