org.atmosphere.commons.jersey
Class JsonpFilter

java.lang.Object
  extended by org.atmosphere.commons.jersey.JsonpFilter
All Implemented Interfaces:
org.atmosphere.cpr.BroadcastFilter

public class JsonpFilter
extends Object
implements org.atmosphere.cpr.BroadcastFilter

Simple BroadcastFilter that produce jsonp String.

Author:
Jeanfrancois Arcand

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.atmosphere.cpr.BroadcastFilter
org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
Constructor Summary
JsonpFilter()
           
 
Method Summary
 org.atmosphere.cpr.BroadcastFilter.BroadcastAction filter(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonpFilter

public JsonpFilter()
Method Detail

filter

public org.atmosphere.cpr.BroadcastFilter.BroadcastAction filter(Object o)
Specified by:
filter in interface org.atmosphere.cpr.BroadcastFilter


Copyright © 2010 SUN Microsystems. All Rights Reserved.