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 | Description |
---|---|
AbstractWikiMacroExecutionEvent |
Base class for all wiki macro execution related events.
|
WikiMacroDescriptor |
A
MacroDescriptor for describing wiki macros. |
WikiMacroDescriptor.Builder |
Use this to build instance of
WikiMacroDescriptor . |
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 | 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 | 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.
|
Copyright © 2004–2021 XWiki. All rights reserved.