struts2 中result中的type型別說明

2021-06-18 06:09:37 字數 872 閱讀 1755

chain    

用來處理action鏈,被跳轉的action中仍能獲取上個頁面的值,如request資訊。    

com.opensymphony.xwork2.actionchainresult    

dispatcher    

用來轉向頁面,通常處理jsp    

org.apache.struts2.dispatcher.servletdispatcherresult    

freemaker    

處理freemarker模板    

控制特殊http行為的結果型別    

重定向到乙個url ,被跳轉的頁面中丟失傳遞的資訊,如request   

org.apache.struts2.dispatcher.servletredirectresult    

redirectaction    

重定向到乙個action ,跳轉的頁面中丟失傳遞的資訊,如request      

org.apache.struts2.dispatcher.servletactionredirectresult    

redirect-action    

重定向到乙個action ,跳轉的頁面中丟失傳遞的資訊,如request      

org.apache.struts2.dispatcher.servletactionredirectresult

Struts2配置RESULT中TYPE的引數說明

chain 用來處理action鏈,被跳轉的action中仍能獲取上個頁面的值,如request資訊。com.opensymphony.xwork2.actionchainresult dispatcher 用來轉向頁面,通常處理jsp org.apache.struts2.dispatcher.s...

Struts2配置RESULT中TYPE的引數說明

chain 用來處理action鏈,被跳轉的action中仍能獲取上個頁面的值,如request資訊。com.opensymphony.xwork2.actionchainresult dispatcher 用來轉向頁面,通常處理jsp org.apache.struts2.dispatcher.s...

Struts2配置RESULT中TYPE的引數說明

chain 用來處理action鏈,被跳轉的action中仍能獲取上個頁面的值,如request資訊。com.opensymphony.xwork2.actionchainresult dispatcher 用來轉向頁面,通常處理jsp org.apache.struts2.dispatcher.s...