public class DefaultActionFactory extends Object implements ActionFactory
| Constructor and Description | 
|---|
| DefaultActionFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | buildAction(String actionName,
           String namespace,
           ActionConfig config,
           Map<String,Object> extraContext)Builds action instance | 
| void | setObjectFactory(ObjectFactory objectFactory) | 
public void setObjectFactory(ObjectFactory objectFactory)
public Object buildAction(String actionName, String namespace, ActionConfig config, Map<String,Object> extraContext) throws Exception
ActionFactorybuildAction in interface ActionFactoryactionName - name of the actionnamespace - namespace for the actionconfig - action configextraContext - extra context mapException - in case of any errorsCopyright © 2000–2025 Apache Software Foundation. All rights reserved.