| Legato. | |
| Functions | |
| initialize | Creates a bean factory with given bean definitions. |
| getBean | Retrieves bean instance for the given name. |
| putBean | Puts bean instance to the bean factory. |
Creates a bean factory with given bean definitions.
initialize : function( beanDefinitions )
Retrieves bean instance for the given name.
getBean : function( name )
Puts bean instance to the bean factory.
putBean : function( name, instance )