Package | Description |
---|---|
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.spi |
Modifier and Type | Method and Description |
---|---|
boolean |
Configuration.isEnabled(Feature feature)
Check if a particular
feature instance has been previously
enabled in the runtime configuration context. |
Modifier and Type | Method and Description |
---|---|
boolean |
Configuration.isEnabled(Class<? extends Feature> featureClass)
Check if a
feature instance of featureClass class has been
previously enabled in the runtime configuration context. |
Modifier and Type | Class and Description |
---|---|
class |
BrowserCacheFeature |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalResteasyProviderFactory.isEnabled(Feature feature) |
boolean |
ClientConfiguration.isEnabled(Feature feature) |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalResteasyProviderFactory.isEnabled(Class<? extends Feature> featureClass) |
boolean |
ClientConfiguration.isEnabled(Class<? extends Feature> featureClass) |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
ThreadLocalResteasyProviderFactory.getEnabledFeatures() |
Modifier and Type | Method and Description |
---|---|
boolean |
ThreadLocalResteasyProviderFactory.isEnabled(Feature feature) |
Modifier and Type | Method and Description |
---|---|
boolean |
ThreadLocalResteasyProviderFactory.isEnabled(Class<? extends Feature> featureClass) |
Modifier and Type | Field and Description |
---|---|
protected Set<Feature> |
ResteasyProviderFactory.enabledFeatures |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
ResteasyProviderFactory.getEnabledFeatures() |
Modifier and Type | Method and Description |
---|---|
boolean |
ResteasyProviderFactory.isEnabled(Feature feature) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResteasyProviderFactory.isEnabled(Class<? extends Feature> featureClass) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.