This class is used to manage plugins
| oscar. | This class is used to manage plugins |
| Properties | |
| registeredPlugins | This is a mapping of registered plugins |
| Functions | |
| register | This is the method to register a plugin |
| getPluginFor | Returns a plugin for the defined protocol string |
This is the method to register a plugin
register : function( type, pluginClass )
Returns a plugin for the defined protocol string
getPluginFor : function( pluginType )