Uses of Interface
org.apache.struts2.StrutsStatics
Packages that use StrutsStatics
Package
Description
Main XWork interfaces and classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
Interceptor classes.
Classes for views using FreeMarker.
-
Uses of StrutsStatics in org.apache.struts2
Classes in org.apache.struts2 that implement StrutsStaticsModifier and TypeClassDescriptionclassWeb-specific context information for actions. -
Uses of StrutsStatics in org.apache.struts2.dispatcher
Classes in org.apache.struts2.dispatcher that implement StrutsStatics -
Uses of StrutsStatics in org.apache.struts2.dispatcher.filter
Classes in org.apache.struts2.dispatcher.filter that implement StrutsStaticsModifier and TypeClassDescriptionclassExecutes the discovered request information.classHandles both the preparation and execution phases of the Struts dispatching process.classPrepares the request for execution by a laterStrutsExecuteFilterfilter instance. -
Uses of StrutsStatics in org.apache.struts2.interceptor
Classes in org.apache.struts2.interceptor that implement StrutsStatics -
Uses of StrutsStatics in org.apache.struts2.json
Classes in org.apache.struts2.json that implement StrutsStaticsModifier 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 StrutsStatics in org.apache.struts2.result
Classes in org.apache.struts2.result that implement StrutsStaticsModifier 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.class -
Uses of StrutsStatics in org.apache.struts2.views.freemarker
Classes in org.apache.struts2.views.freemarker that implement StrutsStaticsModifier and TypeClassDescriptionclassRenders a view using the Freemarker template engine. -
Uses of StrutsStatics in org.apache.struts2.views.jasperreports7
Classes in org.apache.struts2.views.jasperreports7 that implement StrutsStatics -
Uses of StrutsStatics in org.apache.struts2.views.tiles
Classes in org.apache.struts2.views.tiles that implement StrutsStatics -
Uses of StrutsStatics in org.apache.struts2.views.velocity.result
Classes in org.apache.struts2.views.velocity.result that implement StrutsStaticsModifier 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.