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

Packages that use WikiMacro
org.xwiki.rendering.internal.macro.wikibridge   
org.xwiki.rendering.macro.wikibridge   
 

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

Classes in org.xwiki.rendering.internal.macro.wikibridge that implement WikiMacro
 class DefaultWikiMacro
          Default implementation of WikiMacro.
 

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

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

Methods in org.xwiki.rendering.macro.wikibridge that return WikiMacro
 WikiMacro WikiMacroFactory.createWikiMacro(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(DocumentReference documentReference, WikiMacro wikiMacro)
          Registers the given WikiMacro against the ComponentManager matching the Wiki Macro visibility defined (Current User, Current Wiki, Global).
 



Copyright © 2004-2011 XWiki. All Rights Reserved.