Package org.apache.wiki.ui.admin
Interface AdminBean
- All Superinterfaces:
GenericHTTPHandler
- All Known Implementing Classes:
CoreBean
,FilterBean
,ModuleBean
,PlainEditorAdminBean
,PluginBean
,SearchManagerBean
,SimpleAdminBean
,UserBean
,WikiFormAdminBean
Describes an administrative bean.
- Since:
- 2.5.52
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
Return a human-readable title for this AdminBean.int
getType()
Returns a type (UNKNOWN, EDITOR, etc).void
initialize
(Engine engine) Methods inherited from interface org.apache.wiki.ui.GenericHTTPHandler
doGet, doPost, getId
-
Field Details
-
UNKNOWN
- See Also:
-
CORE
- See Also:
-
EDITOR
- See Also:
-
-
Method Details
-
initialize
-
getTitle
Return a human-readable title for this AdminBean.- Returns:
- the bean's title
-
getType
int getType()Returns a type (UNKNOWN, EDITOR, etc).- Returns:
- the bean's type
-