Package org.xwiki.rendering.macro.wikibridge
-
Interface Summary Interface Description WikiMacro Interface for defining wiki content based xwiki rendering macros.WikiMacroBindingInitializer Deprecated. Since 11.6RC1, 10.11.9, 11.3.2.WikiMacroFactory Create a Wiki Macro object by gathering the Macro metadata from a document.WikiMacroInitializer Responsible for registering wiki macros against the ComponentManager at XE startup.WikiMacroManager Component interface responsible for managing wiki macro instances. -
Class Summary Class Description AbstractWikiMacroExecutionEvent Base class for all wiki macro execution related events.WikiMacroDescriptor AMacroDescriptor
for describing wiki macros.WikiMacroDescriptor.Builder Use this to build instance ofWikiMacroDescriptor
.WikiMacroExecutionFinishedEvent Sent when a wiki macro finished execution.WikiMacroExecutionStartsEvent Sent before a wiki macro starts execution.WikiMacroParameterDescriptor ParameterDescriptor
for describing wiki macro parameters.WikiMacroParameterMacroParameters Parameters for wikimacroparameter macro.WikiMacroParameters Generic parameters class for all wiki macros. -
Enum Summary Enum Description WikiMacroVisibility The visibility of a Wiki Macro, ie whether it's visible to the current user only, to the current wiki only or globally. -
Exception Summary Exception Description InsufficientPrivilegesException Indicate that a Wiki Macro operation is refused because of insufficient user privileges.WikiMacroException Indicate a problem when using the Wiki Macro API.