net.anotheria.maf.action
Interface ActionFactory

All Known Implementing Classes:
DefaultActionFactory

public interface ActionFactory

Actionfactory is used to create action objects.


Method Summary
 Action getInstanceOf(String actionType)
          Creates a new action for the given type.
 

Method Detail

getInstanceOf

Action getInstanceOf(String actionType)
                     throws ActionFactoryException
Creates a new action for the given type.

Parameters:
actionType -
Returns:
Throws:
ActionFactoryException


Copyright © 2010-2013 anotheria.net. All Rights Reserved.