Package com.opensymphony.webwork.dispatcher

Classes for action dispatching in WebWork (the Controller part of MVC).

See:
          Description

Class Summary
ApplicationMap A simple implementation of the Map interface to handle a collection of attributes and init parameters in a ServletContext object.
ChartResult A custom Result type for chart data.
CoolUriServletDispatcher A custom servlet dispatcher that maps servlet paths to actions.
FilterDispatcher  
HttpHeaderResult A custom Result type for evaluating HTTP headers against the ValueStack.
RequestMap A simple implementation of the Map interface to handle a collection of request attributes.
ServletDispatcher Main dispatcher servlet in WebWork2 which acts as the controller in the MVC paradigm.
ServletDispatcherResult Includes or forwards a view.
ServletRedirectResult Calls the sendRedirect method to the location specified.
SessionMap A simple implementation of the Map interface to handle a collection of HTTP session attributes.
StreamResult Implements an XWork Result that takes an InputStream object available from a chained Action and redirects it to the browser.
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.
WebWorkResultSupport A base class for all WebWork action execution results.
 

Package com.opensymphony.webwork.dispatcher Description

Classes for action dispatching in WebWork (the Controller part of MVC).


WebWork Project Page