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