|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeatureContext | |
|---|---|
| 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.cache | |
| 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.util | |
| Uses of FeatureContext in javax.ws.rs.container |
|---|
| Methods in javax.ws.rs.container with parameters of type FeatureContext | |
|---|---|
void |
DynamicFeature.configure(ResourceInfo resourceInfo,
FeatureContext context)
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a runtime configuration scope of a particular resource or sub-resource method; i.e. |
| Uses of FeatureContext in javax.ws.rs.core |
|---|
| Methods in javax.ws.rs.core with parameters of type FeatureContext | |
|---|---|
boolean |
Feature.configure(FeatureContext context)
A call-back method called when the feature is to be enabled in a given runtime configuration scope. |
| Uses of FeatureContext in org.jboss.resteasy.client.jaxrs.cache |
|---|
| Methods in org.jboss.resteasy.client.jaxrs.cache with parameters of type FeatureContext | |
|---|---|
boolean |
BrowserCacheFeature.configure(FeatureContext configuration)
|
| Uses of FeatureContext in org.jboss.resteasy.plugins.cache.server |
|---|
| Methods in org.jboss.resteasy.plugins.cache.server with parameters of type FeatureContext | |
|---|---|
boolean |
ServerCacheFeature.configure(FeatureContext configurable)
|
| Uses of FeatureContext in org.jboss.resteasy.plugins.interceptors |
|---|
| Methods in org.jboss.resteasy.plugins.interceptors with parameters of type FeatureContext | |
|---|---|
void |
RoleBasedSecurityFeature.configure(ResourceInfo resourceInfo,
FeatureContext configurable)
|
void |
CacheControlFeature.configure(ResourceInfo resourceInfo,
FeatureContext configurable)
|
| Uses of FeatureContext in org.jboss.resteasy.plugins.interceptors.encoding |
|---|
| Methods in org.jboss.resteasy.plugins.interceptors.encoding with parameters of type FeatureContext | |
|---|---|
void |
ServerContentEncodingAnnotationFeature.configure(ResourceInfo resourceInfo,
FeatureContext configurable)
|
void |
ClientContentEncodingAnnotationFeature.configure(ResourceInfo resourceInfo,
FeatureContext configurable)
|
| Uses of FeatureContext in org.jboss.resteasy.security.doseta |
|---|
| Methods in org.jboss.resteasy.security.doseta with parameters of type FeatureContext | |
|---|---|
void |
ServerDigitalVerificationHeaderDecoratorFeature.configure(ResourceInfo resourceInfo,
FeatureContext configurable)
|
void |
ServerDigitalSigningHeaderDecoratorFeature.configure(ResourceInfo resourceInfo,
FeatureContext configurable)
|
void |
ClientDigitalVerificationHeaderDecoratorFeature.configure(ResourceInfo resourceInfo,
FeatureContext configurable)
|
void |
ClientDigitalSigningHeaderDecoratorFeature.configure(ResourceInfo resourceInfo,
FeatureContext configurable)
|
| Uses of FeatureContext in org.jboss.resteasy.util |
|---|
| Classes in org.jboss.resteasy.util that implement FeatureContext | |
|---|---|
class |
FeatureContextDelegate
|
| Methods in org.jboss.resteasy.util that return FeatureContext | |
|---|---|
FeatureContext |
FeatureContextDelegate.property(String name,
Object value)
|
FeatureContext |
FeatureContextDelegate.register(Class<?> componentClass)
|
FeatureContext |
FeatureContextDelegate.register(Class<?> componentClass,
Class<?>... contracts)
|
FeatureContext |
FeatureContextDelegate.register(Class<?> componentClass,
int priority)
|
FeatureContext |
FeatureContextDelegate.register(Class<?> componentClass,
Map<Class<?>,Integer> contracts)
|
FeatureContext |
FeatureContextDelegate.register(Object component)
|
FeatureContext |
FeatureContextDelegate.register(Object component,
Class<?>... contracts)
|
FeatureContext |
FeatureContextDelegate.register(Object component,
int priority)
|
FeatureContext |
FeatureContextDelegate.register(Object component,
Map<Class<?>,Integer> contracts)
|
FeatureContext |
FeatureContextDelegate.replaceWith(Configuration config)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||