| Package | Description | 
|---|---|
| org.apache.wiki.api.engine | 
 JSPWiki's WikiEngine Managers package. 
 | 
| org.apache.wiki.plugin | 
 Provides plugins to the JSPWiki. 
 | 
| org.apache.wiki.ui.admin.beans | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultPluginManager.WikiPluginInfo | 
PluginManager.getModuleInfo(String pluginName)
Returns the  
DefaultPluginManager.WikiPluginInfo information about the provided pluginName. | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultPluginManager.WikiPluginInfo | 
DefaultPluginManager.getModuleInfo(String moduleName)
Returns the  
WikiModuleInfo information about the provided moduleName. | 
protected static DefaultPluginManager.WikiPluginInfo | 
DefaultPluginManager.WikiPluginInfo.newInstance(Class<?> clazz)
Create a new WikiPluginInfo based on the Class information. 
 | 
protected static DefaultPluginManager.WikiPluginInfo | 
DefaultPluginManager.WikiPluginInfo.newInstance(String className,
           org.jdom2.Element el,
           List<String> searchPath,
           List<String> externalJars)
Creates a new plugin info object which can be used to access a plugin. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DefaultPluginManager.WikiPluginInfo.initializePlugin(DefaultPluginManager.WikiPluginInfo info,
                WikiEngine engine,
                List<String> searchPath,
                List<String> externalJars)
Initializes a plugin, if it has not yet been initialized. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Collection<DefaultPluginManager.WikiPluginInfo> | 
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 | 
PluginBean.rowBody(DefaultPluginManager.WikiPluginInfo plugin)
html blob describing 
Element describing attributes | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.