|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionProxyFactory
The ActionProxyFactory is used to create ActionProxies to be executed. It is the entry point to XWork that is used by a dispatcher to create an ActionProxy to execute for a particular namespace and action name.
DefaultActionProxyFactory| Method Summary | |
|---|---|
ActionProxy |
createActionProxy(String namespace,
String actionName,
Map extraContext)
Creates an ActionProxy for the given namespace and action name by looking up the configuration. |
ActionProxy |
createActionProxy(String namespace,
String actionName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
Creates an ActionProxy for the given namespace and action name by looking up the configuration. |
| Method Detail |
|---|
ActionProxy createActionProxy(String namespace,
String actionName,
Map extraContext)
throws Exception
namespace - the namespace of the actionactionName - extraContext - a Map of extra parameters to be provided to the ActionProxy
Exception
ActionProxy createActionProxy(String namespace,
String actionName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
throws Exception
namespace - the namespace of the actionactionName - extraContext - a Map of extra parameters to be provided to the ActionProxyexecuteResult - flag which tells whether the result should be executed after the actioncleanupContext -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||