public class PluginBean extends ModuleBean<DefaultPluginManager.WikiPluginInfo>
m_engine
m_beanInfo
Constructor and Description |
---|
PluginBean(WikiEngine engine) |
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Return a human-readable title for this AdminBean.
|
int |
getType()
Returns a type (UNKNOWN, EDITOR, etc).
|
protected org.jdom2.Element |
heading()
html blob describing the values of each
WikiModuleInfo inspected. |
protected Collection<DefaultPluginManager.WikiPluginInfo> |
modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(WikiContext) . |
protected org.jdom2.Element |
rowBody(DefaultPluginManager.WikiPluginInfo plugin)
html blob describing
Element describing attributes |
containerForModuleDetail, doGet, getAttributeNames, getMethodNames, title, validModuleVersion
doPost, getId, initialize
getAttribute, getAttributes, getDescription, getMBeanInfo, invoke, setAttribute, setAttributes
public PluginBean(WikiEngine engine) throws NotCompliantMBeanException
NotCompliantMBeanException
public String getTitle()
public int getType()
protected Collection<DefaultPluginManager.WikiPluginInfo> modules()
ModuleBean.doGet(WikiContext)
.modules
in class ModuleBean<DefaultPluginManager.WikiPluginInfo>
WikiModuleInfo
protected org.jdom2.Element heading()
WikiModuleInfo
inspected.heading
in class ModuleBean<DefaultPluginManager.WikiPluginInfo>
Element
describing the values of each WikiModuleInfo
inspected.protected org.jdom2.Element rowBody(DefaultPluginManager.WikiPluginInfo plugin)
Element
describing attributesrowBody
in class ModuleBean<DefaultPluginManager.WikiPluginInfo>
plugin
- WikiModuleInfo
inspected.Element
describing the Element
inspected.Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.