Details
Description
In preparations for jsf 2.2 the delay handling needs to be moved from the queue into impl.
The advantage of moving the delay there is simply, speed improvement because no xhr object
is generated upfront and secondly less code because it needs less logic on the impl side than on the queue side.