Uses of Interface
org.apache.struts2.StrutsStatics

Packages that use StrutsStatics
org.apache.struts2 Main Struts interfaces and classes. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.interceptor Web specific interceptor classes. 
org.apache.struts2.jsf Integrates the JSF library into Struts. 
org.apache.struts2.portlet.context   
org.apache.struts2.portlet.dispatcher   
org.apache.struts2.portlet.result   
org.apache.struts2.views.freemarker Classes for views using FreeMarker. 
org.apache.struts2.views.tiles   
 

Uses of StrutsStatics in org.apache.struts2
 

Classes in org.apache.struts2 that implement StrutsStatics
 class ServletActionContext
          Web-specific context information for actions.
 

Uses of StrutsStatics in org.apache.struts2.dispatcher
 

Classes in org.apache.struts2.dispatcher that implement StrutsStatics
 class FilterDispatcher
          Master filter for Struts that handles four distinct responsibilities: Executing actions Cleaning up the ActionContext (see note) Serving static content Kicking off XWork's interceptor chain for the request lifecycle

IMPORTANT: this filter must be mapped to all requests.

 class FilterDispatcherCompatWeblogic61
          When running Weblogic Server 6.1, this class should be specified in web.xml instead of FilterDispatcher.
 class PlainTextResult
          A result that send the content out as plain text.
 class ServletActionRedirectResult
          This result uses the ActionMapper provided by the ActionMapperFactory to redirect the browser to a URL that invokes the specified action and (optional) namespace.
 class ServletDispatcherResult
          Includes or forwards to a view (usually a jsp).
 class ServletRedirectResult
          Calls the sendRedirect method to the location specified.
 class StreamResult
          A custom Result type for send raw data (via an InputStream) directly to the HttpServletResponse.
 class StrutsResultSupport
          A base class for all Struts action execution results.
 class VelocityResult
          Using the Servlet container's JspFactory, this result mocks a JSP execution environment and then displays a Velocity template that will be streamed directly to the servlet output.
 

Uses of StrutsStatics in org.apache.struts2.interceptor
 

Classes in org.apache.struts2.interceptor that implement StrutsStatics
 class ServletConfigInterceptor
          An interceptor which sets action properties based on the interfaces an action implements.
 

Uses of StrutsStatics in org.apache.struts2.jsf
 

Classes in org.apache.struts2.jsf that implement StrutsStatics
 class FacesResult
          Executes the JSF render phase
 

Uses of StrutsStatics in org.apache.struts2.portlet.context
 

Classes in org.apache.struts2.portlet.context that implement StrutsStatics
 class PreparatorServlet
          Since a portlet is not dispatched the same way as a servlet, the ServletActionContext is not immediately available, as it depends on objects from the servlet API.
 

Uses of StrutsStatics in org.apache.struts2.portlet.dispatcher
 

Classes in org.apache.struts2.portlet.dispatcher that implement StrutsStatics
 class Jsr168Dispatcher
           
 

Uses of StrutsStatics in org.apache.struts2.portlet.result
 

Classes in org.apache.struts2.portlet.result that implement StrutsStatics
 class PortletResult
          Result type that includes a JSP to render.
 class PortletVelocityResult
          Using the Servlet container's JspFactory, this result mocks a JSP execution environment and then displays a Velocity template that will be streamed directly to the servlet output.
 

Uses of StrutsStatics in org.apache.struts2.views.freemarker
 

Classes in org.apache.struts2.views.freemarker that implement StrutsStatics
 class FreemarkerResult
          Renders a view using the Freemarker template engine.
 class PortletFreemarkerResult
           
 

Uses of StrutsStatics in org.apache.struts2.views.tiles
 

Classes in org.apache.struts2.views.tiles that implement StrutsStatics
 class TilesResult
          Renders a view using struts-tiles.
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.