Adds the containers object pool to the pool of application managed objects.
This method is used internally for the ioc container, mvc container, aop container etc, so that when you access an object through the application context ( with $.$('id') ), the managed container will be searched and automatically created by the containers.
Arguments:
| container | String | |
|---|---|---|
| The dot-delimited name of the container class. | ||
| nickname | Object | |
| The nickname will be used by the application content to hold a reference to the managed container. | ||
