piercer / robotlegs-extensions-ViewInterfaceMediatorMap

A robotlegs context that enables mediators to map to interfaces without mentioning any concrete classes at all
www.dz015.com
23 stars 0 forks source link

Main mediator not automatically instantiated #1

Closed creynders closed 13 years ago

creynders commented 13 years ago

I noticed that a Main mediator is not automatically instantiated as it is with the normal mediatormap. To me it's not a problem, since I have no problem instantiating one manually, but I think it would be a good idea to add that functionaltiy.

piercer commented 13 years ago

Do you mean a contextView mediator?

piercer commented 13 years ago

Actually looking at the code I think that is exactly what you mean - am looking to fix it in the next day or two - thanks for spotting - need to add a test for that.

creynders commented 13 years ago

Yes, that's what I meant. Great utility BTW, in my current project I'm using a sort of Bridge pattern to mediate views and it would be a lot more cumbersome/uglier to do w/o your utility.

piercer commented 13 years ago

This issue is now fixed - thanks