public class UserBean extends SimpleAdminBean
m_engine
m_beanInfo
Constructor and Description |
---|
UserBean(WikiEngine engine) |
Modifier and Type | Method and Description |
---|---|
String |
doPost(WikiContext context)
Not implemented yet.
|
String[] |
getAttributeNames()
This method must return a list of attributes which are
exposed by the SimpleMBean.
|
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).
|
doGet, getId, initialize
getAttribute, getAttributes, getDescription, getMBeanInfo, invoke, setAttribute, setAttributes
public UserBean(WikiEngine engine) throws NotCompliantMBeanException
NotCompliantMBeanException
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
public String doPost(WikiContext context)
SimpleAdminBean
doPost
in interface GenericHTTPHandler
doPost
in class SimpleAdminBean
public String getTitle()
AdminBean
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.