Package org.apache.struts2.result
package org.apache.struts2.result
-
ClassDescriptionThis 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 redirectionCalls the
sendRedirect
method to the location specified.A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse.