|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configurable | |
---|---|
javax.ws.rs.client | The JAX-RS client API |
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.jboss.resteasy.client.jaxrs | |
org.jboss.resteasy.client.jaxrs.cache | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.keystone.model | |
org.jboss.resteasy.keystone.server | |
org.jboss.resteasy.plugins.cache.server | |
org.jboss.resteasy.plugins.interceptors | |
org.jboss.resteasy.plugins.interceptors.encoding | |
org.jboss.resteasy.security.doseta | |
org.jboss.resteasy.spi |
Uses of Configurable in javax.ws.rs.client |
---|
Subinterfaces of Configurable in javax.ws.rs.client | |
---|---|
interface |
Configuration
Represents inheritable configuration of the main client-side JAX-RS components, such as Client , WebTarget , Invocation Builder
or Invocation . |
Methods in javax.ws.rs.client with parameters of type Configurable | |
---|---|
protected abstract Client |
ClientFactory.getClient(Configurable configuration)
Get a new pre-configured client instance. |
static Client |
ClientFactory.newClient(Configurable configuration)
Create new configured client instance using the default client builder factory provided by the JAX-RS implementation provider. |
Configuration |
Configuration.updateFrom(Configurable configuration)
Replace the existing configuration state with the configuration state of the externally provided configuration. |
Uses of Configurable in javax.ws.rs.container |
---|
Methods in javax.ws.rs.container with parameters of type Configurable | |
---|---|
void |
DynamicFeature.configure(ResourceInfo resourceInfo,
Configurable configurable)
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a configurable scope of a particular resource or sub-resource method ; i.e. |
Uses of Configurable in javax.ws.rs.core |
---|
Methods in javax.ws.rs.core that return Configurable | ||
---|---|---|
Configurable |
Configurable.register(Class<?> providerClass)
Register a provider or a feature class to be instantiated
and used in the scope of the configured instance. |
|
Configurable |
Configurable.register(Class<?> providerClass,
int bindingPriority)
Register a provider or a feature class to be instantiated and used
in the scope of the configured instance. |
|
|
Configurable.register(Class<T> providerClass,
Class<? super T>... contracts)
Register a provider or a feature class to be instantiated
and used in the scope of the configured instance. |
|
|
Configurable.register(Class<T> providerClass,
int bindingPriority,
Class<? super T>... contracts)
Register a provider or a feature class to be instantiated
and used in the scope of the configured instance. |
|
Configurable |
Configurable.register(Object provider)
Register a provider or a feature ("singleton") instance to be used
in the scope of the configured instance. |
|
|
Configurable.register(Object provider,
Class<? super T>... contracts)
Register a provider or a feature ("singleton") instance to be used
in the scope of the configured instance. |
|
Configurable |
Configurable.register(Object provider,
int bindingPriority)
Register a provider or a feature ("singleton") instance to be used
in the scope of the configured instance. |
|
|
Configurable.register(Object provider,
int bindingPriority,
Class<? super T>... contracts)
Register a provider or a feature ("singleton") instance to be used
in the scope of the configured instance. |
|
Configurable |
Configurable.setProperties(Map<String,?> properties)
Set new configuration properties replacing all previously set properties. |
|
Configurable |
Configurable.setProperty(String name,
Object value)
Set the new configuration property, if already set, the existing value of the property will be updated. |
Methods in javax.ws.rs.core with parameters of type Configurable | |
---|---|
boolean |
Feature.configure(Configurable configurable)
A call-back method called when the feature is to be enabled in a given configurable scope. |
Uses of Configurable in org.jboss.resteasy.client.jaxrs |
---|
Methods in org.jboss.resteasy.client.jaxrs with parameters of type Configurable | |
---|---|
protected Client |
ResteasyClientFactory.getClient(Configurable configuration)
|
Uses of Configurable in org.jboss.resteasy.client.jaxrs.cache |
---|
Methods in org.jboss.resteasy.client.jaxrs.cache with parameters of type Configurable | |
---|---|
boolean |
BrowserCacheFeature.configure(Configurable configuration)
|
Uses of Configurable in org.jboss.resteasy.client.jaxrs.internal |
---|
Classes in org.jboss.resteasy.client.jaxrs.internal that implement Configurable | |
---|---|
class |
ClientConfiguration
|
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type Configurable | |
---|---|
Configuration |
ClientConfiguration.updateFrom(Configurable configuration)
|
Uses of Configurable in org.jboss.resteasy.core |
---|
Classes in org.jboss.resteasy.core that implement Configurable | |
---|---|
class |
ThreadLocalResteasyProviderFactory
Allow applications to push/pop provider factories onto the stack |
Methods in org.jboss.resteasy.core that return Configurable | ||
---|---|---|
Configurable |
ThreadLocalResteasyProviderFactory.register(Class<?> providerClass)
|
|
Configurable |
ThreadLocalResteasyProviderFactory.register(Class<?> providerClass,
int bindingPriority)
|
|
|
ThreadLocalResteasyProviderFactory.register(Class<T> providerClass,
Class<? super T>... contracts)
|
|
|
ThreadLocalResteasyProviderFactory.register(Class<T> providerClass,
int bindingPriority,
Class<? super T>... contracts)
|
|
Configurable |
ThreadLocalResteasyProviderFactory.register(Object provider)
|
|
|
ThreadLocalResteasyProviderFactory.register(Object provider,
Class<? super T>... contracts)
|
|
Configurable |
ThreadLocalResteasyProviderFactory.register(Object provider,
int bindingPriority)
|
|
|
ThreadLocalResteasyProviderFactory.register(Object provider,
int bindingPriority,
Class<? super T>... contracts)
|
|
Configurable |
ThreadLocalResteasyProviderFactory.setProperties(Map<String,?> properties)
|
|
Configurable |
ThreadLocalResteasyProviderFactory.setProperty(String name,
Object value)
|
Uses of Configurable in org.jboss.resteasy.keystone.model |
---|
Methods in org.jboss.resteasy.keystone.model with parameters of type Configurable | |
---|---|
static void |
Mappers.registerContextResolver(Configurable configurable)
|
Uses of Configurable in org.jboss.resteasy.keystone.server |
---|
Constructors in org.jboss.resteasy.keystone.server with parameters of type Configurable | |
---|---|
SkeletonKeyApplication(Configurable confgurable)
|
Uses of Configurable in org.jboss.resteasy.plugins.cache.server |
---|
Methods in org.jboss.resteasy.plugins.cache.server with parameters of type Configurable | |
---|---|
boolean |
ServerCacheFeature.configure(Configurable configurable)
|
protected ServerCache |
ServerCacheFeature.getCache(Configurable configurable)
|
protected ServerCache |
ServerCacheFeature.getXmlCache(Configurable configurable)
|
Uses of Configurable in org.jboss.resteasy.plugins.interceptors |
---|
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type Configurable | |
---|---|
void |
RoleBasedSecurityFeature.configure(ResourceInfo resourceInfo,
Configurable configurable)
|
void |
CacheControlFeature.configure(ResourceInfo resourceInfo,
Configurable configurable)
|
Uses of Configurable in org.jboss.resteasy.plugins.interceptors.encoding |
---|
Methods in org.jboss.resteasy.plugins.interceptors.encoding with parameters of type Configurable | |
---|---|
void |
ServerContentEncodingAnnotationFeature.configure(ResourceInfo resourceInfo,
Configurable configurable)
|
void |
ClientContentEncodingAnnotationFeature.configure(ResourceInfo resourceInfo,
Configurable configurable)
|
Uses of Configurable in org.jboss.resteasy.security.doseta |
---|
Methods in org.jboss.resteasy.security.doseta with parameters of type Configurable | |
---|---|
void |
ServerDigitalVerificationHeaderDecoratorFeature.configure(ResourceInfo resourceInfo,
Configurable configurable)
|
void |
ServerDigitalSigningHeaderDecoratorFeature.configure(ResourceInfo resourceInfo,
Configurable configurable)
|
void |
ClientDigitalVerificationHeaderDecoratorFeature.configure(ResourceInfo resourceInfo,
Configurable configurable)
|
void |
ClientDigitalSigningHeaderDecoratorFeature.configure(ResourceInfo resourceInfo,
Configurable configurable)
|
Uses of Configurable in org.jboss.resteasy.spi |
---|
Classes in org.jboss.resteasy.spi that implement Configurable | |
---|---|
class |
ResteasyProviderFactory
|
Methods in org.jboss.resteasy.spi that return Configurable | ||
---|---|---|
Configurable |
ResteasyProviderFactory.register(Class<?> providerClass)
|
|
Configurable |
ResteasyProviderFactory.register(Class<?> providerClass,
int bindingPriority)
|
|
|
ResteasyProviderFactory.register(Class<T> providerClass,
Class<? super T>... contracts)
|
|
|
ResteasyProviderFactory.register(Class<T> providerClass,
int bindingPriority,
Class<? super T>... contracts)
|
|
Configurable |
ResteasyProviderFactory.register(Object provider)
|
|
|
ResteasyProviderFactory.register(Object provider,
Class<? super T>... contracts)
|
|
Configurable |
ResteasyProviderFactory.register(Object provider,
int bindingPriority)
|
|
|
ResteasyProviderFactory.register(Object provider,
int bindingPriority,
Class<? super T>... contracts)
|
|
Configurable |
ResteasyProviderFactory.setProperties(Map<String,?> properties)
|
|
Configurable |
ResteasyProviderFactory.setProperty(String name,
Object value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |