Uses of Interface
jakarta.ws.rs.core.FeatureContext
-
Packages that use FeatureContext Package Description jakarta.ws.rs.container Container-specific JAX-RS API.jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.client.jaxrs.cache org.jboss.resteasy.plugins.interceptors org.jboss.resteasy.util -
-
Uses of FeatureContext in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type FeatureContext Modifier and Type Method Description voidDynamicFeature. 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 aruntime configurationscope of a particularresource or sub-resource method; i.e. -
Uses of FeatureContext in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core with parameters of type FeatureContext Modifier and Type Method Description booleanFeature. 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 Modifier and Type Method Description booleanBrowserCacheFeature. configure(FeatureContext configuration) -
Uses of FeatureContext in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type FeatureContext Modifier and Type Method Description voidCacheControlFeature. configure(ResourceInfo resourceInfo, FeatureContext configurable)voidClientContentEncodingAnnotationFeature. configure(ResourceInfo resourceInfo, FeatureContext configurable)voidRoleBasedSecurityFeature. configure(ResourceInfo resourceInfo, FeatureContext configurable)voidServerContentEncodingAnnotationFeature. configure(ResourceInfo resourceInfo, FeatureContext configurable) -
Uses of FeatureContext in org.jboss.resteasy.util
Classes in org.jboss.resteasy.util that implement FeatureContext Modifier and Type Class Description classDynamicFeatureContextDelegateclassFeatureContextDelegateMethods in org.jboss.resteasy.util that return FeatureContext Modifier and Type Method Description FeatureContextDynamicFeatureContextDelegate. property(String name, Object value)FeatureContextFeatureContextDelegate. property(String name, Object value)FeatureContextDynamicFeatureContextDelegate. register(Class<?> componentClass)FeatureContextDynamicFeatureContextDelegate. register(Class<?> componentClass, int priority)FeatureContextDynamicFeatureContextDelegate. register(Class<?> componentClass, Class<?>... contracts)FeatureContextDynamicFeatureContextDelegate. register(Class<?> componentClass, Map<Class<?>,Integer> contracts)FeatureContextDynamicFeatureContextDelegate. register(Object component)FeatureContextDynamicFeatureContextDelegate. register(Object component, int priority)FeatureContextDynamicFeatureContextDelegate. register(Object component, Class<?>... contracts)FeatureContextDynamicFeatureContextDelegate. register(Object component, Map<Class<?>,Integer> contracts)FeatureContextFeatureContextDelegate. register(Class<?> componentClass)FeatureContextFeatureContextDelegate. register(Class<?> componentClass, int priority)FeatureContextFeatureContextDelegate. register(Class<?> componentClass, Class<?>... contracts)FeatureContextFeatureContextDelegate. register(Class<?> componentClass, Map<Class<?>,Integer> contracts)FeatureContextFeatureContextDelegate. register(Object component)FeatureContextFeatureContextDelegate. register(Object component, int priority)FeatureContextFeatureContextDelegate. register(Object component, Class<?>... contracts)FeatureContextFeatureContextDelegate. register(Object component, Map<Class<?>,Integer> contracts)
-