HbOnLineConfigServiceImpl hbOnlineService=(HbOnLineConfigServiceImpl) WebContextFactoryUtil.getBean("cn.hbgroup.osm.service.impl.HbOnLineConfigServiceImpl");
這段代碼可以直接使用 HbOnLineConfigServiceImpl 是你要獲取的實現類;
"cn.hbgroup.osm.service.impl.HbOnLineConfigServiceImpl"是該類的全路徑。