码迷,mamicode.com
首页 > Web开发 > 详细

struts2中web.xml的配置

时间:2014-05-08 19:34:20      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:style   class   color   c   rgb   name   

在web.xml</web-app>前添加的<filter></filter>和<filter-mapping></filter-mapping>

 

<filter> 

   <filter-name>struts2</filter-name>

   <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>

<filter/>

<filter-mapping>

   <filter-name>struts2</filter-name>

   <url-pattern>/*</url-pattern>

</filter-mapping>

 

struts2中web.xml的配置,布布扣,bubuko.com

struts2中web.xml的配置

标签:style   class   color   c   rgb   name   

原文地址:http://www.cnblogs.com/wry13172/p/3713619.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!