- <%
- WebApplicationContext context = (WebApplicationContext)this.getServletContext().getAttribute(WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE);
- TestService service = (TestService)context.getBean("testService");
- %>
posted on 2013-08-08 14:48
邦 阅读(229)
评论(0) 编辑 收藏 所属分类:
JSP