|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginContent | |
|---|---|
| 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 PluginContent in org.apache.wiki.api.plugin |
|---|
| Methods in org.apache.wiki.api.plugin with parameters of type PluginContent | |
|---|---|
void |
ParserStagePlugin.executeParser(PluginContent element,
WikiContext context,
Map<String,String> params)
Method which is executed during parsing. |
| Uses of PluginContent in org.apache.wiki.parser |
|---|
| Methods in org.apache.wiki.parser that return PluginContent | |
|---|---|
static PluginContent |
PluginContent.parsePluginLine(WikiContext context,
String commandline,
int pos)
Parses a plugin invocation and returns a DOM element. |
| Uses of PluginContent in org.apache.wiki.plugin |
|---|
| Methods in org.apache.wiki.plugin with parameters of type PluginContent | |
|---|---|
void |
WeblogPlugin.executeParser(PluginContent element,
WikiContext context,
Map<String,String> params)
Mark us as being a real weblog. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||