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.jboss.resteasy.client.jaxrs.cache   
org.jboss.resteasy.client.jaxrs.internal   
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.spi   
 

Uses of Feature in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return types with arguments of type Feature
 Collection<Feature> Configurable.getEnabledFeatures()
          Get the immutable set of features that have been successfully configured within the current configurable context.
 

Uses of Feature in org.jboss.resteasy.client.jaxrs.cache
 

Classes in org.jboss.resteasy.client.jaxrs.cache that implement Feature
 class BrowserCacheFeature
           
 

Uses of Feature in org.jboss.resteasy.client.jaxrs.internal
 

Methods in org.jboss.resteasy.client.jaxrs.internal that return types with arguments of type Feature
 Collection<Feature> ClientConfiguration.getEnabledFeatures()
           
 

Uses of Feature in org.jboss.resteasy.core
 

Methods in org.jboss.resteasy.core that return types with arguments of type Feature
 Collection<Feature> ThreadLocalResteasyProviderFactory.getEnabledFeatures()
           
 

Uses of Feature in org.jboss.resteasy.plugins.cache.server
 

Classes in org.jboss.resteasy.plugins.cache.server that implement Feature
 class ServerCacheFeature
           
 

Uses of Feature in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi with type parameters of type Feature
protected  Set<Feature> ResteasyProviderFactory.enabledFeatures
           
 

Methods in org.jboss.resteasy.spi that return types with arguments of type Feature
 Collection<Feature> ResteasyProviderFactory.getEnabledFeatures()
           
 



Copyright © 2013. All Rights Reserved.