org.apache.struts2.dispatcher.mapper
类 Restful2ActionMapper
java.lang.Object
  
org.apache.struts2.dispatcher.mapper.DefaultActionMapper
      
org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
- 所有已实现的接口: 
 - ActionMapper
 
public class Restful2ActionMapper
- extends DefaultActionMapper
 
Extended version of RestfulActionMapper, see documentation for more details
 http://struts.apache.org/2.x/docs/restfulactionmapper.html
 
 
 
| 从类 org.apache.struts2.dispatcher.mapper.DefaultActionMapper 继承的方法 | 
getMappingFromActionName, getUriFromActionMapping, handleSpecialParameters, isSlashesInActionNames, setAllowActionCrossNamespaceAccess, setAllowActionPrefix, setAllowDynamicMethodCalls, setAllowedActionNames, setAlwaysSelectFullNamespace, setContainer, setExtensions, setSlashesInActionNames | 
 
 
HTTP_METHOD_PARAM
public static final String HTTP_METHOD_PARAM
- 另请参见:
 - 常量字段值
 
Restful2ActionMapper
public Restful2ActionMapper()
getMapping
public ActionMapping getMapping(javax.servlet.http.HttpServletRequest request,
                                com.opensymphony.xwork2.config.ConfigurationManager configManager)
- 从接口 
ActionMapper 复制的描述 
- Expose the ActionMapping for the current request
- 指定者:
 - 接口 
ActionMapper 中的 getMapping - 覆盖:
 - 类 
DefaultActionMapper 中的 getMapping 
 
- 参数:
 request - The servlet requestconfigManager - The current configuration manager
- 返回:
 - The appropriate action mapping or null if mapping cannot be determined
 
 
 
getIdParameterName
public String getIdParameterName()
 
setIdParameterName
public void setIdParameterName(String idParameterName)