Uses of Interface
org.apache.wiki.ajax.WikiAjaxServlet
Packages that use WikiAjaxServlet
Package
Description
AJAX support classes.
Authentication, Authorization and the third A thing.
Provides plugins to the JSPWiki.
Provides the JSPWiki search functionality.
Provides progress management routines.
-
Uses of WikiAjaxServlet in org.apache.wiki.ajax
Methods in org.apache.wiki.ajax that return WikiAjaxServletModifier and TypeMethodDescriptionWikiAjaxDispatcherServlet.findServletByName
(String servletAlias) Find theWikiAjaxServlet
given the servletAlias that it was registered with.Methods in org.apache.wiki.ajax with parameters of type WikiAjaxServletModifier and TypeMethodDescriptionstatic void
WikiAjaxDispatcherServlet.registerServlet
(String alias, WikiAjaxServlet servlet) Register aWikiAjaxServlet
with a specific alias, and default permissionPagePermission.VIEW
.static void
WikiAjaxDispatcherServlet.registerServlet
(String alias, WikiAjaxServlet servlet, Permission perm) Regster aWikiAjaxServlet
given an alias, the servlet, and the permission.static void
WikiAjaxDispatcherServlet.registerServlet
(WikiAjaxServlet servlet) Register aWikiAjaxServlet
using the servlet mapping as the alias -
Uses of WikiAjaxServlet in org.apache.wiki.auth
Classes in org.apache.wiki.auth that implement WikiAjaxServletModifier and TypeClassDescriptionstatic final class
Implements the JSON API for usermanager. -
Uses of WikiAjaxServlet in org.apache.wiki.plugin
Classes in org.apache.wiki.plugin that implement WikiAjaxServlet -
Uses of WikiAjaxServlet in org.apache.wiki.search
Classes in org.apache.wiki.search that implement WikiAjaxServletModifier and TypeClassDescriptionclass
Provides a JSON AJAX API to the JSPWiki Search Engine. -
Uses of WikiAjaxServlet in org.apache.wiki.ui.progress
Classes in org.apache.wiki.ui.progress that implement WikiAjaxServletModifier and TypeClassDescriptionclass
Provides access to a progress indicator, assuming you know the ID.