Package | Description |
---|---|
org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
Modifier and Type | Method and Description |
---|---|
private JSONP |
JsonWithPaddingInterceptor.getJsonpAnnotation(javax.ws.rs.ext.InterceptorContext context)
Returns a
JSONP annotation of the resource method responsible for handling the current request. |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
JsonWithPaddingInterceptor.getCallbackName(JSONP jsonp)
Returns a JavaScript callback name to wrap the JSON entity into.
|