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
-
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:
execute
in interfacePlugin
- Throws:
PluginException
-
getServletMapping
- Specified by:
getServletMapping
in 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:
service
in interfaceWikiAjaxServlet
- Throws:
javax.servlet.ServletException
IOException
-