|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ActionProxy is an extra layer between XWork and the action so that different proxies are possible. An example of this would be a remote proxy, where the layer between XWork and the action might be RMI or SOAP.
Method Summary | |
String |
execute()
Execute this ActionProxy. |
Action |
getAction()
|
String |
getActionName()
|
ActionConfig |
getConfig()
|
boolean |
getExecuteResult()
|
ActionInvocation |
getInvocation()
|
String |
getNamespace()
|
void |
setExecuteResult(boolean executeResult)
Sets whether this ActionProxy should also execute the Result after executing the Action |
Method Detail |
public Action getAction()
public String getActionName()
public ActionConfig getConfig()
public void setExecuteResult(boolean executeResult)
executeResult
- public boolean getExecuteResult()
public ActionInvocation getInvocation()
public String getNamespace()
public String execute() throws Exception
Exception
ActionInvocation
|
XWork Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |