API to interact with the window/browser tab handling. This originally got implemented in Apache MyFaces CODI which was the basis for the respective feature in JSF-2.2. We now orientate us a bit on the JSF-2.2 API for making it easier to provide this feature for JSF-2.0, JSF-2.1 and also JSF-2.2 JSF implementations.
Please not that in JSF-2.2 a javax.faces.lifecycle.ClientWindow
instance gets created for each and every request, but in DeltaSpike our ClientWindow instances are most likely @ApplicationScoped.
|
|
|
|