Struts2 result 集型別列表

2021-07-04 16:27:37 字數 692 閱讀 2894

原始檔案在 struts-default.xml

檔案中找。

1、dispatcher 型別

說明:最常用的結果型別,也是struts

框架預設的結果型別。

作用:**

第一種寫法:

/resulttype/successdispatcher.jsp

第二種寫法:

/resulttype/successdispatcher.jsp

2、redirect 型別:

說明:如果用redirect

型別,則在

reuqest

作用域的值不能傳遞到前台。

作用:重定向

3、redirectaction型別:

說明:把結果型別重新定向到action

可以接受兩種引數:

a) actionname: action的名字

b) namespace: 命名空間

第一種方式:

resulttype/redirectactionaction.action

第二種方式:

resulttype/redirectactionaction.action

Struts2 result的幾種type型別說明

標籤在struts2 mvc框架中扮演檢視的角色。action負責執行業務邏輯,下一步就是使用標籤顯示檢視。通常action會配置多個可能的結果字串以及多個不同的檢視來渲染乙個處理結果,struts提供了許多預定義的結果型別,我們已經看到的是預設的結果型別dispatcher,它用於分發到jsp頁面...

struts2 action中result引數詳解

chain 用來處理action鏈 com.opensymphony.xwork2.actionchainresult dispatcher 用來轉向頁面,通常處理jsp org.apache.struts2.dispatcher.servletdispatcherresult freemaker ...

struts2 action中result引數詳解

chain 用來處理action鏈 com.opensymphony.xwork2.actionchainresult dispatcher 用來轉向頁面,通常處理jsp org.apache.struts2.dispatcher.servletdispatcherresult freemaker ...