| | Class | Description |
| | AbstractBusinessDelegate |
AbstractBusinessDelegate acts as a base class for business delegates. |
| | AbstractDataTranslatorAwareBusinessDelegate |
Abstract implementation of a business delegate that can be assigned an IDataTranslator instance
to do some initial data conversion before the delegate's result is sent back to it's initial responder. |
| | BusinessDelegateFactory |
Business delegate factory. |
| | CairngormServiceLocator |
Allows programmatic manipulation of the services inside Cairngorm's
ServiceLocator. |
| | ModuleServiceLocator |
dynamic subclass of the ServiceLocator that does not have the getInstance()
singleton method, use the scope="singleton" attribute in your Spring Actionscript configuration
instead to make sure only one instance fo the ModuleServiceLocator will be instantiated. |