Uses of Interface
javax.ws.rs.core.FeatureContext

Packages that use FeatureContext
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.client Jersey client-side classes. 
org.glassfish.jersey.client.filter Provides core client filters. 
org.glassfish.jersey.internal.spi   
org.glassfish.jersey.model.internal   
org.glassfish.jersey.server.filter Provides core server filters. 
org.glassfish.jersey.server.filter.internal   
org.glassfish.jersey.server.wadl   
org.glassfish.jersey.server.wadl.internal   
 

Uses of FeatureContext in javax.ws.rs.container
 

Methods in javax.ws.rs.container with parameters of type FeatureContext
 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.
 

Uses of FeatureContext in javax.ws.rs.core
 

Methods in javax.ws.rs.core with parameters of type FeatureContext
 boolean Feature.configure(FeatureContext context)
          A call-back method called when the feature is to be enabled in a given runtime configuration scope.
 

Uses of FeatureContext in org.glassfish.jersey.client
 

Methods in org.glassfish.jersey.client with parameters of type FeatureContext
 boolean CustomProvidersFeature.configure(FeatureContext context)
           
 

Uses of FeatureContext in org.glassfish.jersey.client.filter
 

Methods in org.glassfish.jersey.client.filter with parameters of type FeatureContext
 boolean EncodingFeature.configure(FeatureContext context)
           
 

Uses of FeatureContext in org.glassfish.jersey.internal.spi
 

Methods in org.glassfish.jersey.internal.spi with parameters of type FeatureContext
 void AutoDiscoverable.configure(FeatureContext context)
          A call-back method called when an auto-discoverable component is to be configured in a given runtime configuration scope.
 

Uses of FeatureContext in org.glassfish.jersey.model.internal
 

Classes in org.glassfish.jersey.model.internal that implement FeatureContext
 class CommonConfig
          Common immutable Configuration implementation for server and client.
 class ImmutableCommonConfig
          Immutable runtime configuration.
 

Uses of FeatureContext in org.glassfish.jersey.server.filter
 

Methods in org.glassfish.jersey.server.filter with parameters of type FeatureContext
 void RolesAllowedDynamicFeature.configure(ResourceInfo resourceInfo, FeatureContext configuration)
           
 

Uses of FeatureContext in org.glassfish.jersey.server.filter.internal
 

Methods in org.glassfish.jersey.server.filter.internal with parameters of type FeatureContext
 void ServerFiltersAutoDiscoverable.configure(FeatureContext context)
           
 

Uses of FeatureContext in org.glassfish.jersey.server.wadl
 

Methods in org.glassfish.jersey.server.wadl with parameters of type FeatureContext
 boolean WadlFeature.configure(FeatureContext context)
           
 

Uses of FeatureContext in org.glassfish.jersey.server.wadl.internal
 

Methods in org.glassfish.jersey.server.wadl.internal with parameters of type FeatureContext
 void WadlAutoDiscoverable.configure(FeatureContext context)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.