public abstract class AbstractNoParameterMacro extends AbstractMacro<Object>
beanManager, DEFAULT_CATEGORY_CONTENT, DEFAULT_CATEGORY_DEVELOPMENT, DEFAULT_CATEGORY_FORMATTING, DEFAULT_CATEGORY_INTERNAL, DEFAULT_CATEGORY_LAYOUT, DEFAULT_CATEGORY_NAVIGATION
Constructor and Description |
---|
AbstractNoParameterMacro(String name)
Create and initialize a descriptor with no parameters.
|
AbstractNoParameterMacro(String name,
String description)
Create and initialize a descriptor with no parameters.
|
AbstractNoParameterMacro(String name,
String description,
ContentDescriptor contentDescriptor)
Create and initialize a descriptor with no parameters.
|
compareTo, getDescriptor, getNonGeneratedContentMetaData, getNonGeneratedContentMetaData, getNonGeneratedContentMetaData, getNonGeneratedContentMetaData, getPriority, initialize, setDefaultCategory, setDescriptor, setPriority
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, supportsInlineMode
public AbstractNoParameterMacro(String name)
name
- the name of the macro (eg "Table Of Contents" for the TOC macro)public AbstractNoParameterMacro(String name, String description)
name
- the name of the macro (eg "Table Of Contents" for the TOC macro)description
- the description of the macropublic AbstractNoParameterMacro(String name, String description, 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–2022 XWiki. All rights reserved.