UIX 2.2.16

Package oracle.cabo.ui.io

Interface Summary
CloneWithPrintWriter Interface implemented by OutputMethods that may support cloning themselves with a different underlying PrintWriter.
OutputMethod Abstraction for outputting text in a tag language.
 

Class Summary
DebugHTMLOutputMethod Output method that wraps another and checks for common HTML mistakes, like form tags inside other form tags, or misplaced td and tr elements.
DebugOutputMethod Output method that wraps another and checks for common mistakes, like unbalanced elements.
EscapedText Text that is pre-escaped for output in the specified MimeType.
EscapedTextFactory Text that is pre-escaped for output to a particular MimeType.
FlushOnEndElementOutputMethod Output method that wraps another and automatically flushes output every time an element finishes; useful for debugging.
HTMLOutputMethod Implementation of OutputMethod for outputting HTML.
NullOutputMethod OutputMethod that doesn't output anything.
PlainOutputMethod Basic implementation of OutputMethod; performs no escaping.
PrettyPrinter Output method that wraps another to pretty-print it.
WrappingOutputMethod Output method that wraps another
XMLOutputMethod Implementation of OutputMethod for outputting XHTML.
 


UIX 2.2.16