net.anotheria.maf.action
Class DefaultActionFactory
java.lang.Object
net.anotheria.maf.action.DefaultActionFactory
- All Implemented Interfaces:
- ActionFactory
public final class DefaultActionFactory
- extends Object
- implements ActionFactory
A factory which creates action instances on the fly and manages created instances.
- Author:
- lrosenberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultActionFactory
public DefaultActionFactory()
getInstanceOf
public Action getInstanceOf(String actionType)
throws ActionFactoryException
- Returns an instance of defined action type.
- Specified by:
getInstanceOf in interface ActionFactory
- Parameters:
actionType -
- Returns:
-
- Throws:
ActionFactoryException
Copyright © 2010-2013 anotheria.net. All Rights Reserved.