struts1学习笔记2----执行流程图(简单)

struts1学习笔记2----执行流程图(简单)_第1张图片

1首先加载web.xml文件,(ActionServlet的装载)struts-config.xml描述的Action

2.提交页面---->ActionServlet---->ActionForm装载------->Action分配------>forward跳转


你可能感兴趣的:(struts1)