Uses of Interface
org.apache.wiki.ajax.WikiAjaxServlet
-
Packages that use WikiAjaxServlet Package Description org.apache.wiki.ajax AJAX support classes.org.apache.wiki.auth Authentication, Authorization and the third A thing.org.apache.wiki.plugin Provides plugins to the JSPWiki.org.apache.wiki.search Provides the JSPWiki search functionality.org.apache.wiki.ui.progress Provides progress management routines. -
-
Uses of WikiAjaxServlet in org.apache.wiki.ajax
Methods in org.apache.wiki.ajax that return WikiAjaxServlet Modifier and Type Method Description WikiAjaxServlet
WikiAjaxDispatcherServlet. findServletByName(java.lang.String servletAlias)
Find theWikiAjaxServlet
given the servletAlias that it was registered with.Methods in org.apache.wiki.ajax with parameters of type WikiAjaxServlet Modifier and Type Method Description static void
WikiAjaxDispatcherServlet. registerServlet(java.lang.String alias, WikiAjaxServlet servlet)
Register aWikiAjaxServlet
with a specific alias, and default permissionPagePermission.VIEW
.static void
WikiAjaxDispatcherServlet. registerServlet(java.lang.String alias, WikiAjaxServlet servlet, java.security.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 WikiAjaxServlet Modifier and Type Class Description static class
DefaultUserManager.JSONUserModule
Implements the JSON API for usermanager. -
Uses of WikiAjaxServlet in org.apache.wiki.plugin
Classes in org.apache.wiki.plugin that implement WikiAjaxServlet Modifier and Type Class Description class
SampleAjaxPlugin
-
Uses of WikiAjaxServlet in org.apache.wiki.search
Classes in org.apache.wiki.search that implement WikiAjaxServlet Modifier and Type Class Description class
DefaultSearchManager.JSONSearch
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 WikiAjaxServlet Modifier and Type Class Description class
DefaultProgressManager.JSONTracker
Provides access to a progress indicator, assuming you know the ID.
-