|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
com.opensymphony.xwork2 | Main XWork interfaces and classes. |
com.opensymphony.xwork2.mock | XWork specific mock classes. |
org.apache.struts2.config | Classes for Struts configuration and property handling. |
org.apache.struts2.dispatcher | Classes for action dispatching in Struts (the Controller part of MVC). |
org.apache.struts2.dispatcher.mapper | |
org.apache.struts2.impl | |
org.apache.struts2.views.freemarker | Classes for views using FreeMarker. |
org.apache.struts2.views.xslt | The new xslt view supports an extensible Java XML adapter framework that makes it easy to customize the XML rendering of objects and to incorporate structured XML text and arbitarary DOM fragments into the output. |
Uses of Result in com.opensymphony.xwork2 |
---|
Classes in com.opensymphony.xwork2 that implement Result | |
---|---|
class |
ActionChainResult
This result invokes an entire other action, complete with it's own interceptor stack and result. |
Fields in com.opensymphony.xwork2 declared as Result | |
---|---|
protected Result |
DefaultActionInvocation.explicitResult
|
protected Result |
DefaultActionInvocation.result
|
Methods in com.opensymphony.xwork2 that return Result | |
---|---|
Result |
ObjectFactory.buildResult(ResultConfig resultConfig,
Map extraContext)
Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig. |
Result |
DefaultActionInvocation.createResult()
|
Result |
ActionInvocation.getResult()
If the ActionInvocation has been executed before and the Result is an instance of ActionChainResult , this method
will walk down the chain of ActionChainResult s until it finds a non-chain result, which will be returned. |
Result |
DefaultActionInvocation.getResult()
If the DefaultActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned. |
Result |
UnknownHandler.handleUnknownResult(ActionContext actionContext,
String actionName,
ActionConfig actionConfig,
String resultCode)
Handles the case when a result cannot be found for an action and result code. |
Uses of Result in com.opensymphony.xwork2.mock |
---|
Classes in com.opensymphony.xwork2.mock that implement Result | |
---|---|
class |
MockResult
Mock for a Result . |
Fields in com.opensymphony.xwork2.mock declared as Result | |
---|---|
private Result |
MockActionInvocation.result
|
Methods in com.opensymphony.xwork2.mock that return Result | |
---|---|
Result |
MockActionInvocation.getResult()
|
Methods in com.opensymphony.xwork2.mock with parameters of type Result | |
---|---|
void |
MockActionInvocation.setResult(Result result)
|
Uses of Result in org.apache.struts2.config |
---|
Classes in org.apache.struts2.config that implement Result | |
---|---|
class |
NullResult
Null result to get around annotation defaults that can't be null |
Uses of Result in org.apache.struts2.dispatcher |
---|
Classes in org.apache.struts2.dispatcher that implement Result | |
---|---|
class |
HttpHeaderResult
A custom Result type for setting HTTP headers and status by optionally evaluating against the ValueStack. |
class |
PlainTextResult
A result that send the content out as plain text. |
class |
ServletActionRedirectResult
This result uses the ActionMapper provided by the ActionMapperFactory to redirect the browser to a
URL that invokes the specified action and (optional) namespace. |
class |
ServletDispatcherResult
Includes or forwards to a view (usually a jsp). |
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. |
class |
StrutsResultSupport
A base class for all Struts action execution results. |
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. |
Uses of Result in org.apache.struts2.dispatcher.mapper |
---|
Fields in org.apache.struts2.dispatcher.mapper declared as Result | |
---|---|
private Result |
ActionMapping.result
|
Methods in org.apache.struts2.dispatcher.mapper that return Result | |
---|---|
Result |
ActionMapping.getResult()
|
Methods in org.apache.struts2.dispatcher.mapper with parameters of type Result | |
---|---|
void |
ActionMapping.setResult(Result result)
|
Constructors in org.apache.struts2.dispatcher.mapper with parameters of type Result | |
---|---|
ActionMapping(Result result)
Constructs an ActionMapping with a default result |
Uses of Result in org.apache.struts2.impl |
---|
Methods in org.apache.struts2.impl that return Result | |
---|---|
Result |
StrutsObjectFactory.buildResult(ResultConfig resultConfig,
Map extraContext)
|
Uses of Result in org.apache.struts2.views.freemarker |
---|
Classes in org.apache.struts2.views.freemarker that implement Result | |
---|---|
class |
FreemarkerResult
Renders a view using the Freemarker template engine. |
Uses of Result in org.apache.struts2.views.xslt |
---|
Classes in org.apache.struts2.views.xslt that implement Result | |
---|---|
class |
XSLTResult
XSLTResult uses XSLT to transform an action object to XML. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |