|
From: Stas M. <sma...@wi...> - 2016-01-06 23:37:21
|
Hi!
> Could you register the same handler multiple times, once for each namespace?
No, because it indexes by handler.getNamespace() and this can return
only one value:
protected void addHandler(final InlineURIHandler handler) {
// this.handlers.add(handler);
handlersByNamespace.put(handler.getNamespace(), handler);
}
--
Stas Malyshev
sma...@wi...
|