Uses of Interface
com.atlassian.confluence.content.render.xhtml.XmlStreamWriterCallback
-
Packages that use XmlStreamWriterCallback Package Description com.atlassian.confluence.content.render.xhtml -
-
Uses of XmlStreamWriterCallback in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type XmlStreamWriterCallback Modifier and Type Method Description void
DefaultXmlStreamWriterTemplate. execute(Writer writer, XmlStreamWriterCallback callback)
void
XmlStreamWriterTemplate. execute(Writer writer, XmlStreamWriterCallback callback)
Executes the specified callback and writes to the provided writer.static Streamable
Streamables. from(XmlStreamWriterTemplate template, XmlStreamWriterCallback callback)
Create a streamable that will produce the result of executing the provide callback within the template.
-