Package javax.faces.push


package javax.faces.push

This package hosts the CDI annotation for injecting a PushContext.

  • Class
    Description
    The CDI annotation @Push allows you to inject a PushContext associated with a given <f:websocket> channel in any container managed artifact in WAR.
    CDI interface to send a message object to the push socket channel as identified by @Push.