Package org.apache.struts2.result
package org.apache.struts2.result
-
ClassDescriptionThis result invokes an entire other action, complete with it's own interceptor stack and result.Accept parameter name/value to be set on
Result
This result can only be used in code, as a result of action's method, eg.:A result that send the content out as plain text.Marking interface for results which perform browser redirectionAll results (except forAction.NONE
) of anAction
are mapped to a View implementation.Calls thesendRedirect
method to the location specified.A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse.