public abstract class AbstractNoParameterSignableMacro extends AbstractSignableMacro<Object>
Constructor and Description |
---|
AbstractNoParameterSignableMacro(String name)
Create and initialize a descriptor with no parameters.
|
AbstractNoParameterSignableMacro(String name,
String description)
Create and initialize a descriptor with no parameters.
|
AbstractNoParameterSignableMacro(String name,
String description,
org.xwiki.rendering.macro.descriptor.ContentDescriptor contentDescriptor)
Create and initialize a descriptor with no parameters.
|
getComponentManager, sign, verify
compareTo, getDescriptor, getNonGeneratedContentMetaData, getNonGeneratedContentMetaData, getNonGeneratedContentMetaData, getNonGeneratedContentMetaData, getPriority, initialize, setDefaultCategory, setDescriptor, setPriority
public AbstractNoParameterSignableMacro(String name)
name
- the name of the macro (eg "Table Of Contents" for the TOC macro)public AbstractNoParameterSignableMacro(String name, String description)
name
- the name of the macro (eg "Table Of Contents" for the TOC macro)description
- the description of the macropublic AbstractNoParameterSignableMacro(String name, String description, org.xwiki.rendering.macro.descriptor.ContentDescriptor contentDescriptor)
name
- the name of the macro (eg "Table Of Contents" for the TOC macro)description
- the description of the macrocontentDescriptor
- the ContentDescriptor
describing the content of this macro.Copyright © 2004–2021 XWiki. All rights reserved.