public interface AdminBean extends GenericHTTPHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
CORE |
static int |
EDITOR |
static int |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Return a human-readable title for this AdminBean.
|
int |
getType()
Returns a type (UNKNOWN, EDITOR, etc).
|
void |
initialize(WikiEngine engine) |
doGet, doPost, getIdstatic final int UNKNOWN
static final int CORE
static final int EDITOR
void initialize(WikiEngine engine)
String getTitle()
int getType()
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.