|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.apache.struts2.dispatcher.mapper.DefaultActionMapper
org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
public class Restful2ActionMapper
Extended version of RestfulActionMapper
, see documentation for more details
http://struts.apache.org/2.x/docs/restfulactionmapper.html
字段摘要 | |
---|---|
static String |
HTTP_METHOD_PARAM
|
构造方法摘要 | |
---|---|
Restful2ActionMapper()
|
方法摘要 | |
---|---|
String |
getIdParameterName()
|
ActionMapping |
getMapping(javax.servlet.http.HttpServletRequest request,
com.opensymphony.xwork2.config.ConfigurationManager configManager)
Expose the ActionMapping for the current request |
void |
setIdParameterName(String idParameterName)
|
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public static final String HTTP_METHOD_PARAM
构造方法详细信息 |
---|
public Restful2ActionMapper()
方法详细信息 |
---|
public ActionMapping getMapping(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.config.ConfigurationManager configManager)
ActionMapper
复制的描述
ActionMapper
中的 getMapping
DefaultActionMapper
中的 getMapping
request
- The servlet requestconfigManager
- The current configuration manager
public String getIdParameterName()
public void setIdParameterName(String idParameterName)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |