Add getService(Class serviceInterface, Class... markers) to ObjectLocator
interface
-----------------------------------------------------------------------------------
Key: TAP5-1321
URL: https://issues.apache.org/jira/browse/TAP5-1321
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-ioc
Reporter: Tom van Dijk
Attachments: getServiceWithMarkers.diff
For the implementation of tapestry-hibernate with multiple databases I need to
be able to get a service by interface+markers instead of service id.
Attached patch will add the method "<T> T getService(Class<T> interface,
Class... markers)" to the ObjectLocator interface and various implementations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.