摘要: //动态注入的方法/** * 通过BeanDefinition注册bean到spring context,无则加入,有则修改 * @param cxt spring context * @param beanId * @param classPath 类路径 * @param pvs bean属性值 */public void reg(ApplicationContext cxt, String beanId, String classPath, Map pvs){BeanDefinition bdef = new GenericBeanDefinition() ; bdef.setBean. 阅读全文
posted @ 2013-11-25 13:25 行-云 阅读(2321) 评论(0) 推荐(0) 编辑