Uses of Package
com.opensymphony.webwork.dispatcher.mapper

Packages that use com.opensymphony.webwork.dispatcher.mapper
com.opensymphony.webwork.dispatcher Classes for action dispatching in WebWork (the Controller part of MVC). 
com.opensymphony.webwork.dispatcher.mapper   
com.opensymphony.webwork.portlet.dispatcher   
 

Classes in com.opensymphony.webwork.dispatcher.mapper used by com.opensymphony.webwork.dispatcher
ActionMapping
          Simple class that holds the action mapping information used to invoke a WebWork action.
 

Classes in com.opensymphony.webwork.dispatcher.mapper used by com.opensymphony.webwork.dispatcher.mapper
ActionMapper
          The ActionMapper is responsible for providing a mapping between HTTP requests and action invocation requests and vice-versa.
ActionMapping
          Simple class that holds the action mapping information used to invoke a WebWork action.
 

Classes in com.opensymphony.webwork.dispatcher.mapper used by com.opensymphony.webwork.portlet.dispatcher
ActionMapping
          Simple class that holds the action mapping information used to invoke a WebWork action.
 


WebWork Project Page