|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.wiki.management.SimpleMBean org.apache.wiki.ui.admin.SimpleAdminBean org.apache.wiki.ui.admin.beans.CoreBean
public class CoreBean
An AdminBean which manages the JSPWiki core operations.
Field Summary |
---|
Fields inherited from class org.apache.wiki.management.SimpleMBean |
---|
m_beanInfo |
Fields inherited from interface org.apache.wiki.ui.admin.AdminBean |
---|
CORE, EDITOR, UNKNOWN |
Constructor Summary | |
---|---|
CoreBean(WikiEngine engine)
|
Method Summary | |
---|---|
String[] |
getAttributeNames()
This method must return a list of attributes which are exposed by the SimpleMBean. |
String |
getId()
By default, this method returns the class name of the bean. |
String[] |
getMethodNames()
This method must return a list of operations which are to be exposed by the SimpleMBean. |
int |
getPages()
Return the page count in the Wiki. |
String |
getPagesDescription()
|
String |
getTitle()
Return a human-readable title for this AdminBean. |
int |
getType()
Returns a type (UNKNOWN, EDITOR, etc). |
String |
getVersion()
|
String |
getVersionDescription()
|
Methods inherited from class org.apache.wiki.ui.admin.SimpleAdminBean |
---|
doGet, doPost, initialize |
Methods inherited from class org.apache.wiki.management.SimpleMBean |
---|
getAttribute, getAttributes, getDescription, getMBeanInfo, invoke, setAttribute, setAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreBean(WikiEngine engine) throws NotCompliantMBeanException
NotCompliantMBeanException
Method Detail |
---|
public int getPages()
public String getPagesDescription()
public String getVersion()
public String getVersionDescription()
public String getTitle()
AdminBean
public int getType()
AdminBean
public String getId()
SimpleAdminBean
getId
in interface GenericHTTPHandler
getId
in class SimpleAdminBean
public String[] getAttributeNames()
SimpleMBean
public void setFoo( String foo ) ... public String getFoo() ... public String[] getAttributeNames() { String[] attrs = { "foo" }; return attrs; }Also, methods starting with "is" are also recognized as getters (e.g.
public boolean isFoo()
.)
getAttributeNames
in class SimpleMBean
public String[] getMethodNames()
SimpleMBean
getMethodNames
in class SimpleMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |