Package | Description |
---|---|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
org.glassfish.jersey |
Common Jersey core classes.
|
org.glassfish.jersey.filter |
Jersey Request & Response Filtering support & utility classes.
|
org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
Modifier and Type | Method and Description |
---|---|
void |
WriterInterceptor.aroundWriteTo(WriterInterceptorContext context)
|
Modifier and Type | Method and Description |
---|---|
static org.glassfish.hk2.api.ServiceLocator |
ServiceLocatorProvider.getServiceLocator(WriterInterceptorContext writerInterceptorContext)
Extract and return service locator from
writerInterceptorContext . |
Modifier and Type | Method and Description |
---|---|
void |
LoggingFilter.aroundWriteTo(WriterInterceptorContext writerInterceptorContext) |
Modifier and Type | Method and Description |
---|---|
void |
ContentEncoder.aroundWriteTo(WriterInterceptorContext context) |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.