org.talika.tarsis.command.factory
Interface CommandFactory
- All Known Implementing Classes:
- CommandFactoryService
- 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. |
findCommand
public 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-2005 Talika Open Source Group. All Rights Reserved.