org.xwiki.rendering.macro.wikibridge
Interface WikiMacro
- All Superinterfaces:
- java.lang.Comparable<org.xwiki.rendering.macro.Macro<?>>, org.xwiki.rendering.macro.Macro<WikiMacroParameters>
- All Known Implementing Classes:
- DefaultWikiMacro
public interface WikiMacro
- extends org.xwiki.rendering.macro.Macro<WikiMacroParameters>
Interface for defining wiki content based xwiki rendering macros.
- Since:
- 2.0M2
- Version:
- $Id$
| Methods inherited from interface org.xwiki.rendering.macro.Macro |
execute, getDescriptor, getPriority, supportsInlineMode |
| Methods inherited from interface java.lang.Comparable |
compareTo |
getId
@Deprecated
java.lang.String getId()
- Deprecated. since 2.3M1, use
MacroDescriptor.getId() instead
- Returns:
- the id under which this macro is registered with the component manager
getDocumentReference
DocumentReference getDocumentReference()
- Returns:
- the
DocumentReference of the Wiki Macro - Since:
- 2.3M1
Copyright © 2004-2011 XWiki. All Rights Reserved.