|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NestedMarkupWriter
A writer that is created by, and nested within, another markup writer. This is used by many components that need to render their bodies to fully determine how to write the markup before their bodies; the markup is stored inside the nested markup writer until needed.
IMarkupWriter.getNestedWriter()
Method Summary | |
---|---|
String |
getBuffer()
Returns any makrup so far accumulated by the nested markup writer. |
Methods inherited from interface org.apache.tapestry.IMarkupWriter |
---|
appendAttribute, appendAttribute, appendAttribute, appendAttributeRaw, attribute, attribute, attribute, attributeRaw, begin, beginEmpty, checkError, clearAttributes, close, closeTag, comment, end, end, flush, getAttribute, getContentType, getNestedWriter, hasAttribute, print, print, print, print, print, print, println, printRaw, printRaw, removeAttribute |
Method Detail |
---|
String getBuffer()
IMarkupWriter.printRaw(String)
,
with this content, on its parent markup writer.
Getting the buffer will close the writer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |