service引用

已引用 attachmentManager 为例

ApplicationContext applicationContext = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
        AttachmentManager attachmentManager = (AttachmentManager)applicationContext.getBean("attachmentManager");
posted @ 2014-07-16 15:51  礼拜天001  阅读(136)  评论(0)    收藏  举报