类 ActionWrapper
- java.lang.Object
-
- org.nutz.integration.nettice.core.config.ActionWrapper
-
public class ActionWrapper extends Object
包装Action
-
-
字段概要
字段 修饰符和类型 字段 说明 BaseActionactionObjectStringactionPathMethodcallBackMethodMethodmethod
-
构造器概要
构造器 构造器 说明 ActionWrapper(BaseAction actionObject, Method method, String actionPath)ActionWrapper(BaseAction actionObject, Method method, String actionPath, Method callBackMethod)
-
-
-
字段详细资料
-
actionObject
public BaseAction actionObject
-
method
public Method method
-
actionPath
public String actionPath
-
callBackMethod
public Method callBackMethod
-
-
构造器详细资料
-
ActionWrapper
public ActionWrapper(BaseAction actionObject, Method method, String actionPath)
-
ActionWrapper
public ActionWrapper(BaseAction actionObject, Method method, String actionPath, Method callBackMethod)
-
-