Uses of Interface
org.apache.wiki.api.plugin.PluginElement
Packages that use PluginElement
Package
Description
Plugin's API package of JSPWiki.
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 PluginElementModifier and TypeMethodDescriptionvoidParserStagePlugin.executeParser(PluginElement element, Context context, Map<String, String> params) Method which is executed during parsing. -
Uses of PluginElement in org.apache.wiki.parser
Classes in org.apache.wiki.parser that implement PluginElementModifier and TypeClassDescriptionclassStores 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 PluginElementModifier and TypeMethodDescriptionvoidWeblogPlugin.executeParser(PluginElement element, Context context, Map<String, String> params) Mark us as being a real weblog.