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 JSONP
JsonWithPaddingInterceptor. getJsonpAnnotation(javax.ws.rs.ext.InterceptorContext context)
Returns aJSONP
annotation 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.String
JsonWithPaddingInterceptor. getCallbackName(JSONP jsonp)
Returns a JavaScript callback name to wrap the JSON entity into.
-