Uses of Interface
org.apache.wiki.rpc.RPCCallable

Packages that use RPCCallable
org.apache.wiki.auth Authentication, Authorization and the third A thing. 
org.apache.wiki.plugin Provides plugins to the JSPWiki. 
org.apache.wiki.rpc   
org.apache.wiki.rpc.json Provides utility classes for using the JSON-RPC AJAX library. 
org.apache.wiki.search Provides the JSPWiki search functionality. 
org.apache.wiki.ui.progress Provides progress management routines. 
 

Uses of RPCCallable in org.apache.wiki.auth
 

Classes in org.apache.wiki.auth that implement RPCCallable
static class UserManager.JSONUserModule
          Implements the JSON API for usermanager.
 

Uses of RPCCallable in org.apache.wiki.plugin
 

Classes in org.apache.wiki.plugin that implement RPCCallable
 class RPCSamplePlugin
          Simple plugin which shows how to add JSON calls to your plugin.
 

Uses of RPCCallable in org.apache.wiki.rpc
 

Methods in org.apache.wiki.rpc with parameters of type RPCCallable
static String RPCManager.getId(RPCCallable c)
          Gets an unique RPC ID for a callable object.
 

Uses of RPCCallable in org.apache.wiki.rpc.json
 

Methods in org.apache.wiki.rpc.json with parameters of type RPCCallable
static String JSONRPCManager.emitJSONCall(WikiContext context, RPCCallable c, String function, String params)
          Emits JavaScript to do a JSON RPC Call.
static void JSONRPCManager.registerGlobalObject(String id, RPCCallable object)
          Registers a global object (i.e. something which can be called by any JSP page).
static void JSONRPCManager.registerGlobalObject(String id, RPCCallable object, Permission perm)
          Registers a global object (i.e. something which can be called by any JSP page) with a specific permission.
static String JSONRPCManager.registerJSONObject(WikiContext context, RPCCallable c)
          Registers a callable to JSON global bridge and requests JSON libraries to be added to the page.
 

Uses of RPCCallable in org.apache.wiki.search
 

Classes in org.apache.wiki.search that implement RPCCallable
 class SearchManager.JSONSearch
          Provides a JSON RPC API to the JSPWiki Search Engine.
 

Uses of RPCCallable in org.apache.wiki.ui.progress
 

Classes in org.apache.wiki.ui.progress that implement RPCCallable
 class ProgressManager.JSONTracker
          Provides access to a progress indicator, assuming you know the ID.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.