Uses of Class
org.apache.struts2.result.StrutsResultSupport
Packages that use StrutsResultSupport
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
Classes for views using FreeMarker.
-
Uses of StrutsResultSupport in org.apache.struts2.dispatcher
Subclasses of StrutsResultSupport in org.apache.struts2.dispatcher -
Uses of StrutsResultSupport in org.apache.struts2.json
Subclasses of StrutsResultSupport in org.apache.struts2.jsonModifier and TypeClassDescriptionclassSpecialized form ofServletActionRedirectResultwhich takes care of situation that browser has a JS/AJAX context, there are no validation errors and action is executed. -
Uses of StrutsResultSupport in org.apache.struts2.result
Subclasses of StrutsResultSupport in org.apache.struts2.resultModifier and TypeClassDescriptionclassA 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. -
Uses of StrutsResultSupport in org.apache.struts2.views.freemarker
Subclasses of StrutsResultSupport in org.apache.struts2.views.freemarkerModifier and TypeClassDescriptionclassRenders a view using the Freemarker template engine. -
Uses of StrutsResultSupport in org.apache.struts2.views.jasperreports7
Subclasses of StrutsResultSupport in org.apache.struts2.views.jasperreports7 -
Uses of StrutsResultSupport in org.apache.struts2.views.tiles
Subclasses of StrutsResultSupport in org.apache.struts2.views.tiles -
Uses of StrutsResultSupport in org.apache.struts2.views.velocity.result
Subclasses of StrutsResultSupport in org.apache.struts2.views.velocity.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.