struts2 工作原理和执行流程

1.客户端发送url请求:http://localhost:8080/Struts2_0100_Introduction/hello 2.读取webapplication 即Struts2_0100_Introduction 找到这个webapp里的web.xml文件 3.读取web.xml文件里的filter 过滤url地址 对查找对应的struts.xml文件 4.在struts.xml文件里
相关文章
相关标签/搜索