Uses of Interface
com.ecyrd.jspwiki.rpc.RPCCallable

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

Uses of RPCCallable in com.ecyrd.jspwiki.auth
 

Classes in com.ecyrd.jspwiki.auth that implement RPCCallable
static class UserManager.JSONUserModule
          Implements the JSON API for usermanager.
 

Uses of RPCCallable in com.ecyrd.jspwiki.plugin
 

Classes in com.ecyrd.jspwiki.plugin that implement RPCCallable
 class RPCSamplePlugin
          Simple plugin which shows how to add JSON calls to your plugin.
 

Uses of RPCCallable in com.ecyrd.jspwiki.rpc
 

Methods in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.rpc.json
 

Methods in com.ecyrd.jspwiki.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 com.ecyrd.jspwiki.search
 

Classes in com.ecyrd.jspwiki.search that implement RPCCallable
 class SearchManager.JSONSearch
          Provides a JSON RPC API to the JSPWiki Search Engine.
 

Uses of RPCCallable in com.ecyrd.jspwiki.ui.progress
 

Classes in com.ecyrd.jspwiki.ui.progress that implement RPCCallable
 class ProgressManager.JSONTracker
          Provides access to a progress indicator, assuming you know the ID.