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

Packages that use Feature
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.model.internal   
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.wadl.processor   
 

Uses of Feature in javax.ws.rs.core
 

Methods in javax.ws.rs.core with parameters of type Feature
 boolean Configuration.isEnabled(Feature feature)
          Check if a particular feature instance has been previously enabled in the runtime configuration context.
 

Method parameters in javax.ws.rs.core with type arguments of type Feature
 boolean Configuration.isEnabled(Class<? extends Feature> featureClass)
          Check if a feature instance of featureClass class has been previously enabled in the runtime configuration context.
 

Uses of Feature in org.glassfish.jersey.client
 

Classes in org.glassfish.jersey.client that implement Feature
 class CustomProvidersFeature
          Feature to provide the single-line registration of custom providers.
 

Methods in org.glassfish.jersey.client with parameters of type Feature
 boolean ClientConfig.isEnabled(Feature feature)
           
 

Method parameters in org.glassfish.jersey.client with type arguments of type Feature
 boolean ClientConfig.isEnabled(Class<? extends Feature> featureClass)
           
 

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

Classes in org.glassfish.jersey.client.filter that implement Feature
 class EncodingFeature
          Feature that configures support for content encodings on the client side.
 

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

Methods in org.glassfish.jersey.model.internal with parameters of type Feature
 boolean CommonConfig.isEnabled(Feature feature)
           
 

Method parameters in org.glassfish.jersey.model.internal with type arguments of type Feature
 boolean CommonConfig.isEnabled(Class<? extends Feature> featureClass)
           
 

Uses of Feature in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server with parameters of type Feature
 boolean ResourceConfig.isEnabled(Feature feature)
           
 

Method parameters in org.glassfish.jersey.server with type arguments of type Feature
 boolean ResourceConfig.isEnabled(Class<? extends Feature> featureClass)
           
 

Uses of Feature in org.glassfish.jersey.server.wadl.processor
 

Classes in org.glassfish.jersey.server.wadl.processor that implement Feature
 class WadlModelProcessorFeature
          Feature enabling WADL model processor.
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.