|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean supportsCloneWithPrintWriter()
public OutputMethod cloneWithPrintWriter(java.io.PrintWriter writer)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |