| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.api.engine |
JSPWiki's WikiEngine Managers package.
|
| org.apache.wiki.modules | |
| org.apache.wiki.plugin |
Provides plugins to the JSPWiki.
|
| org.apache.wiki.ui |
Java classes for management of the JSP user interface.
|
| Modifier and Type | Method and Description |
|---|---|
WikiModuleInfo |
PageManager.getModuleInfo(String moduleName)
Returns null!
|
| Modifier and Type | Method and Description |
|---|---|
WikiModuleInfo |
FilterManager.getModuleInfo(String filterName)
Returns the
WikiModuleInfo information about the provided filterName. |
| Modifier and Type | Method and Description |
|---|---|
abstract WikiModuleInfo |
ModuleManager.getModuleInfo(String moduleName)
Returns the
WikiModuleInfo information about the provided moduleName. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ModuleManager.checkCompatibility(WikiModuleInfo info)
Returns true, if the given module is compatible with this version of JSPWiki.
|
int |
WikiModuleInfo.compareTo(WikiModuleInfo arg0) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultPluginManager.WikiPluginInfo
Contains information about a bunch of plugins.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WikiModuleInfo> |
DefaultPluginManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
| Modifier and Type | Method and Description |
|---|---|
WikiModuleInfo |
TemplateManager.getModuleInfo(String moduleName)
Returns null!
|
Copyright © 2001-2016 The Apache Software Foundation. All rights reserved.