How to create a ServiceLocator for a particular container in Spring4d

63 Views Asked by At

I need to be able to pass a servicelocator to a class but one which is for a particular container. I have had a look a the source code but am unable to figure out how to create one for a container other than the global one.

As a work around at the moment I am passing the TContainer but don't like the leak of implementation.

0

There are 0 best solutions below