| Package | Description | 
|---|---|
| org.apache.wiki.ajax | |
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| WikiAjaxServlet | WikiAjaxDispatcherServlet. findServletByName(String servletAlias)Find the  WikiAjaxServletgiven the servletAlias that it was registered with. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | WikiAjaxDispatcherServlet. registerServlet(String alias,
               WikiAjaxServlet servlet)Register a  WikiAjaxServletwith a specific alias, and default permissionPagePermission.VIEW. | 
| static void | WikiAjaxDispatcherServlet. registerServlet(String alias,
               WikiAjaxServlet servlet,
               Permission perm)Regster a  WikiAjaxServletgiven an alias, the servlet, and the permission. | 
| static void | WikiAjaxDispatcherServlet. registerServlet(WikiAjaxServlet servlet)Register a  WikiAjaxServletusing the servlet mapping as the alias | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UserManager.JSONUserModuleImplements the JSON API for usermanager. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SampleAjaxPlugin | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SearchManager.JSONSearchProvides a JSON RPC API to the JSPWiki Search Engine. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProgressManager.JSONTrackerProvides access to a progress indicator, assuming you know the ID. | 
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.