Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class UnsyncPrintWriterPool

java.lang.Object
  extended by com.liferay.portal.kernel.util.UnsyncPrintWriterPool

public class UnsyncPrintWriterPool
extends Object


Constructor Summary
UnsyncPrintWriterPool()
           
 
Method Summary
static UnsyncPrintWriter borrow(OutputStream outputStream)
           
static UnsyncPrintWriter borrow(Writer writer)
           
static void cleanUp()
           
static boolean isEnabled()
           
static void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsyncPrintWriterPool

public UnsyncPrintWriterPool()
Method Detail

borrow

public static UnsyncPrintWriter borrow(OutputStream outputStream)

borrow

public static UnsyncPrintWriter borrow(Writer writer)

cleanUp

public static void cleanUp()

isEnabled

public static boolean isEnabled()

setEnabled

public static void setEnabled(boolean enabled)

Liferay 6.1.2-ce-ga3