Uses of Interface
org.xwiki.rendering.macro.wikibridge.WikiMacro

Uses of WikiMacro in org.xwiki.rendering.macro.wikibridge
 

Methods in org.xwiki.rendering.macro.wikibridge that return WikiMacro
 WikiMacro WikiMacroFactory.createWikiMacro(org.xwiki.model.reference.DocumentReference documentReference)
          Tries to build a WikiMacro if a definition is found on the given document.
 

Methods in org.xwiki.rendering.macro.wikibridge with parameters of type WikiMacro
 void WikiMacroManager.registerWikiMacro(org.xwiki.model.reference.DocumentReference documentReference, WikiMacro wikiMacro)
          Registers the given WikiMacro against the ComponentManager matching the Wiki Macro visibility defined (Current User, Current Wiki, Global).
 



Copyright © 2004-2013 XWiki. All Rights Reserved.