public abstract class AbstractNoParameterMacro extends AbstractMacro<Object>
beanManager, DEFAULT_CATEGORY_CONTENT, DEFAULT_CATEGORY_DEVELOPMENT, DEFAULT_CATEGORY_FORMATTING, DEFAULT_CATEGORY_INTERNAL, 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, getPriority, initialize, setDefaultCategory, setDescriptor, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, supportsInlineModepublic 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–2017 XWiki. All rights reserved.