摘要: import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; /** * 手动从Spring WebApplicationContext 容器中获得bean */ public class BeanUtils implements ApplicationContextAware { private static Appl... 阅读全文
posted @ 2011-09-29 10:03 ITA之路 阅读(375) 评论(0) 推荐(0)