Package | Description |
---|---|
org.apache.struts2.result | |
org.apache.struts2.views.freemarker |
Modifier and Type | Class and Description |
---|---|
class |
PlainTextResult
A result that send the content out as plain text.
|
class |
PostbackResult |
class |
ServletActionRedirectResult |
class |
ServletDispatcherResult |
class |
ServletRedirectResult |
class |
StreamResult |
class |
VelocityResult
Using the Servlet container's
JspFactory , this result mocks a JSP
execution environment and then displays a Velocity template that will be
streamed directly to the servlet output. |
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerResult
Renders a view using the Freemarker template engine.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.