| Package | org.pranaframework.cairngorm.business |
| Class | public class BusinessDelegateFactory |
| Implements | IBusinessDelegateFactory |
| Property | Defined by | ||
|---|---|---|---|
| delegateClass : Class [write-only]
| BusinessDelegateFactory | ||
| responder : IResponder [write-only]
| BusinessDelegateFactory | ||
| service : * [write-only]
| BusinessDelegateFactory | ||
| Method | Defined by | ||
|---|---|---|---|
|
| BusinessDelegateFactory | ||
|
| BusinessDelegateFactory | ||
| delegateClass | property |
delegateClass:Class [write-only]Implementation
public function set delegateClass(value:Class):void
| responder | property |
responder:IResponder [write-only]Implementation
public function set responder(value:IResponder):void
| service | property |
service:* [write-only]Implementation
public function set service(value:*):void
| BusinessDelegateFactory | () | constructor |
public function BusinessDelegateFactory()
| createBusinessDelegate | () | method |