|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.macro.AbstractMacro<java.lang.Object>
org.xwiki.rendering.macro.AbstractNoParameterMacro
public abstract class AbstractNoParameterMacro
Base class for a macro which does not support any parameter.
| Field Summary |
|---|
| Fields inherited from class org.xwiki.rendering.macro.AbstractMacro |
|---|
beanManager, DEFAULT_CATEGORY_CONTENT, DEFAULT_CATEGORY_DEVELOPMENT, DEFAULT_CATEGORY_FORMATTING, DEFAULT_CATEGORY_NAVIGATION |
| Constructor Summary | |
|---|---|
AbstractNoParameterMacro(java.lang.String name)
Create and initialize a descriptor with no parameters. |
|
AbstractNoParameterMacro(java.lang.String name,
java.lang.String description)
Create and initialize a descriptor with no parameters. |
|
| Method Summary |
|---|
| Methods inherited from class org.xwiki.rendering.macro.AbstractMacro |
|---|
compareTo, getDescriptor, getPriority, initialize, setDefaultCategory, setDescriptor, setPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xwiki.rendering.macro.Macro |
|---|
execute, supportsInlineMode |
| Constructor Detail |
|---|
public AbstractNoParameterMacro(java.lang.String name)
name - the name of the macro (eg "Table Of Contents" for the TOC macro)
public AbstractNoParameterMacro(java.lang.String name,
java.lang.String description)
name - the name of the macro (eg "Table Of Contents" for the TOC macro)description - the description of the macro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||