net.anotheria.maf.action
Class DefaultActionFactory

java.lang.Object
  extended by 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

Constructor Summary
DefaultActionFactory()
           
 
Method Summary
 Action getInstanceOf(String actionType)
          Returns an instance of defined action type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionFactory

public DefaultActionFactory()
Method Detail

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.