public class ExecuteClientCallsAction extends ServiceableAction implements ThreadSafe
Callable
.manager
EMPTY_MAP
Constructor and Description |
---|
ExecuteClientCallsAction() |
Modifier and Type | Method and Description |
---|---|
protected Object |
_executeMethod(Method method,
Object object,
Object[] paramValues)
Execute the method set in the client call
|
Map |
act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters) |
service
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
public ExecuteClientCallsAction()
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
protected Object _executeMethod(Method method, Object object, Object[] paramValues) throws Exception
method
- The methodobject
- The object which has the methodparamValues
- The method parametersException
- If an error occurred