Package org.apache.wiki.plugin
Class SampleAjaxPlugin
java.lang.Object
org.apache.wiki.plugin.SampleAjaxPlugin
- All Implemented Interfaces:
WikiAjaxServlet,Plugin
- Since:
- 2.10.2-svn10 updated according to https://issues.apache.org/jira/browse/JSPWIKI-1195
-
Field Summary
Fields inherited from interface org.apache.wiki.api.plugin.Plugin
CORE_PLUGINS_RESOURCEBUNDLE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SampleAjaxPlugin
public SampleAjaxPlugin()
-
-
Method Details
-
execute
- Specified by:
executein interfacePlugin- Throws:
PluginException
-
getServletMapping
- Specified by:
getServletMappingin interfaceWikiAjaxServlet
-
service
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String actionName, List<String> params) throws javax.servlet.ServletException, IOException - Specified by:
servicein interfaceWikiAjaxServlet- Throws:
javax.servlet.ServletExceptionIOException
-