Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.rx.spi |
Jersey Reactive Client SPI.
|
org.glassfish.jersey.server.gae |
Public API of Google App Engine integration support.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
org.glassfish.jersey.server.mvc |
Provides support for Model, View and Controller (MVC).
|
org.glassfish.jersey.server.mvc.beanvalidation |
Jersey server-side classes adding support of bean validation to MVC (Model View Controller).
|
org.glassfish.jersey.server.mvc.freemarker |
Jersey server-side classes adding support of FreeMarker to Jersey MVC (Model View Controller).
|
org.glassfish.jersey.server.mvc.jsp |
Jersey server-side MVC support for servlet containers.
|
org.glassfish.jersey.server.mvc.mustache |
Jersey server-side classes adding support of Mustache to Jersey MVC (Model View Controller).
|
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.validation |
Jersey server-side bean validation classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientLifecycleListener
Jersey client lifecycle listener contract.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RxInvokerProvider
Client-provider interface for creating
reactive invoker instances. |
Modifier and Type | Class and Description |
---|---|
class |
GaeFeature
Google App Engine integration for Jersey server runtime.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModelProcessor
Contract for a model processors that processes
resource models during application initialization
and resource returned by sub resource locators. |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationEventListener
Jersey specific provider that listens to
application events . |
interface |
DestroyListener
A listener contract that allows any registered implementation class to receive application destroy events.
|
interface |
MonitoringStatisticsListener
A Jersey specific provider that listens to monitoring statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
MvcFeature
MvcFeature used to add MVC support to the server. |
Modifier and Type | Class and Description |
---|---|
class |
MvcBeanValidationFeature
|
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerMvcFeature
|
Modifier and Type | Class and Description |
---|---|
class |
JspMvcFeature
|
Modifier and Type | Class and Description |
---|---|
class |
MustacheMvcFeature
|
Modifier and Type | Interface and Description |
---|---|
interface |
TemplateProcessor<T>
A view processor.
|
interface |
ViewableContext
The context for resolving an instance of
Viewable to an instance of ResolvedViewable . |
Modifier and Type | Interface and Description |
---|---|
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.
|
interface |
ResponseErrorMapper
Contract for a provider that maps response processing errors to
Response . |
Modifier and Type | Class and Description |
---|---|
class |
ValidationFeature
ValidationFeature used to add Bean Validation (JSR-349) support to the server. |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.