Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
org.glassfish.jersey |
Common Jersey core classes.
|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
org.glassfish.jersey.client.filter |
Provides core client filters.
|
org.glassfish.jersey.jackson |
Jersey classes supporting JSON media type processing based on Jackson.
|
org.glassfish.jersey.jackson1 |
Jersey classes supporting JSON media type processing based on Jackson 1.x.
|
org.glassfish.jersey.jettison |
Jersey classes supporting JSON media type processing based on Jettison.
|
org.glassfish.jersey.jsonp |
Jersey classes supporting JSON processing (JSON-P) media providers.
|
org.glassfish.jersey.kryo | |
org.glassfish.jersey.linking | |
org.glassfish.jersey.media.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
org.glassfish.jersey.media.sse |
Support for Server Sent events in Jersey.
|
org.glassfish.jersey.message.filtering |
Support for Entity Data Filtering in Jersey.
|
org.glassfish.jersey.moxy.json |
Jersey classes supporting JSON media type processing based on Moxy.
|
org.glassfish.jersey.moxy.xml |
Jersey classes supporting XML media type processing based on Moxy.
|
org.glassfish.jersey.oauth1.signature |
Jersey OAuth 1 Signature API and Implementation.
|
org.glassfish.jersey.server.filter |
Provides core server filters.
|
org.glassfish.jersey.server.gae |
Public API of Google App Engine integration support.
|
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.oauth1 |
Jersey OAuth 1 Server API.
|
org.glassfish.jersey.server.validation |
Jersey server-side bean validation classes.
|
org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicFeature.configure(ResourceInfo resourceInfo,
FeatureContext context)
A callback method called by the JAX-RS runtime during the application
deployment to register provider instances or classes in a
runtime configuration scope of a particular resource or sub-resource method ; i.e. |
Modifier and Type | Method and Description |
---|---|
boolean |
Feature.configure(FeatureContext context)
A call-back method called when the feature is to be enabled in a given
runtime configuration scope.
|
Modifier and Type | Method and Description |
---|---|
static org.glassfish.hk2.api.ServiceLocator |
ServiceLocatorProvider.getServiceLocator(FeatureContext featureContext)
Extract and return service locator from
featureContext . |
Modifier and Type | Method and Description |
---|---|
boolean |
CustomProvidersFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpAuthenticationFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
EncodingFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
JacksonFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
Jackson1Feature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
JettisonFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
JsonProcessingFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
KryoFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
DeclarativeLinkingFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
MultiPartFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
SseFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
EntityFilteringFeature.configure(FeatureContext context) |
boolean |
SecurityEntityFilteringFeature.configure(FeatureContext context) |
boolean |
SelectableEntityFilteringFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
MoxyJsonFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
MoxyXmlFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
OAuth1SignatureFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RolesAllowedDynamicFeature.configure(ResourceInfo resourceInfo,
FeatureContext configuration) |
Modifier and Type | Method and Description |
---|---|
boolean |
GaeFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
MvcFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
MvcBeanValidationFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
FreemarkerMvcFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
JspMvcFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
MustacheMvcFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
OAuth1ServerFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
ValidationFeature.configure(FeatureContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
WadlFeature.configure(FeatureContext context) |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.