com.mycompany.websocket
Class DefaultPushRule

java.lang.Object
  extended by org.primefaces.push.DefaultPushRule
      extended by com.mycompany.websocket.DefaultPushRule
All Implemented Interfaces:
org.primefaces.push.PushRule

public class DefaultPushRule
extends org.primefaces.push.DefaultPushRule

Utility class for GlassFish WebSocket support with PrimeFaces.


Constructor Summary
DefaultPushRule()
           
 
Method Summary
 boolean apply(org.atmosphere.cpr.AtmosphereResource resource)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPushRule

public DefaultPushRule()
Method Detail

apply

public boolean apply(org.atmosphere.cpr.AtmosphereResource resource)
Specified by:
apply in interface org.primefaces.push.PushRule
Overrides:
apply in class org.primefaces.push.DefaultPushRule