Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Result Type

name

class

#Dispatcher

dispatcher

com.opensymphony.webwork.dispatcher.ServletDispatcherResult

#Redirect

redirect

com.opensymphony.webwork.dispatcher.ServletRedirectResult

#Action Chaining

chain

com.opensymphony.xwork.ActionChainResult

#Velocity

velocity

com.opensymphony.webwork.dispatcher.VelocityResult

#FreeMarker

freemarker

com.opensymphony.webwork.views.freemarker.FreemarkerResult

#JasperReports

jasper

com.opensymphony.webwork.views.jasperreports.JasperReportsResult

#XML/XSL

xslt

com.opensymphony.webwork.views.xslt.XSLTResult

#HttpHeaderResult #HttpHeader

 

com.opensymphony.webwork.dispatcher.HttpHeaderResult

...

Code Block
<result name="success" type="xslt">foo.xslt</result>

...


HttpHeader
Anchor

...

HttpHeader

...

HttpHeader


A custom Result type for evaluating HTTP headers against the ValueStack.

...