Uses of Interface
org.apache.struts2.result.Result
Packages that use Result
Package
Description
Main XWork interfaces and classes.
Classes for Struts configuration and property handling.
This package contains a reimagining of the traditional Struts filter dispatchers.
XWork specific mock classes.
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.
Classes for views using FreeMarker.
-
Uses of Result in org.apache.struts2
Fields in org.apache.struts2 declared as ResultModifier and TypeFieldDescriptionprotected ResultDefaultActionInvocation.explicitResultprotected ResultDefaultActionInvocation.resultMethods in org.apache.struts2 that return ResultModifier and TypeMethodDescriptionObjectFactory.buildResult(ResultConfig resultConfig, Map<String, Object> extraContext) Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.DefaultActionInvocation.createResult()ActionInvocation.getResult()If the ActionInvocation has been executed before and the Result is an instance ofActionChainResult, this method will walk down the chain ofActionChainResults until it finds a non-chain result, which will be returned.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.DefaultUnknownHandlerManager.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) Iterate over UnknownHandlers and return the result of the first one that can handle itUnknownHandler.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) Handles the case when a result cannot be found for an action and result code.UnknownHandlerManager.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) -
Uses of Result in org.apache.struts2.config
Classes in org.apache.struts2.config that implement ResultModifier and TypeClassDescriptionclassNull result to get around annotation defaults that can't be null FIXME: ???? -
Uses of Result in org.apache.struts2.convention
Methods in org.apache.struts2.convention that return ResultModifier and TypeMethodDescriptionprotected ResultConventionUnknownHandler.buildResult(String path, String resultCode, ResultTypeConfig config, ActionContext invocationContext) protected ResultConventionUnknownHandler.findResult(String path, String resultCode, String ext, ActionContext actionContext, Map<String, ResultTypeConfig> resultsByExtension) ConventionUnknownHandler.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) -
Uses of Result in org.apache.struts2.dispatcher
Classes in org.apache.struts2.dispatcher that implement Result -
Uses of Result in org.apache.struts2.dispatcher.mapper
Methods in org.apache.struts2.dispatcher.mapper that return ResultMethods in org.apache.struts2.dispatcher.mapper with parameters of type ResultConstructors in org.apache.struts2.dispatcher.mapper with parameters of type ResultModifierConstructorDescriptionActionMapping(Result result) Constructs an ActionMapping with a default result -
Uses of Result in org.apache.struts2.factory
Methods in org.apache.struts2.factory that return ResultModifier and TypeMethodDescriptionResultFactory.buildResult(ResultConfig resultConfig, Map<String, Object> extraContext) StrutsResultFactory.buildResult(ResultConfig resultConfig, Map<String, Object> extraContext) Methods in org.apache.struts2.factory with parameters of type Result -
Uses of Result in org.apache.struts2.json
Classes in org.apache.struts2.json that implement ResultModifier and TypeClassDescriptionclassSpecialized form ofServletActionRedirectResultwhich takes care of situation that browser has a JS/AJAX context, there are no validation errors and action is executed.class -
Uses of Result in org.apache.struts2.mock
Classes in org.apache.struts2.mock that implement ResultMethods in org.apache.struts2.mock that return ResultMethods in org.apache.struts2.mock with parameters of type Result -
Uses of Result in org.apache.struts2.result
Subinterfaces of Result in org.apache.struts2.resultModifier and TypeInterfaceDescriptioninterfaceThis result can only be used in code, as a result of action's method, eg.:Classes in org.apache.struts2.result that implement ResultModifier and TypeClassDescriptionclassThis result invokes an entire other action, complete with it's own interceptor stack and result.classclassA result that send the content out as plain text.classclassclassclassCalls thesendRedirectmethod to the location specified.classA custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse.class -
Uses of Result in org.apache.struts2.result.xslt
Classes in org.apache.struts2.result.xslt that implement ResultModifier and TypeClassDescriptionclassXSLTResult uses XSLT to transform an action object to XML. -
Uses of Result in org.apache.struts2.views.freemarker
Classes in org.apache.struts2.views.freemarker that implement ResultModifier and TypeClassDescriptionclassRenders a view using the Freemarker template engine. -
Uses of Result in org.apache.struts2.views.jasperreports7
Classes in org.apache.struts2.views.jasperreports7 that implement Result -
Uses of Result in org.apache.struts2.views.tiles
Classes in org.apache.struts2.views.tiles that implement Result -
Uses of Result in org.apache.struts2.views.velocity.result
Classes in org.apache.struts2.views.velocity.result that implement ResultModifier and TypeClassDescriptionclassUsing the Servlet container'sJspFactory, this result mocks a JSP execution environment and then displays a Velocity template that will be streamed directly to the servlet output.