类 ActionProxy


  • public class ActionProxy
    extends BaseAction
    Action代理,本身不做action调用的工作,只是调用Invocation本身。
    作者:
    yunfeng.cheng
    • 构造器详细资料

      • ActionProxy

        public ActionProxy()
    • 方法详细资料

      • setActionObject

        public void setActionObject​(BaseAction actionObject)
      • getActionObject

        public BaseAction getActionObject()
      • setMethodName

        public void setMethodName​(String methodName)
      • getMethodName

        public String getMethodName()
      • setMethod

        public void setMethod​(Method method)
      • getMethod

        public Method getMethod()