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 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 JSONPModifier and TypeMethodDescriptionprivate String
JsonWithPaddingInterceptor.getCallbackName
(JSONP jsonp) Returns a JavaScript callback name to wrap the JSON entity into.