Uses of Class
org.apache.wiki.modules.WikiModuleInfo
-
Packages that use WikiModuleInfo 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 -
-
Uses of WikiModuleInfo in org.apache.wiki.filters
Methods in org.apache.wiki.filters that return types with arguments of type WikiModuleInfo Modifier and Type Method Description java.util.Collection<WikiModuleInfo>
DefaultFilterManager. modules()
Returns a collection of modules currently managed by this ModuleManager. -
Uses of WikiModuleInfo in org.apache.wiki.modules
Methods in org.apache.wiki.modules with type parameters of type WikiModuleInfo Modifier and Type Method Description protected <T extends WikiModuleInfo>
java.util.Collection<WikiModuleInfo>BaseModuleManager. modules(java.util.Iterator<T> iterator)
Methods in org.apache.wiki.modules that return WikiModuleInfo Modifier and Type Method Description WikiModuleInfo
ModuleManager. getModuleInfo(java.lang.String moduleName)
Returns theWikiModuleInfo
information about the provided moduleName.Methods in org.apache.wiki.modules that return types with arguments of type WikiModuleInfo Modifier and Type Method Description protected <T extends WikiModuleInfo>
java.util.Collection<WikiModuleInfo>BaseModuleManager. modules(java.util.Iterator<T> iterator)
java.util.Collection<WikiModuleInfo>
ModuleManager. modules()
Returns a collection of modules currently managed by this ModuleManager.Methods in org.apache.wiki.modules with parameters of type WikiModuleInfo Modifier and Type Method 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.int
WikiModuleInfo. compareTo(WikiModuleInfo mod)
-
Uses of WikiModuleInfo in org.apache.wiki.plugin
Subclasses of WikiModuleInfo in org.apache.wiki.plugin Modifier and Type Class Description static class
DefaultPluginManager.WikiPluginInfo
Contains information about a bunch of plugins.Methods in org.apache.wiki.plugin that return types with arguments of type WikiModuleInfo Modifier and Type Method Description java.util.Collection<WikiModuleInfo>
DefaultPluginManager. modules()
Returns a collection of modules currently managed by this ModuleManager. -
Uses of WikiModuleInfo in org.apache.wiki.ui
Methods in org.apache.wiki.ui that return WikiModuleInfo Modifier and Type Method Description WikiModuleInfo
DefaultTemplateManager. getModuleInfo(java.lang.String moduleName)
Returns theWikiModuleInfo
information about the provided moduleName.Methods in org.apache.wiki.ui that return types with arguments of type WikiModuleInfo Modifier and Type Method 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. -
Uses of WikiModuleInfo in org.apache.wiki.ui.admin.beans
Methods in org.apache.wiki.ui.admin.beans that return types with arguments of type WikiModuleInfo Modifier and Type Method Description protected java.util.Collection<WikiModuleInfo>
FilterBean. modules()
Obtains the collection of modules which is going to be inspected atModuleBean.doGet(Context)
.protected abstract java.util.Collection<WikiModuleInfo>
ModuleBean. modules()
Obtains the collection of modules which is going to be inspected atModuleBean.doGet(Context)
.protected java.util.Collection<WikiModuleInfo>
PluginBean. modules()
Obtains the collection of modules which is going to be inspected atModuleBean.doGet(Context)
.Methods in org.apache.wiki.ui.admin.beans with parameters of type WikiModuleInfo Modifier and Type Method Description protected org.jdom2.Element
FilterBean. rowBody(WikiModuleInfo info)
html blob describingElement
describing attributesprotected abstract org.jdom2.Element
ModuleBean. rowBody(WikiModuleInfo module)
html blob describingElement
describing attributesprotected org.jdom2.Element
PluginBean. rowBody(WikiModuleInfo plugin)
html blob describingElement
describing attributesprotected java.lang.String
ModuleBean. validModuleVersion(WikiModuleInfo info)
-