Package | Description |
---|---|
com.atlassian.confluence.content.render.xhtml |
Modifier and Type | Method and Description |
---|---|
void |
XmlStreamWriterTemplate.execute(Writer writer,
XmlStreamWriterCallback callback)
Executes the specified callback and writes to the provided writer.
|
void |
DefaultXmlStreamWriterTemplate.execute(Writer writer,
XmlStreamWriterCallback callback) |
String |
XmlStreamWriterTemplate.execute(XmlStreamWriterCallback callback)
Deprecated.
since 5.2 - use the streaming version of the method
XmlStreamWriterTemplate.execute(java.io.Writer, XmlStreamWriterCallback) |
String |
DefaultXmlStreamWriterTemplate.execute(XmlStreamWriterCallback callback) |
static Streamable |
Streamables.from(XmlStreamWriterTemplate template,
XmlStreamWriterCallback callback)
Create a streamable that will produce the result of executing the provide callback within the template.
|
Copyright © 2003–2017 Atlassian. All rights reserved.