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
Calls the
sendRedirect
method to the location specified. |
class |
StreamResult
A custom Result type for sending raw data (via an InputStream) directly to the
HttpServletResponse.
|
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerResult
Renders a view using the Freemarker template engine.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.