Package | Description |
---|---|
com.atlassian.confluence.macro |
Modifier and Type | Class and Description |
---|---|
class |
StreamableMacroAdapter
Adapter for the
StreamableMacro interface that provides a default implementation of the redundant
execute method. |
Modifier and Type | Method and Description |
---|---|
static String |
StreamableMacroAdapter.executeFromStream(StreamableMacro macro,
Map<String,String> parameters,
String body,
ConversionContext context)
Helper method to provide a default execute method for a StreamableMacro that can not inherit from
this adapter class.
|
Copyright © 2003–2015 Atlassian. All rights reserved.