Uses of Interface
org.apache.struts2.dispatcher.mapper.ActionMapper

Packages that use ActionMapper
org.apache.struts2.dispatcher.mapper   
 

Uses of ActionMapper in org.apache.struts2.dispatcher.mapper
 

Classes in org.apache.struts2.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 org.apache.struts2.dispatcher.mapper that return ActionMapper
static ActionMapper ActionMapperFactory.getMapper()
          Gets an instance of the ActionMapper
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.