You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a. 浏览器获取请求;
b. 接收请求;
c. 开始路径的解析;
d. 获取相应的控制层类;
e. 如果不能获取到,则跳转到404、500之类的错误页;
f. 如果可以获取到,则进行服务器端验证处理;
g. 服务器端验证失败,则获取错误页,进行跳转;
h. 服务器端验证通过,则利用Javasist进行解析,然后获取到数据,进行数据的转型,对象的注入,以及Action的调用,之后返回路径,进行页面的跳转。