Uses of Interface
com.opensymphony.webwork.WebWorkStatics

Packages that use WebWorkStatics
com.opensymphony.webwork Main WebWork interfaces and classes. 
com.opensymphony.webwork.dispatcher Classes for action dispatching in WebWork (the Controller part of MVC). 
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
com.opensymphony.webwork.pico   
com.opensymphony.webwork.portlet.context   
com.opensymphony.webwork.portlet.dispatcher   
com.opensymphony.webwork.portlet.result   
com.opensymphony.webwork.views   
com.opensymphony.webwork.views.freemarker Classes for views using FreeMarker. 
com.opensymphony.webwork.views.jasperreports Classes for views using Jasper Reports. 
com.opensymphony.webwork.views.tiles   
 

Uses of WebWorkStatics in com.opensymphony.webwork
 

Classes in com.opensymphony.webwork that implement WebWorkStatics
 class ServletActionContext
          Web-specific context information for actions.
 

Uses of WebWorkStatics in com.opensymphony.webwork.dispatcher
 

Classes in com.opensymphony.webwork.dispatcher that implement WebWorkStatics
 class FilterDispatcher
          Master filter for WebWork that handles four distinct responsibilities: Executing actions Cleaning up the ActionContext (see note) Serving static content Kicking off XWork's IoC 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 FlashResult
          A flash result, that save the current action into the http session before invoking super.doExecute(...), which actually just do a redirect to a specific location just as a normal ServletRedirectResult would.
 class HttpHeaderResult
          A custom Result type for evaluating HTTP headers against the ValueStack.
 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 ServletDispatcher
          Deprecated. use FilterDispatcher instead
 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 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.
 class WebWorkResultSupport
          A base class for all WebWork action execution results.
 

Uses of WebWorkStatics in com.opensymphony.webwork.interceptor
 

Classes in com.opensymphony.webwork.interceptor that implement WebWorkStatics
 class ServletConfigInterceptor
          An interceptor which sets action properties based on the interfaces an action implements.
 

Uses of WebWorkStatics in com.opensymphony.webwork.pico
 

Classes in com.opensymphony.webwork.pico that implement WebWorkStatics
 class PicoFilterDispatcher
          User: patrick Date: Dec 22, 2005 Time: 4:14:10 PM
 class PicoServletDispatcher
          Deprecated. Use PicoWebWork2ServletDispatcher
 class PicoWebWork2ServletDispatcher
          Deprecated. Use PicoFilterDispatcher
 

Uses of WebWorkStatics in com.opensymphony.webwork.portlet.context
 

Classes in com.opensymphony.webwork.portlet.context that implement WebWorkStatics
 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 WebWorkStatics in com.opensymphony.webwork.portlet.dispatcher
 

Classes in com.opensymphony.webwork.portlet.dispatcher that implement WebWorkStatics
 class Jsr168Dispatcher
           
 

Uses of WebWorkStatics in com.opensymphony.webwork.portlet.result
 

Classes in com.opensymphony.webwork.portlet.result that implement WebWorkStatics
 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 WebWorkStatics in com.opensymphony.webwork.views
 

Classes in com.opensymphony.webwork.views that implement WebWorkStatics
 class AbstractHttpHeaderPopulatingResult
          An abstract class that will auto populate the http response header of the current http request.
 

Uses of WebWorkStatics in com.opensymphony.webwork.views.freemarker
 

Classes in com.opensymphony.webwork.views.freemarker that implement WebWorkStatics
 class FreemarkerResult
          Renders a view using the Freemarker template engine.
 class PortletFreemarkerResult
           
 

Uses of WebWorkStatics in com.opensymphony.webwork.views.jasperreports
 

Classes in com.opensymphony.webwork.views.jasperreports that implement WebWorkStatics
 class JasperReportsResult
          Generates a JasperReports report using the specified format or PDF if no format is specified.
 

Uses of WebWorkStatics in com.opensymphony.webwork.views.tiles
 

Classes in com.opensymphony.webwork.views.tiles that implement WebWorkStatics
 class TilesResult
          Renders a view using struts-tiles.
 


WebWork Project Page