Struts2的struts.xml中的action配置下的 <result> 配置中可以配置很多param信息,希望哪位大神帮忙总结个解答一下不同result-type的param配置。
1 回答

rookie2maven
TA贡献278条经验 获得超76个赞
Chain Result:actionName (default),namespace ,method ,skipActions Dispatcher Result:location (default),parse FreeMarker Result:location (default),parse ,contentType,writeIfCompleted HttpHeader Result:status ,parse ,headers ,error,errorMessage Redirect Result:location (default) ,parse,anchor PlainText Result:location (default),charSet (optional) XSL Result:location (default) ,parse Velocity Result:location (default),parse Stream Result:contentType,contentLength ,contentDisposition,inputName,bufferSize,allowCaching,contentCharSet direct Action Result:actionName(default),namespace,parse,anchor,suppressEmptyParameters.
添加回答
举报
0/150
提交
取消