This adds support for per-request handlers: handlers registered by Class will be created once per-request, ...
16 years, 7 months ago
(2009-02-19 18:00:31 UTC)
#1
This adds support for per-request handlers: handlers registered by Class will
be created once per-request, handlers registered by instance will (of course)
just use that instance.
(I've also fixed unchecked coercion warnings)
Issue 14116: Support per-instance request handlers
(Closed)
Created 16 years, 7 months ago by awiner
Modified 16 years, 1 month ago
Reviewers: louiscryan
Base URL: https://svn.apache.org/repos/asf/incubator/shindig/trunk/
Comments: 0