|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tapestry.AbstractMarkupWriter | +--org.apache.tapestry.html.HTMLWriter | +--org.apache.tapestry.html.NestedHTMLWriter
Subclass of HTMLWriter
that is nested. A nested writer
buffers its output, then inserts it into its parent writer when it is
closed.
Constructor Summary | |
NestedHTMLWriter(IMarkupWriter parent)
|
Method Summary | |
void |
close()
Invokes the super-class
implementation , then gets the data accumulated in the
internal buffer and provides it to the containing writer using
IMarkupWriter.printRaw(char[], int, int) . |
Methods inherited from class org.apache.tapestry.html.HTMLWriter |
getNestedWriter |
Methods inherited from class org.apache.tapestry.AbstractMarkupWriter |
attribute, attribute, attribute, attributeRaw, begin, beginEmpty, checkError, closeTag, comment, end, end, flush, getContentType, pop, print, print, print, print, println, printRaw, printRaw, push, setOutputStream, setWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NestedHTMLWriter(IMarkupWriter parent)
Method Detail |
public void close()
super-class
implementation
, then gets the data accumulated in the
internal buffer and provides it to the containing writer using
IMarkupWriter.printRaw(char[], int, int)
.
close
in interface IMarkupWriter
close
in class AbstractMarkupWriter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |