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.
|
org.apache.wiki.ui.admin.beans |
Modifier and Type | Method and Description |
---|---|
WikiModuleInfo |
PageManager.getModuleInfo(String moduleName)
Returns null!
|
Modifier and Type | Method and Description |
---|---|
Collection<WikiModuleInfo> |
PageManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
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 |
---|---|
protected <T extends WikiModuleInfo> |
ModuleManager.modules(Iterator<T> iterator) |
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 |
---|---|
protected <T extends WikiModuleInfo> |
ModuleManager.modules(Iterator<T> iterator) |
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!
|
Modifier and Type | Class and Description |
---|---|
class |
ModuleBean<T extends WikiModuleInfo> |
Modifier and Type | Method and Description |
---|---|
protected Collection<WikiModuleInfo> |
FilterBean.modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(WikiContext) . |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
FilterBean.rowBody(WikiModuleInfo info)
html blob describing
Element describing attributes |
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.