Hi Stefan, Just a quick confirmation. It works perfectly!
Thank you very much
Zsolt
>
> context.registerService(AdapterFactory.class, anonymousFactoryInstance,
> ImmutableMap.<String, Object>builder()
> .put(AdapterFactory.ADAPTABLE_CLASSES, new String[] {
> SlingHttpServletRequest.class.getName()
> })
> .put(AdapterFactory.ADAPTER_CLASSES, new String[] {
> XSSAPI.class.getName()
> })
> .build());
