public class PluginBean extends ModuleBean
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<WikiModuleInfo> |
modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(WikiContext) . |
protected org.jdom2.Element |
rowBody(WikiModuleInfo 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<WikiModuleInfo> modules()
ModuleBean.doGet(WikiContext)
.modules
in class ModuleBean
WikiModuleInfo
protected org.jdom2.Element heading()
WikiModuleInfo
inspected.heading
in class ModuleBean
Element
describing the values of each WikiModuleInfo
inspected.protected org.jdom2.Element rowBody(WikiModuleInfo plugin)
Element
describing attributesrowBody
in class ModuleBean
plugin
- WikiModuleInfo
inspected.Element
describing the Element
inspected.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.