public class ActionWrapper extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
BaseAction |
actionObject |
String |
actionPath |
Method |
callBackMethod |
Method |
method |
| 构造器和说明 |
|---|
ActionWrapper(BaseAction actionObject,
Method method,
String actionPath) |
ActionWrapper(BaseAction actionObject,
Method method,
String actionPath,
Method callBackMethod) |
public BaseAction actionObject
public Method method
public String actionPath
public Method callBackMethod
public ActionWrapper(BaseAction actionObject, Method method, String actionPath)
public ActionWrapper(BaseAction actionObject, Method method, String actionPath, Method callBackMethod)
Copyright © 2020. All rights reserved.