s2sh全注解整合,struts2如何用springIOC容器中的action对象? 5
2个回答
展开全部
分三步:
1.2:用org.springframework.web.struts.DelegatingActionProxy类截获Action的生成 <action
attribute="loginForm"
input="/login.jsp"
name="loginForm"
path="/login"
scope="request"
type="org.springframework.web.struts.DelegatingActionProxy" />
</action-mappings>
2.将Action的生成在这里截取掉,命令其在Spring框架中生成
<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
<set-property property="contextConfigLocation"
value="/WEB-INF/applicationContext.xml" />
</plug-in>
3.在spring配置文件:<bean name="/login" class="prj23_1.action.LoginAction" singleton="false">
1.2:用org.springframework.web.struts.DelegatingActionProxy类截获Action的生成 <action
attribute="loginForm"
input="/login.jsp"
name="loginForm"
path="/login"
scope="request"
type="org.springframework.web.struts.DelegatingActionProxy" />
</action-mappings>
2.将Action的生成在这里截取掉,命令其在Spring框架中生成
<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
<set-property property="contextConfigLocation"
value="/WEB-INF/applicationContext.xml" />
</plug-in>
3.在spring配置文件:<bean name="/login" class="prj23_1.action.LoginAction" singleton="false">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询