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
WikiAjaxServlet given the servletAlias that it was registered with. |
Modifier and Type | Method and Description |
---|---|
static void |
WikiAjaxDispatcherServlet.registerServlet(String alias,
WikiAjaxServlet servlet)
Register a
WikiAjaxServlet with a specific alias, and default permission PagePermission.VIEW . |
static void |
WikiAjaxDispatcherServlet.registerServlet(String alias,
WikiAjaxServlet servlet,
Permission perm)
Regster a
WikiAjaxServlet given an alias, the servlet, and the permission. |
static void |
WikiAjaxDispatcherServlet.registerServlet(WikiAjaxServlet servlet)
Register a
WikiAjaxServlet using the servlet mapping as the alias |
Modifier and Type | Class and Description |
---|---|
static class |
UserManager.JSONUserModule
Implements the JSON API for usermanager.
|
Modifier and Type | Class and Description |
---|---|
class |
SampleAjaxPlugin |
Modifier and Type | Class and Description |
---|---|
class |
SearchManager.JSONSearch
Provides a JSON RPC API to the JSPWiki Search Engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressManager.JSONTracker
Provides access to a progress indicator, assuming you know the ID.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.