| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParserStagePlugin.executeParser(PluginContent element,
WikiContext context,
Map<String,String> params)
Method which is executed during parsing.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginContent |
PluginContent.parsePluginLine(WikiContext context,
String commandline,
int pos)
Parses a plugin invocation and returns a DOM element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeblogPlugin.executeParser(PluginContent element,
WikiContext context,
Map<String,String> params)
Mark us as being a real weblog.
|
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.