Uses of Interface
com.opensymphony.webwork.dispatcher.mapper.ActionMapper

Packages that use ActionMapper
com.opensymphony.webwork.dispatcher.mapper   
 

Uses of ActionMapper in com.opensymphony.webwork.dispatcher.mapper
 

Classes in com.opensymphony.webwork.dispatcher.mapper that implement ActionMapper
 class DefaultActionMapper
          Default action mapper implementation, using the standard *.[ext] (where ext usually "action") pattern.
 class RestfulActionMapper
          A custom action mapper using the following format:

http://HOST/ACTION_NAME/PARAM_NAME1/PARAM_VALUE1/PARAM_NAME2/PARAM_VALUE2

You can have as many parameters you'd like to use.

 

Methods in com.opensymphony.webwork.dispatcher.mapper that return ActionMapper
static ActionMapper ActionMapperFactory.getMapper()
           
 



Copyright © 2013 OpenSymphony. All Rights Reserved.