public class ActionProxy extends BaseAction
logger| 构造器和说明 |
|---|
ActionProxy() |
| 限定符和类型 | 方法和说明 |
|---|---|
Return |
execute() |
BaseAction |
getActionObject() |
ActionInvocation |
getInvocation() |
Method |
getMethod() |
String |
getMethodName() |
void |
setActionObject(BaseAction actionObject) |
void |
setInvocation(ActionInvocation invocation) |
void |
setMethod(Method method) |
void |
setMethodName(String methodName) |
processRequestpublic void setActionObject(BaseAction actionObject)
public BaseAction getActionObject()
public void setInvocation(ActionInvocation invocation)
public ActionInvocation getInvocation()
public void setMethodName(String methodName)
public String getMethodName()
public void setMethod(Method method)
public Method getMethod()
Copyright © 2020. All rights reserved.