天天看点

JSP页面调用Spring容器注入的Bean

首先在jsp中导入:

<jsp:directive.page import="org.springframework.web.context.WebApplicationContext"/>
           

然后可以调用Spring容器管理的Bean了: