根据BEAN名称获取Spring实例
最后在 appilication.xml 文件中加上以下配置即可<!-- 配置Spring ApplicationContext ,可获取spring容器中的实例ben --><bean class="com.loon.ewf.web.WebContextFactoryUtil"></bean>
发布时间: 2012-09-10 22:20:13 作者: rapoo
根据BEAN名称获取Spring实例
最后在 appilication.xml 文件中加上以下配置即可<!-- 配置Spring ApplicationContext ,可获取spring容器中的实例ben --><bean class="com.loon.ewf.web.WebContextFactoryUtil"></bean>