Uses of Interface
org.apache.struts2.StrutsStatics
Packages that use StrutsStatics
Package
Description
Main XWork interfaces and classes.
Interceptor classes.
- 
Uses of StrutsStatics in org.apache.struts2Classes in org.apache.struts2 that implement StrutsStaticsModifier and TypeClassDescriptionclassWeb-specific context information for actions.
- 
Uses of StrutsStatics in org.apache.struts2.dispatcher.filterClasses 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.interceptorClasses in org.apache.struts2.interceptor that implement StrutsStatics
- 
Uses of StrutsStatics in org.apache.struts2.resultClasses 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.freemarkerClasses in org.apache.struts2.views.freemarker that implement StrutsStaticsModifier and TypeClassDescriptionclassRenders a view using the Freemarker template engine.