public interface GenericHTTPHandler
| Modifier and Type | Method and Description |
|---|---|
String |
doGet(Context context)
Return basic HTML.
|
String |
doPost(Context context)
Handles a POST response.
|
String |
getId()
Get an identifier for this particular AdminBean.
|
String getId()
String doGet(Context context)
context - associated WikiContextCopyright © 2001-2020 The Apache Software Foundation. All rights reserved.