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. |