Package org.apache.wiki.ui.admin
Class WikiFormAdminBean
java.lang.Object
org.apache.wiki.ui.admin.WikiFormAdminBean
- All Implemented Interfaces:
AdminBean,GenericHTTPHandler
public abstract class WikiFormAdminBean extends java.lang.Object implements AdminBean
This class is still experimental.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WikiFormAdminBean() -
Method Summary
Modifier and Type Method Description java.lang.StringdoGet(Context context)Return basic HTML.abstract java.lang.StringgetForm(Context context)java.lang.StringhandlePost(Context context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)abstract voidhandleResponse(Context context, java.util.Map<?,?> params)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wiki.ui.admin.AdminBean
getTitle, getType, initializeMethods inherited from interface org.apache.wiki.ui.GenericHTTPHandler
doPost, getId
-
Constructor Details
-
WikiFormAdminBean
public WikiFormAdminBean()
-
-
Method Details
-
getForm
-
handleResponse
-
doGet
Description copied from interface:GenericHTTPHandlerReturn basic HTML.- Specified by:
doGetin interfaceGenericHTTPHandler- Parameters:
context- associated WikiContext- Returns:
- the HTML for the bean
-
handlePost
public java.lang.String handlePost(Context context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-