oracle.cabo.ui.io
Interface CloneWithPrintWriter
- All Known Implementing Classes:
- PlainOutputMethod, WrappingOutputMethod, XMLOutputMethod, NullOutputMethod, HTMLOutputMethod
- public interface CloneWithPrintWriter
Interface implemented by OutputMethods that may support cloning themselves with a different underlying PrintWriter.
This interface is implemented by OutputMethods that want to support multi-threaded rendering.
supportsCloneWithPrintWriter
public boolean supportsCloneWithPrintWriter()
- Returns true if the OutputMethod supports cloning the OutputMethod with a different PrintWriter
cloneWithPrintWriter
public OutputMethod cloneWithPrintWriter(java.io.PrintWriter writer)
- Creates a new instance of this OutputMethod, using a different PritnWriter.