Package | Description |
---|---|
com.monochromeroad.grails.plugins.xwiki |
Modifier and Type | Class and Description |
---|---|
class |
XWikiRenderer
XWiki Rendering System -- XDOM based
It needs to create a XDOM that represents the whole document structure in a memory.
|
class |
XWikiStreamRenderer
XWiki Rendering System -- streaming based
If you use some macros or transformations, it needs to create a XDOM that represents the whole document structure in a memory.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultXWikiRendering.initialize(ClassLoader classLoader,
XWikiComponentManager componentManager,
XWikiSyntaxFactory syntaxFactory,
XWikiConfigurationProvider configurationProvider,
XWikiRenderingSystem... renderers) |