Uses of Class
org.apache.wiki.modules.WikiModuleInfo
Packages that use WikiModuleInfo
Package
Description
Provides page and content filtering functionality for JSPWiki.
Provides plugins to the JSPWiki.
Java classes for management of the JSP user interface.
-
Uses of WikiModuleInfo in org.apache.wiki.filters
Methods in org.apache.wiki.filters that return types with arguments of type WikiModuleInfoModifier and TypeMethodDescriptionDefaultFilterManager.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 WikiModuleInfoMethods in org.apache.wiki.modules that return WikiModuleInfoModifier and TypeMethodDescriptionModuleManager.getModuleInfo(String moduleName) Returns theWikiModuleInfoinformation about the provided moduleName.Methods in org.apache.wiki.modules that return types with arguments of type WikiModuleInfoModifier and TypeMethodDescriptionprotected <T extends WikiModuleInfo>
Collection<WikiModuleInfo>ModuleManager.modules()Returns a collection of modules currently managed by this ModuleManager.Methods in org.apache.wiki.modules with parameters of type WikiModuleInfoModifier and TypeMethodDescriptionbooleanBaseModuleManager.checkCompatibility(WikiModuleInfo info) Returns true, if the given module is compatible with this version of JSPWiki.booleanModuleManager.checkCompatibility(WikiModuleInfo info) Returns true, if the given module is compatible with this version of JSPWiki.intWikiModuleInfo.compareTo(WikiModuleInfo mod) -
Uses of WikiModuleInfo in org.apache.wiki.plugin
Subclasses of WikiModuleInfo in org.apache.wiki.pluginModifier and TypeClassDescriptionstatic final classContains information about a bunch of plugins.Methods in org.apache.wiki.plugin that return types with arguments of type WikiModuleInfoModifier and TypeMethodDescriptionDefaultPluginManager.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 WikiModuleInfoModifier and TypeMethodDescriptionDefaultTemplateManager.getModuleInfo(String moduleName) Returns theWikiModuleInfoinformation about the provided moduleName.Methods in org.apache.wiki.ui that return types with arguments of type WikiModuleInfo -
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 WikiModuleInfoModifier and TypeMethodDescriptionprotected Collection<WikiModuleInfo>FilterBean.modules()Obtains the collection of modules which is going to be inspected atModuleBean.doGet(Context).protected abstract Collection<WikiModuleInfo>ModuleBean.modules()Obtains the collection of modules which is going to be inspected atModuleBean.doGet(Context).protected 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 WikiModuleInfoModifier and TypeMethodDescriptionprotected org.jdom2.ElementFilterBean.rowBody(WikiModuleInfo info) html blob describingElementdescribing attributesprotected abstract org.jdom2.ElementModuleBean.rowBody(WikiModuleInfo module) html blob describingElementdescribing attributesprotected org.jdom2.ElementPluginBean.rowBody(WikiModuleInfo plugin) html blob describingElementdescribing attributesprotected StringModuleBean.validModuleVersion(WikiModuleInfo info)