@RequestScoped
public class WindowIdHolder
extends Object
Simple class which just provides a @RequestScoped windowId.
This assures that there is maximum one single windowId associated
with a single Thread or Request. We use @RequestScoped because
this also works in async-supported Servlets without having to
take care about moving info between ThreadLocals.