Uses of Class
org.apache.struts2.result.StrutsResultSupport
Packages that use StrutsResultSupport
-
Uses of StrutsResultSupport in org.apache.struts2.result
Subclasses of StrutsResultSupport in org.apache.struts2.resultModifier and TypeClassDescriptionclass
A result that send the content out as plain text.class
class
class
class
Calls thesendRedirect
method to the location specified.class
A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse. -
Uses of StrutsResultSupport in org.apache.struts2.views.freemarker
Subclasses of StrutsResultSupport in org.apache.struts2.views.freemarkerModifier and TypeClassDescriptionclass
Renders a view using the Freemarker template engine.