类 ActionProxy
- java.lang.Object
-
- org.nutz.integration.nettice.core.BaseAction
-
- org.nutz.integration.nettice.core.invocation.ActionProxy
-
public class ActionProxy extends BaseAction
Action代理,本身不做action调用的工作,只是调用Invocation本身。- 作者:
- yunfeng.cheng
-
-
字段概要
-
从类继承的字段 org.nutz.integration.nettice.core.BaseAction
logger
-
-
构造器概要
构造器 构造器 说明 ActionProxy()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Returnexecute()BaseActiongetActionObject()ActionInvocationgetInvocation()MethodgetMethod()StringgetMethodName()voidsetActionObject(BaseAction actionObject)voidsetInvocation(ActionInvocation invocation)voidsetMethod(Method method)voidsetMethodName(String methodName)-
从类继承的方法 org.nutz.integration.nettice.core.BaseAction
processRequest
-
-
-
-
方法详细资料
-
setActionObject
public void setActionObject(BaseAction actionObject)
-
getActionObject
public BaseAction getActionObject()
-
setInvocation
public void setInvocation(ActionInvocation invocation)
-
getInvocation
public ActionInvocation getInvocation()
-
setMethodName
public void setMethodName(String methodName)
-
getMethodName
public String getMethodName()
-
setMethod
public void setMethod(Method method)
-
getMethod
public Method getMethod()
-
-