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 |
|---|---|
java.lang.String |
getTitle()
Return a human-readable title for this AdminBean.
|
int |
getType()
Returns a type (UNKNOWN, EDITOR, etc).
|
void |
initialize(Engine engine) |
doGet, doPost, getIdstatic final int UNKNOWN
static final int CORE
static final int EDITOR
void initialize(Engine engine)
java.lang.String getTitle()
int getType()
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.