Package org.apache.wiki.api.plugin
Interface ParserStagePlugin
-
- All Known Implementing Classes:
WeblogPlugin
public interface ParserStagePlugin
Implements a Plugin interface for the parser stage. Please seePluginManagerfor further documentation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteParser(PluginElement element, Context context, java.util.Map<java.lang.String,java.lang.String> params)Method which is executed during parsing.
-
-
-
Method Detail
-
executeParser
void executeParser(PluginElement element, Context context, java.util.Map<java.lang.String,java.lang.String> params)
Method which is executed during parsing.- Parameters:
element- The JDOM element which has already been connected to the Document.context- WikiContext, as usual.params- Parsed parameters for the plugin.
-
-