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