public abstract class WikiFormAdminBean extends Object implements AdminBean
| Constructor and Description |
|---|
WikiFormAdminBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
doGet(WikiContext context)
Return basic HTML.
|
abstract String |
getForm(WikiContext context) |
String |
handlePost(WikiContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
abstract void |
handleResponse(WikiContext context,
Map<?,?> params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTitle, getType, initializedoPost, getIdpublic WikiFormAdminBean()
public abstract String getForm(WikiContext context)
public abstract void handleResponse(WikiContext context, Map<?,?> params)
public String doGet(WikiContext context)
GenericHTTPHandlerdoGet in interface GenericHTTPHandlerpublic String handlePost(WikiContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.