| Class | Description |
|---|---|
| LegacyConfluenceMacro |
A legacy macro adapter which rewires the old BaseMacro calls to the new
com.atlassian.confluence.macro.Macro interface calls, to create an adapter for your
macro, you can extend this and implement the getXHtmlMacro() method and getBodyRenderMode() methods
as appropriate, the actual logic and functionality will be delegated to the new macro style.
|
Copyright © 2013 randombits.org. All Rights Reserved.