Package | Description |
---|---|
org.apache.wiki.api.engine |
JSPWiki's WikiEngine Managers package.
|
org.apache.wiki.filters |
Provides page and content filtering functionality for JSPWiki.
|
org.apache.wiki.modules | |
org.apache.wiki.pages |
Entry point for JSPWiki's Page Objects.
|
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 |
FilterManager.getModuleInfo(String filterName)
Returns the
WikiModuleInfo information about the provided filterName. |
Modifier and Type | Method and Description |
---|---|
Collection<WikiModuleInfo> |
FilterManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
Collection<WikiModuleInfo> |
PluginManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
Modifier and Type | Method and Description |
---|---|
Collection<WikiModuleInfo> |
DefaultFilterManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
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 |
---|---|
abstract Collection<WikiModuleInfo> |
ModuleManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
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 | Method and Description |
---|---|
WikiModuleInfo |
DefaultPageManager.getModuleInfo(String moduleName)
Returns null!
|
Modifier and Type | Method and Description |
---|---|
Collection<WikiModuleInfo> |
DefaultPageManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
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 | Method and Description |
---|---|
Collection<WikiModuleInfo> |
EditorManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
Collection<WikiModuleInfo> |
TemplateManager.modules()
Returns an empty collection, since at the moment the TemplateManager
does not manage any modules.
|
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) . |
protected abstract Collection<WikiModuleInfo> |
ModuleBean.modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(WikiContext) . |
protected Collection<WikiModuleInfo> |
PluginBean.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 |
protected abstract org.jdom2.Element |
ModuleBean.rowBody(WikiModuleInfo module)
html blob describing
Element describing attributes |
protected org.jdom2.Element |
PluginBean.rowBody(WikiModuleInfo plugin)
html blob describing
Element describing attributes |
protected String |
ModuleBean.validModuleVersion(WikiModuleInfo info) |
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.