Uses of Class
org.xwiki.rendering.macro.wikibridge.WikiMacroException

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

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

Methods in org.xwiki.rendering.internal.macro.wikibridge that throw WikiMacroException
 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).
 void DefaultWikiMacroManager.unregisterWikiMacro(DocumentReference documentReference)
          Unregisters the wiki macro defined on the given document (if there is one).
 

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

Methods in org.xwiki.rendering.macro.wikibridge that throw WikiMacroException
 WikiMacro WikiMacroFactory.createWikiMacro(DocumentReference documentReference)
          Tries to build a WikiMacro if a definition is found on the given document.
 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).
 void WikiMacroManager.unregisterWikiMacro(DocumentReference documentReference)
          Unregisters the wiki macro defined on the given document (if there is one).
 



Copyright © 2004-2011 XWiki. All Rights Reserved.