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.views.freemarker Classes for views using FreeMarker. 
com.opensymphony.webwork.views.jasperreports Classes for views using Jasper Reports. 
com.opensymphony.webwork.views.jsp WebWork's JSP tag library. 
com.opensymphony.webwork.views.jsp.iterator Webwork's JSP tag library for iterator handling. 
 

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 CoolUriServletDispatcher
          A custom servlet dispatcher that maps servlet paths to actions.
 class FilterDispatcher
           
 class ServletDispatcher
          Main dispatcher servlet in WebWork2 which acts as the controller in the MVC paradigm.
 class ServletDispatcherResult
          Includes or forwards a view.
 class ServletRedirectResult
          Calls the sendRedirect method to the location specified.
 class StreamResult
          Implements an XWork Result that takes an InputStream object available from a chained Action and redirects it to the browser.
 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.views.freemarker
 

Classes in com.opensymphony.webwork.views.freemarker that implement WebWorkStatics
 class FreemarkerResult
           
 

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

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

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

Classes in com.opensymphony.webwork.views.jsp that implement WebWorkStatics
 class ActionTag
          ActionTag enables developers to call Actions directly from a JSP page by specifying the Action name and an optional namespace.
 

Uses of WebWorkStatics in com.opensymphony.webwork.views.jsp.iterator
 

Classes in com.opensymphony.webwork.views.jsp.iterator that implement WebWorkStatics
 class AppendIteratorTag
          Append a list of iterators.
 class IteratorGeneratorTag
          Generate an iterator
 class MergeIteratorTag
          Append a list of iterators.
 class SortIteratorTag
           
 class SubsetIteratorTag
          Instantiate a JavaBean.
 


WebWork Project Page