
public class PluginBean extends ModuleBean<DefaultPluginManager.WikiPluginInfo>
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<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, validModuleVersiondoPost, getId, initializegetAttribute, getAttributes, getDescription, getMBeanInfo, invoke, setAttribute, setAttributespublic PluginBean(WikiEngine engine) throws NotCompliantMBeanException
NotCompliantMBeanExceptionpublic String getTitle()
public int getType()
protected Collection<DefaultPluginManager.WikiPluginInfo> modules()
ModuleBean.doGet(WikiContext).modules in class ModuleBean<DefaultPluginManager.WikiPluginInfo>WikiModuleInfoprotected 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.