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.struts2
Classes in org.apache.struts2 that implement StrutsStaticsModifier and TypeClassDescriptionclass
Web-specific context information for actions. -
Uses of StrutsStatics in org.apache.struts2.dispatcher.filter
Classes in org.apache.struts2.dispatcher.filter that implement StrutsStaticsModifier and TypeClassDescriptionclass
Executes the discovered request information.class
Handles both the preparation and execution phases of the Struts dispatching process.class
Prepares the request for execution by a laterStrutsExecuteFilter
filter 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.result
Classes in org.apache.struts2.result that implement StrutsStaticsModifier 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.class
-
Uses of StrutsStatics in org.apache.struts2.views.freemarker
Classes in org.apache.struts2.views.freemarker that implement StrutsStaticsModifier and TypeClassDescriptionclass
Renders a view using the Freemarker template engine.