|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionProxy
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 | |
|---|---|
java.lang.String |
execute()
Execute this ActionProxy. |
java.lang.Object |
getAction()
|
java.lang.String |
getActionName()
|
ActionConfig |
getConfig()
|
boolean |
getExecuteResult()
|
ActionInvocation |
getInvocation()
|
java.lang.String |
getMethod()
Returns the method to execute, or null if no method has been specified (meaning "execute" will be invoked) |
java.lang.String |
getNamespace()
|
void |
setExecuteResult(boolean executeResult)
Sets whether this ActionProxy should also execute the Result after executing the Action |
void |
setMethod(java.lang.String method)
Sets the method to execute for the action invocation. |
| Method Detail |
|---|
java.lang.Object getAction()
java.lang.String getActionName()
ActionConfig getConfig()
void setExecuteResult(boolean executeResult)
executeResult - boolean getExecuteResult()
ActionInvocation getInvocation()
java.lang.String getNamespace()
java.lang.String execute()
throws java.lang.Exception
java.lang.ExceptionActionInvocationvoid setMethod(java.lang.String method)
method - the string name of the method to invokejava.lang.String getMethod()
|
XWork Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||