org.sandev.basics.util
Interface UIRenderOutputStream

All Superinterfaces:
UIRenderOperand, UIRenderOutput
All Known Subinterfaces:
UIRenderOutputString

public interface UIRenderOutputStream
extends UIRenderOutput

Used by a UIFormAdaptor to render a form for display.


Method Summary
 java.io.PrintWriter getOutputWriter()
          Return the PrintWriter used to render this form for display.
 
Methods inherited from interface org.sandev.basics.util.UIRenderOperand
init
 

Method Detail

getOutputWriter

java.io.PrintWriter getOutputWriter()
                                    throws java.io.IOException
Return the PrintWriter used to render this form for display.

Throws:
java.io.IOException