Uses of Interface
org.apache.wiki.api.plugin.PluginElement
| Package | Description |
|---|---|
| org.apache.wiki.api.plugin |
Plugin's API package of JSPWiki.
|
| org.apache.wiki.parser | |
| org.apache.wiki.plugin |
Provides plugins to the JSPWiki.
|
-
Uses of PluginElement in org.apache.wiki.api.plugin
Methods in org.apache.wiki.api.plugin with parameters of type PluginElement Modifier and Type Method Description voidParserStagePlugin. executeParser(PluginElement element, Context context, java.util.Map<java.lang.String,java.lang.String> params)Method which is executed during parsing. -
Uses of PluginElement in org.apache.wiki.parser
Classes in org.apache.wiki.parser that implement PluginElement Modifier and Type Class Description classPluginContentStores the contents of a plugin in a WikiDocument DOM tree. -
Uses of PluginElement in org.apache.wiki.plugin
Methods in org.apache.wiki.plugin with parameters of type PluginElement Modifier and Type Method Description voidWeblogPlugin. executeParser(PluginElement element, Context context, java.util.Map<java.lang.String,java.lang.String> params)Mark us as being a real weblog.