Package org.apache.wiki.ui.admin
Interface AdminBean
- All Superinterfaces:
GenericHTTPHandler
- All Known Implementing Classes:
CoreBean
,FilterBean
,ModuleBean
,PlainEditorAdminBean
,PluginBean
,SearchManagerBean
,SimpleAdminBean
,UserBean
,WikiFormAdminBean
public interface AdminBean extends GenericHTTPHandler
Describes an administrative bean.
- Since:
- 2.5.52
-
Field Summary
-
Method Summary
Modifier and Type Method Description java.lang.String
getTitle()
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:
- Constant Field Values
-
CORE
- See Also:
- Constant Field Values
-
EDITOR
- See Also:
- Constant Field Values
-
-
Method Details