Plugin handler implements the functionality for loading a plugin from the associated plugin file. More...
Public Member Functions | |
| Plugin | handle (String url, boolean silent) |
| Callback received when Kanzi chooses this plugin handler for loading a particular url. More... | |
Plugin handler implements the functionality for loading a plugin from the associated plugin file.
| Plugin handle | ( | String | url, |
| boolean | silent | ||
| ) |
Callback received when Kanzi chooses this plugin handler for loading a particular url.
| url | URL of the plugin. |
| silent | True if failures should be silent, i.e. exceptions should not be thrown. |