public class WemProgrammingTagNotifier extends AbstractTagNotifier implements IWemListenerProgramming
EMPTY_MAP, fListenerDEFINITION_DESCRIPTION, DEFINITION_LIST, DEFINITION_TERM, DOCUMENT, EMPTY_LINES, EMPTY_LINES_SIZE, ESCAPE, EXTENSION_BLOCK, EXTENSION_INLINE, EXTENSION_NAME, FORMAT, HEADER, HEADER_LEVEL, HORIZONTAL_LINE, IMAGE, IMAGE_IMPLICIT, INFO_BLOCK, INFO_BLOCK_TYPE, LINE_BREAK, LIST_ITEM, LIST_ORDERED, LIST_UNORDERED, MACRO_BLOCK, MACRO_INLINE, MACRO_NAME, NEW_LINE, PARAGRAPH, PROPERTY_BLOCK, PROPERTY_DOC, PROPERTY_INLINE, PROPERTY_URL, QUOTATION, QUOTATION_LINE, REF_EXPLICIT, REF_IMPLICIT, SECTION, SECTION_CONTENT, SECTION_DOC_LEVEL, SECTION_HEADER_LEVEL, SECTION_LEVEL, STYLES, TABLE, TABLE_CAPTION, TABLE_CAPTION_PARAM, TABLE_CELL, TABLE_HEAD, TABLE_ROW, VERBATIM_BLOCK, VERBATIM_INLINE| Constructor and Description |
|---|
WemProgrammingTagNotifier(ITagListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
onExtensionBlock(String extensionName,
WikiParameters params)
This method is used to notify about a new extension which CAN generate
block elements as a result of its interpretation.
|
void |
onExtensionInline(String extensionName,
WikiParameters params)
This method is used to notify about a new extension which CAN generate
in-line elements as a result of its interpretation.
|
void |
onMacroBlock(String macroName,
WikiParameters params,
String content)
This method is used to notify about a new in-line macro which CAN
generate block elements as a result of its interpretation.
|
void |
onMacroInline(String macroName,
WikiParameters params,
String content)
This method is used to notify about a new in-line macro which CAN
generate only in-line elements as a result of its interpretation.
|
newParamMap, tagParams, tagParams, tagParams, tagParams, userParams, userParams, userParamspublic WemProgrammingTagNotifier(ITagListener listener)
listener - public void onExtensionBlock(String extensionName, WikiParameters params)
IWemListenerProgrammingonExtensionBlock in interface IWemListenerProgrammingextensionName - the name of the extensionparams - parameters for the extensionpublic void onExtensionInline(String extensionName, WikiParameters params)
IWemListenerProgrammingonExtensionInline in interface IWemListenerProgrammingextensionName - the name of the extensionparams - parameters for the extensionpublic void onMacroBlock(String macroName, WikiParameters params, String content)
IWemListenerProgrammingonMacroBlock in interface IWemListenerProgrammingmacroName - the name of the macroparams - parameters of the macrocontent - the content of the macropublic void onMacroInline(String macroName, WikiParameters params, String content)
IWemListenerProgrammingonMacroInline in interface IWemListenerProgrammingmacroName - the name of the macroparams - parameters of the macrocontent - the content of the macroCopyright © 2004–2015 XWiki. All rights reserved.