Are there any #Java nerds here, specifically those proficient using #JakartaFaces (formerly #JSF)? I have a resource handler (`extends ResourceHandlerWrapper`) that creates a `Resource`. In that resource I want to inject a session-scoped bean and access it in `getInputStream()` but it's always null. How can I get hold of that bean?