Uses of Class
org.glassfish.jersey.server.JSONP
-
Packages that use JSONP Package Description org.glassfish.jersey.server.internal Jersey server-side internal classes. -
-
Uses of JSONP in org.glassfish.jersey.server.internal
Methods in org.glassfish.jersey.server.internal that return JSONP Modifier and Type Method Description private JSONPJsonWithPaddingInterceptor. getJsonpAnnotation(javax.ws.rs.ext.InterceptorContext context)Returns aJSONPannotation of the resource method responsible for handling the current request.Methods in org.glassfish.jersey.server.internal with parameters of type JSONP Modifier and Type Method Description private java.lang.StringJsonWithPaddingInterceptor. getCallbackName(JSONP jsonp)Returns a JavaScript callback name to wrap the JSON entity into.
-