public class PluginBean extends ModuleBean
m_enginem_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, validModuleVersiondoPost, getId, initializegetAttribute, getAttributes, getDescription, getMBeanInfo, invoke, setAttribute, setAttributespublic PluginBean(WikiEngine engine) throws NotCompliantMBeanException
NotCompliantMBeanExceptionpublic String getTitle()
public int getType()
protected Collection<WikiModuleInfo> modules()
ModuleBean.doGet(WikiContext).modules in class ModuleBeanWikiModuleInfoprotected org.jdom2.Element heading()
WikiModuleInfo inspected.heading in class ModuleBeanElement describing the values of each WikiModuleInfo inspected.protected org.jdom2.Element rowBody(WikiModuleInfo plugin)
Element describing attributesrowBody in class ModuleBeanplugin - WikiModuleInfo inspected.Element describing the Element inspected.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.