1920212223242526
} public void start(BundleContext bundleContext) throws Exception { Activator.context = bundleContext; // 注册视图渲染服务 viewRenderService = new ViewRenderServiceImpl(); viewRenderService.registerService(bundleContext); }