| Package | org.pranaframework.cairngorm.commands |
| Class | public class ResponderCommandFactory |
| Inheritance | ResponderCommandFactory CommandFactory |
| Implements | IResponderCommandFactory |
| Method | Defined by | ||
|---|---|---|---|
|
| ResponderCommandFactory | ||
|
addBusinessDelegateFactory(factory:IBusinessDelegateFactory, commandClasses:Array):void
| ResponderCommandFactory | ||
|
canCreate(clazz:Class):Boolean
| ResponderCommandFactory | ||
|
createCommand(clazz:Class):ICommand
| ResponderCommandFactory | ||
| Method | Defined by | ||
|---|---|---|---|
|
lookupBusinessDelegateFactory(commandClass:Class):IBusinessDelegateFactory
| ResponderCommandFactory | ||
| ResponderCommandFactory | () | constructor |
public function ResponderCommandFactory()
| addBusinessDelegateFactory | () | method |
public function addBusinessDelegateFactory(factory:IBusinessDelegateFactory, commandClasses:Array):voidParameters
factory:IBusinessDelegateFactory |
|
commandClasses:Array |
| canCreate | () | method |
public override function canCreate(clazz:Class):BooleanParameters
clazz:Class |
Boolean |
| createCommand | () | method |
public override function createCommand(clazz:Class):ICommandParameters
clazz:Class |
ICommand |
| lookupBusinessDelegateFactory | () | method |
protected function lookupBusinessDelegateFactory(commandClass:Class):IBusinessDelegateFactoryParameters
commandClass:Class |
IBusinessDelegateFactory |