Uses of Class
org.xwiki.rendering.macro.wikibridge.WikiMacroException
-
Packages that use WikiMacroException Package Description org.xwiki.rendering.macro.wikibridge -
-
Uses of WikiMacroException in org.xwiki.rendering.macro.wikibridge
Methods in org.xwiki.rendering.macro.wikibridge that throw WikiMacroException Modifier and Type Method Description WikiMacro
WikiMacroFactory. createWikiMacro(org.xwiki.model.reference.DocumentReference documentReference)
Tries to build aWikiMacro
if a definition is found on the given document.void
WikiMacroManager. registerWikiMacro(org.xwiki.model.reference.DocumentReference documentReference, WikiMacro wikiMacro)
Registers the givenWikiMacro
against the ComponentManager matching the Wiki Macro visibility defined (Current User, Current Wiki, Global).void
WikiMacroManager. unregisterWikiMacro(org.xwiki.model.reference.DocumentReference documentReference)
Unregisters the wiki macro defined on the given document (if there is one).
-