|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contract | |
|---|---|
| org.glassfish.jersey.server.internal.inject | Jersey server-side JAX-RS injection support classes. |
| org.glassfish.jersey.server.model | Jersey server-side application & resource modeling classes. |
| org.glassfish.jersey.server.mvc.spi | Provides support for view aspect of model view controller and templates that produce views. |
| org.glassfish.jersey.server.spi | Jersey server-side service provider contract (SPI) classes. |
| org.glassfish.jersey.server.spi.internal | Jersey server-side internal service provider contract (SPI) classes. |
| org.glassfish.jersey.spi | Common Jersey service provider contract (SPI) classes. |
| Uses of Contract in org.glassfish.jersey.server.internal.inject |
|---|
| Classes in org.glassfish.jersey.server.internal.inject with annotations of type Contract | |
|---|---|
interface |
ConfiguredValidator
Configured validator for Jersey validation purposes. |
| Uses of Contract in org.glassfish.jersey.server.model |
|---|
| Classes in org.glassfish.jersey.server.model with annotations of type Contract | |
|---|---|
interface |
ModelProcessor
Contract for a model processors that processes resource models during application initialization
and resource returned by sub resource locators. |
| Uses of Contract in org.glassfish.jersey.server.mvc.spi |
|---|
| Classes in org.glassfish.jersey.server.mvc.spi with annotations of type Contract | |
|---|---|
interface |
TemplateProcessor<T>
A view processor. |
interface |
ViewableContext
The context for resolving an instance of Viewable to an instance of ResolvedViewable. |
| Uses of Contract in org.glassfish.jersey.server.spi |
|---|
| Classes in org.glassfish.jersey.server.spi with annotations of type Contract | |
|---|---|
interface |
Container
Jersey container service contract. |
interface |
ContainerLifecycleListener
Classes implementing this contract receive container life-cycle notification events. |
interface |
ContainerProvider
Service-provider interface for creating container instances. |
| Uses of Contract in org.glassfish.jersey.server.spi.internal |
|---|
| Classes in org.glassfish.jersey.server.spi.internal with annotations of type Contract | |
|---|---|
interface |
ValueFactoryProvider
Parameter value factory SPI. |
| Uses of Contract in org.glassfish.jersey.spi |
|---|
| Classes in org.glassfish.jersey.spi with annotations of type Contract | |
|---|---|
class |
ContentEncoder
Standard contract for plugging in content encoding support. |
interface |
HeaderDelegateProvider<T>
A provider that supports the conversion of an HTTP header, of type T, to and from a String. |
interface |
RequestExecutorsProvider
Pluggable provider of executor services used to run
Jersey request and response processing code. |
interface |
ResponseExecutorsProvider
Pluggable provider of executor services used to run
Jersey request and response processing code. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||