| Package | Description |
|---|---|
| org.apache.wiki.filters |
Provides page and content filtering functionality for JSPWiki.
|
| 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 |
|---|---|
java.util.Collection<WikiModuleInfo> |
DefaultFilterManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
java.util.Collection<WikiModuleInfo> |
DefaultFilterManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends WikiModuleInfo> |
BaseModuleManager.modules(java.util.Iterator<T> iterator) |
protected <T extends WikiModuleInfo> |
BaseModuleManager.modules(java.util.Iterator<T> iterator) |
| Modifier and Type | Method and Description |
|---|---|
WikiModuleInfo |
ModuleManager.getModuleInfo(java.lang.String moduleName)
Returns the
WikiModuleInfo information about the provided moduleName. |
WikiModuleInfo |
ModuleManager.getModuleInfo(java.lang.String moduleName)
Returns the
WikiModuleInfo information about the provided moduleName. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WikiModuleInfo> |
ModuleManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
java.util.Collection<WikiModuleInfo> |
ModuleManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
protected <T extends WikiModuleInfo> |
BaseModuleManager.modules(java.util.Iterator<T> iterator) |
protected <T extends WikiModuleInfo> |
BaseModuleManager.modules(java.util.Iterator<T> iterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseModuleManager.checkCompatibility(WikiModuleInfo info)
Returns true, if the given module is compatible with this version of JSPWiki.
|
boolean |
ModuleManager.checkCompatibility(WikiModuleInfo info)
Returns true, if the given module is compatible with this version of JSPWiki.
|
boolean |
ModuleManager.checkCompatibility(WikiModuleInfo info)
Returns true, if the given module is compatible with this version of JSPWiki.
|
boolean |
BaseModuleManager.checkCompatibility(WikiModuleInfo info)
Returns true, if the given module is compatible with this version of JSPWiki.
|
int |
WikiModuleInfo.compareTo(WikiModuleInfo mod) |
int |
WikiModuleInfo.compareTo(WikiModuleInfo mod) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultPluginManager.WikiPluginInfo
Contains information about a bunch of plugins.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WikiModuleInfo> |
DefaultPluginManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
java.util.Collection<WikiModuleInfo> |
DefaultPluginManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
| Modifier and Type | Method and Description |
|---|---|
WikiModuleInfo |
DefaultTemplateManager.getModuleInfo(java.lang.String moduleName)
Returns the
WikiModuleInfo information about the provided moduleName. |
WikiModuleInfo |
DefaultTemplateManager.getModuleInfo(java.lang.String moduleName)
Returns the
WikiModuleInfo information about the provided moduleName. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WikiModuleInfo> |
DefaultEditorManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
java.util.Collection<WikiModuleInfo> |
DefaultTemplateManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
java.util.Collection<WikiModuleInfo> |
DefaultTemplateManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
java.util.Collection<WikiModuleInfo> |
DefaultEditorManager.modules()
Returns a collection of modules currently managed by this ModuleManager.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<WikiModuleInfo> |
FilterBean.modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(Context). |
protected abstract java.util.Collection<WikiModuleInfo> |
ModuleBean.modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(Context). |
protected java.util.Collection<WikiModuleInfo> |
PluginBean.modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(Context). |
protected java.util.Collection<WikiModuleInfo> |
PluginBean.modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(Context). |
protected abstract java.util.Collection<WikiModuleInfo> |
ModuleBean.modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(Context). |
protected java.util.Collection<WikiModuleInfo> |
FilterBean.modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(Context). |
| 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 org.jdom2.Element |
PluginBean.rowBody(WikiModuleInfo plugin)
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 |
FilterBean.rowBody(WikiModuleInfo info)
html blob describing
Element describing attributes |
protected java.lang.String |
ModuleBean.validModuleVersion(WikiModuleInfo info) |
protected java.lang.String |
ModuleBean.validModuleVersion(WikiModuleInfo info) |
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.