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 theWikiAjaxServletgiven the servletAlias that it was registered with.Methods in org.apache.wiki.ajax with parameters of type WikiAjaxServletModifier and TypeMethodDescriptionstatic voidWikiAjaxDispatcherServlet.registerServlet(String alias, WikiAjaxServlet servlet) Register aWikiAjaxServletwith a specific alias, and default permissionPagePermission.VIEW.static voidWikiAjaxDispatcherServlet.registerServlet(String alias, WikiAjaxServlet servlet, Permission perm) Regster aWikiAjaxServletgiven an alias, the servlet, and the permission.static voidWikiAjaxDispatcherServlet.registerServlet(WikiAjaxServlet servlet) Register aWikiAjaxServletusing 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 classImplements 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 TypeClassDescriptionclassProvides 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 TypeClassDescriptionclassProvides access to a progress indicator, assuming you know the ID.