struts2 result type

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了struts2 result type相关的知识,希望对你有一定的参考价值。

鏍囩锛?/p>

struts涓殑result绫诲瀷鎬诲叡鏈?绉?/p>

<result-types>
            <result-type name="chain" class="com.opensymphony.xwork2.ActionChainResult"/>
            <result-type name="dispatcher" class="org.apache.struts2.dispatcher.ServletDispatcherResult" default="true"/>
            <result-type name="freemarker" class="org.apache.struts2.views.freemarker.FreemarkerResult"/>
            <result-type name="httpheader" class="org.apache.struts2.dispatcher.HttpHeaderResult"/>
            <result-type name="redirect" class="org.apache.struts2.dispatcher.ServletRedirectResult"/>
            <result-type name="redirectAction" class="org.apache.struts2.dispatcher.ServletActionRedirectResult"/>
            <result-type name="stream" class="org.apache.struts2.dispatcher.StreamResult"/>
            <result-type name="velocity" class="org.apache.struts2.dispatcher.VelocityResult"/>
            <result-type name="xslt" class="org.apache.struts2.views.xslt.XSLTResult"/>
            <result-type name="plainText" class="org.apache.struts2.dispatcher.PlainTextResult" />
            <result-type name="postback" class="org.apache.struts2.dispatcher.PostbackResult" />
 </result-types>

甯哥敤鐨勬湁

銆€銆€1.dispatcher锛氭槸result鐨勯粯璁ょ被鍨嬶紝鍚宻ervlet鐨勮浆鍙戯紝鐢ㄤ簬鍛堢幇jsp椤甸潰

銆€銆€2.redirect锛氬皢鐢ㄦ埛璇锋眰閲嶅畾鍚戣嚦宸茬粡閰嶇疆濂界殑url

銆€銆€3.redirectAction锛氶噸瀹氬悜鑷冲凡缁忓畾涔夊ソ鐨凙ction

銆€銆€4.chain锛氬皢涓€涓狝ction鍜屽彟涓€涓狝ction杩炴帴璧锋潵

銆€銆€5.stream锛氬皢鍘熷鏁版嵁浣滀负娴佽繑鍥炴祻瑙堝櫒绔紝閫傜敤浜庢枃浠剁殑涓嬭浇

以上是关于struts2 result type的主要内容,如果未能解决你的问题,请参考以下文章

分享知识-快乐自己:Struts2 - result标签的name属性和type属性

result type struts2标签

Struts2 Result Type

struts2的result的type属性

Struts2框架使用之关于Struts2的result配置

用struts2开发,<result type="json"></result>是啥意思?