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

    Fields
    Modifier and Type Field Description
    static int CORE  
    static int EDITOR  
    static int UNKNOWN  
  • 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