| 
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.apache.struts2.dispatcher.mapper.RestfulActionMapper
public class RestfulActionMapper
Simple Restfull Action Mapper to support REST application See docs for more information http://struts.apache.org/2.x/docs/restfulactionmapper.html
| 构造方法摘要 | |
|---|---|
RestfulActionMapper()
 | 
|
| 方法摘要 | |
|---|---|
 ActionMapping | 
getMapping(javax.servlet.http.HttpServletRequest request,
           com.opensymphony.xwork2.config.ConfigurationManager configManager)
Expose the ActionMapping for the current request  | 
 ActionMapping | 
getMappingFromActionName(String actionName)
Expose the ActionMapping for the specified action name  | 
 String | 
getUriFromActionMapping(ActionMapping mapping)
Convert an ActionMapping into a URI string  | 
| 从类 java.lang.Object 继承的方法 | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| 构造方法详细信息 | 
|---|
public RestfulActionMapper()
| 方法详细信息 | 
|---|
public ActionMapping getMapping(javax.servlet.http.HttpServletRequest request,
                                com.opensymphony.xwork2.config.ConfigurationManager configManager)
ActionMapper 复制的描述
ActionMapper 中的 getMappingrequest - The servlet requestconfigManager - The current configuration manager
public ActionMapping getMappingFromActionName(String actionName)
ActionMapper 复制的描述
ActionMapper 中的 getMappingFromActionNameactionName - The name of the action that may have other information embedded in it
public String getUriFromActionMapping(ActionMapping mapping)
ActionMapper 复制的描述
ActionMapper 中的 getUriFromActionMappingmapping - The action mapping
  | 
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||