public interface ActionFactory
ObjectFactory
to build actionsModifier and Type | Method and Description |
---|---|
Object |
buildAction(String actionName,
String namespace,
ActionConfig config,
Map<String,Object> extraContext)
Builds action instance
|
Object buildAction(String actionName, String namespace, ActionConfig config, Map<String,Object> extraContext) throws Exception
actionName
- name of the actionnamespace
- namespace for the actionconfig
- action configextraContext
- extra context mapException
- in case of any errorsCopyright © 2000–2020 Apache Software Foundation. All rights reserved.