Uses of Annotation Type
org.glassfish.jersey.server.JSONP
Packages that use JSONP
-
Uses of JSONP in org.glassfish.jersey.server.internal
Methods in org.glassfish.jersey.server.internal that return JSONPModifier and TypeMethodDescriptionprivate 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 JSONPModifier and TypeMethodDescriptionprivate StringJsonWithPaddingInterceptor.getCallbackName(JSONP jsonp) Returns a JavaScript callback name to wrap the JSON entity into.