ExtensionService should allow to declare the service class

Issue #7 new
Stefan Isele created an issue

ExtensionService does not allow to declare the service class in the plugin.json so for each service a subclass of ExtensionService has to be created where the service is instantiated.

ExtensionService.__createService should check whether a service class is declared and if, create an instance using the url ais constructor arg.

Comments (0)

  1. Log in to comment