Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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.


Method Summary
 OutputMethod cloneWithPrintWriter(java.io.PrintWriter writer)
          Creates a new instance of this OutputMethod, using a different PritnWriter.
 boolean supportsCloneWithPrintWriter()
          Returns true if the OutputMethod supports cloning the OutputMethod with a different PrintWriter
 

Method Detail

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.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.