Uses of Interface
org.apache.wiki.api.plugin.PluginElement
-
Packages that use 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 void
ParserStagePlugin. 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 class
PluginContent
Stores 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 void
WeblogPlugin. executeParser(PluginElement element, Context context, java.util.Map<java.lang.String,java.lang.String> params)
Mark us as being a real weblog.
-