org.talika.tarsis.command.factory
Interface CommandFactory

All Known Implementing Classes:
CommandFactoryService, XmlCommandFactory, XmlCommandsFactory

public interface CommandFactory

Interface that defines a command factory in Tarsis MVC Framework.

The command factory is responsible of obtain Command object definitions from definition's repository. Command factories can read command definitions from an XML file, text file, a database or any other repository.

Version:
$Revision: 114 $
Author:
Jose M. Palomar
See Also:
Command

Method Summary
 Command findCommand(java.lang.String name)
          Returns matching name command instance.
 

Method Detail

findCommand

Command findCommand(java.lang.String name)
Returns matching name command instance.

Parameters:
name - String name of command.
Returns:
Command command instance for given name or null if none found.


Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.