com.opensymphony.xwork2.factory
Class DefaultActionFactory
java.lang.Object
com.opensymphony.xwork2.factory.DefaultActionFactory
- All Implemented Interfaces:
- ActionFactory
public class DefaultActionFactory
- extends Object
- implements ActionFactory
Default implementation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultActionFactory
public DefaultActionFactory()
setObjectFactory
public void setObjectFactory(ObjectFactory objectFactory)
buildAction
public Object buildAction(String actionName,
String namespace,
ActionConfig config,
Map<String,Object> extraContext)
throws Exception
- Description copied from interface:
ActionFactory
- Builds action instance
- Specified by:
buildAction
in interface ActionFactory
- Throws:
Exception
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.