public class SampleAjaxPlugin extends Object implements Plugin, WikiAjaxServlet
CORE_PLUGINS_RESOURCEBUNDLE| Constructor and Description |
|---|
SampleAjaxPlugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Context context,
Map<String,String> params) |
String |
getServletMapping() |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String actionName,
List<String> params) |
public SampleAjaxPlugin()
public String execute(Context context, Map<String,String> params) throws PluginException
execute in interface PluginPluginExceptionpublic String getServletMapping()
getServletMapping in interface WikiAjaxServletpublic void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String actionName, List<String> params) throws javax.servlet.ServletException, IOException
service in interface WikiAjaxServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2001-2020 The Apache Software Foundation. All rights reserved.