Abstract
is the plugin manager (ext) type
is the plugin API factory type
is the type identifying the Ext
interfaces supported by the plugin manager
Protected
apiPrivate
Readonly
backendProtected
Readonly
bannerPrivate
Readonly
extProtected
Readonly
loadProtected
Readonly
pluginProtected
Readonly
rpcProtected
Abstract
createAPIFactoryProtected
Abstract
createCreate the PluginHost that is required by my plugin manager ext interface to delegate critical behaviour such as loading and initializing plugins to me.
Protected
getProtected
Abstract
initInitialize the end of the given provided extension API applicable to the current plugin host. Errors should be propagated to the caller.
the extension API to initialize, if appropriate
if any error occurs in initializing the extension API
Protected
register
Handle the RPC calls.