努力建设自己还有自己的空间!!
深入了解struts中的struts-config.xml
上一篇 /
下一篇 2007-06-15 14:07:13
/ 个人分类:java框架
弄清楚struts-config.xml中各项元素的作用,对于我们构建web项目有莫大的好处。<struts-config>是
struts的根元素,它主要有8个子元素,DTD定义如下:
<!ELEMENT struts-config
(data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in*)
>
收藏
分享给好友
推荐到圈子
管理
举报
TAG:
struts