
public class PlainEditorAdminBean extends SimpleMBean implements AdminBean
m_beanInfo| Constructor and Description |
|---|
PlainEditorAdminBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
doGet(WikiContext context)
Return basic HTML.
|
String |
doPost(WikiContext context)
Handles a POST response.
|
String[] |
getAttributeNames()
This method must return a list of attributes which are
exposed by the SimpleMBean.
|
boolean |
getChecked() |
String |
getId()
Get an identifier for this particular AdminBean.
|
String[] |
getMethodNames()
This method must return a list of operations which
are to be exposed by the SimpleMBean.
|
String |
getTitle()
Return a human-readable title for this AdminBean.
|
int |
getType()
Returns a type (UNKNOWN, EDITOR, etc).
|
void |
initialize(WikiEngine engine) |
boolean |
isEnabled() |
getAttribute, getAttributes, getDescription, getMBeanInfo, invoke, setAttribute, setAttributespublic PlainEditorAdminBean() throws NotCompliantMBeanException
NotCompliantMBeanExceptionpublic String doGet(WikiContext context)
GenericHTTPHandlerdoGet in interface GenericHTTPHandlerpublic String doPost(WikiContext context)
GenericHTTPHandlerdoPost in interface GenericHTTPHandlerpublic String getTitle()
AdminBeanpublic int getType()
AdminBeanpublic boolean isEnabled()
public String getId()
GenericHTTPHandlergetId in interface GenericHTTPHandlerpublic boolean getChecked()
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 SimpleMBeanpublic String[] getMethodNames()
SimpleMBeangetMethodNames in class SimpleMBeanpublic void initialize(WikiEngine engine)
initialize in interface AdminBeanCopyright © 2001-2018 The Apache Software Foundation. All rights reserved.