|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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.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 with parameters of type Feature | |
|---|---|
boolean |
ClientConfiguration.isEnabled(Feature feature)
|
| Method parameters in org.jboss.resteasy.client.jaxrs.internal with type arguments of type Feature | |
|---|---|
boolean |
ClientConfiguration.isEnabled(Class<? extends Feature> featureClass)
|
| 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()
|
| Methods in org.jboss.resteasy.core with parameters of type Feature | |
|---|---|
boolean |
ThreadLocalResteasyProviderFactory.isEnabled(Feature feature)
|
| Method parameters in org.jboss.resteasy.core with type arguments of type Feature | |
|---|---|
boolean |
ThreadLocalResteasyProviderFactory.isEnabled(Class<? extends Feature> featureClass)
|
| 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()
|
| Methods in org.jboss.resteasy.spi with parameters of type Feature | |
|---|---|
boolean |
ResteasyProviderFactory.isEnabled(Feature feature)
|
| Method parameters in org.jboss.resteasy.spi with type arguments of type Feature | |
|---|---|
boolean |
ResteasyProviderFactory.isEnabled(Class<? extends Feature> featureClass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||