Class WebsocketFacesListener

java.lang.Object
com.sun.faces.push.WebsocketFacesListener
All Implemented Interfaces:
FacesListener, SystemEventListener, EventListener

public class WebsocketFacesListener
extends Object
implements SystemEventListener

This Faces listener for UIViewRoot ensures that the necessary JavaScript code to open or close the WebSocket is properly rendered depending on rendered and connected attributes.

Since:
2.3
Author:
Bauke Scholtz
See Also:
Push