public class FilterBean extends ModuleBean
m_enginem_beanInfo| Constructor and Description |
|---|
FilterBean(Engine engine) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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 java.util.Collection<WikiModuleInfo> |
modules()
Obtains the collection of modules which is going to be inspected at
ModuleBean.doGet(Context). |
protected org.jdom2.Element |
rowBody(WikiModuleInfo info)
html blob describing
Element describing attributes |
containerForModuleDetail, doGet, getAttributeNames, getMethodNames, title, validModuleVersiondoPost, getId, initializegetAttribute, getAttributes, getDescription, getMBeanInfo, invoke, setAttribute, setAttributespublic FilterBean(Engine engine) throws javax.management.NotCompliantMBeanException
javax.management.NotCompliantMBeanExceptionpublic java.lang.String getTitle()
public int getType()
protected java.util.Collection<WikiModuleInfo> modules()
ModuleBean.doGet(Context).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 info)
Element describing attributesrowBody in class ModuleBeaninfo - WikiModuleInfo inspected.Element describing the Element inspected.Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.