|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.apache.struts2.dispatcher.mapper.CompositeActionMapper
public 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.
More details: http://struts.apache.org/2.x/docs/actionmapper.html
ActionMapper
,
ActionMapping
构造方法摘要 | |
---|---|
CompositeActionMapper(com.opensymphony.xwork2.inject.Container container,
String list)
|
方法摘要 | |
---|---|
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 CompositeActionMapper(com.opensymphony.xwork2.inject.Container container, String list)
方法详细信息 |
---|
public ActionMapping getMapping(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.config.ConfigurationManager configManager)
ActionMapper
复制的描述
ActionMapper
中的 getMapping
request
- The servlet requestconfigManager
- The current configuration manager
public ActionMapping getMappingFromActionName(String actionName)
ActionMapper
复制的描述
ActionMapper
中的 getMappingFromActionName
actionName
- The name of the action that may have other information embedded in it
public String getUriFromActionMapping(ActionMapping mapping)
ActionMapper
复制的描述
ActionMapper
中的 getUriFromActionMapping
mapping
- The action mapping
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |