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, wait
getTitle, getType, initialize
doPost, getId
public WikiFormAdminBean()
public abstract String getForm(WikiContext context)
public abstract void handleResponse(WikiContext context, Map params)
public String doGet(WikiContext context)
GenericHTTPHandler
doGet
in interface GenericHTTPHandler
public String handlePost(WikiContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.