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

Packages that use ActionMapper
org.apache.struts2.components   
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.mapper   
org.apache.struts2.views.jsp Struts's JSP tag library. 
 

Uses of ActionMapper in org.apache.struts2.components
 

Fields in org.apache.struts2.components declared as ActionMapper
protected  ActionMapper Component.actionMapper
           
 

Methods in org.apache.struts2.components with parameters of type ActionMapper
 void UrlRenderer.setActionMapper(ActionMapper actionMapper)
           
 void ServletUrlRenderer.setActionMapper(ActionMapper mapper)
           
 void FormButton.setActionMapper(ActionMapper mapper)
           
 void Component.setActionMapper(ActionMapper mapper)
           
 void ActionComponent.setActionMapper(ActionMapper mapper)
           
 

Uses of ActionMapper in org.apache.struts2.dispatcher
 

Fields in org.apache.struts2.dispatcher declared as ActionMapper
protected  ActionMapper ServletRedirectResult.actionMapper
           
 

Methods in org.apache.struts2.dispatcher with parameters of type ActionMapper
 void ServletRedirectResult.setActionMapper(ActionMapper mapper)
           
 void FilterDispatcher.setActionMapper(ActionMapper mapper)
          Deprecated. Modify ActionMapper instance.
 

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

Classes in org.apache.struts2.dispatcher.mapper that implement ActionMapper
 class CompositeActionMapper
          A composite action mapper that is capable of delegating to a series of ActionMapper if the former failed to obtained a valid ActionMapping or uri.
 class DefaultActionMapper
          

Default action mapper implementation, using the standard *.[ext] (where ext usually "action") pattern.

 class PrefixBasedActionMapper
          A prefix based action mapper that is capable of delegating to other ActionMappers based on the request's prefix It is configured through struts.xml For example, with the following entries in struts.properties
 class Restful2ActionMapper
          Improved restful action mapper that adds several ReST-style improvements to action mapping, but supports fully-customized URL's via XML.
 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.

 

Fields in org.apache.struts2.dispatcher.mapper with type parameters of type ActionMapper
protected  Map<String,ActionMapper> PrefixBasedActionMapper.actionMappers
           
protected  List<ActionMapper> CompositeActionMapper.actionMappers
           
 

Uses of ActionMapper in org.apache.struts2.views.jsp
 

Methods in org.apache.struts2.views.jsp with parameters of type ActionMapper
static String TagUtils.buildNamespace(ActionMapper mapper, ValueStack stack, javax.servlet.http.HttpServletRequest request)
           
 



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