dispatcher / redirect / chain / redirectAction

dispatcher / redirect / chain / redirectAction

index.jsp

   

(1) dispatcher 

服务器端跳转, 客户端发送1次请求, 保存action中数据, action->jsp, 地址栏显示action路径

(2) redirect

客户端跳转, 客户端发送2次请求, 不能保存数据, 地址栏显示jsp

(3) chain

服务器端跳转, 客户端发送1次请求, 保存action中数据, action->action, 地址栏显示action路径

(4) redirectAction

客户端跳转, 客户端发送2次请求, 不能保存数据, 地址栏显示jsp

 

posted @ 2017-03-01 14:25  半生戎马,共话桑麻、  阅读(113)  评论(0)    收藏  举报
levels of contents