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.glassfish.jersey Common Jersey core classes.org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.authentication Provides core client authentication mechanisms.org.glassfish.jersey.client.filter Provides core client filters.org.glassfish.jersey.client.http org.glassfish.jersey.logging Logging feature provides the logging of requests and responses on server and client.org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces.org.glassfish.jersey.server.filter Provides core server filters.org.glassfish.jersey.server.filter.internal Server filter internal classes.org.glassfish.jersey.server.wadl Jersey server-side WADL support public classes and interfaces.org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes. -
-
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.glassfish.jersey
Methods in org.glassfish.jersey with parameters of type FeatureContext Modifier and Type Method Description static org.glassfish.jersey.internal.inject.InjectionManagerInjectionManagerProvider. getInjectionManager(FeatureContext featureContext)Extract and return injection manager fromfeatureContext. -
Uses of FeatureContext in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client with parameters of type FeatureContext Modifier and Type Method Description booleanCustomProvidersFeature. configure(FeatureContext context) -
Uses of FeatureContext in org.glassfish.jersey.client.authentication
Methods in org.glassfish.jersey.client.authentication with parameters of type FeatureContext Modifier and Type Method Description booleanHttpAuthenticationFeature. configure(FeatureContext context) -
Uses of FeatureContext in org.glassfish.jersey.client.filter
Methods in org.glassfish.jersey.client.filter with parameters of type FeatureContext Modifier and Type Method Description booleanEncodingFeature. configure(FeatureContext context) -
Uses of FeatureContext in org.glassfish.jersey.client.http
Methods in org.glassfish.jersey.client.http with parameters of type FeatureContext Modifier and Type Method Description booleanExpect100ContinueFeature. configure(FeatureContext configurableContext) -
Uses of FeatureContext in org.glassfish.jersey.logging
Methods in org.glassfish.jersey.logging with parameters of type FeatureContext Modifier and Type Method Description booleanLoggingFeature. configure(FeatureContext context)voidLoggingFeatureAutoDiscoverable. configure(FeatureContext context) -
Uses of FeatureContext in org.glassfish.jersey.model.internal
Classes in org.glassfish.jersey.model.internal that implement FeatureContext Modifier and Type Class Description classCommonConfigCommon immutableConfigurationimplementation for server and client.classFeatureContextWrapperWrapper ofFeatureContextthat can supply instance ofinjection manager.classImmutableCommonConfigImmutable runtime configuration.Methods in org.glassfish.jersey.model.internal that return FeatureContext Modifier and Type Method Description FeatureContextFeatureContextWrapper. property(String name, Object value)FeatureContextFeatureContextWrapper. register(Class<?> componentClass)FeatureContextFeatureContextWrapper. register(Class<?> componentClass, int priority)FeatureContextFeatureContextWrapper. register(Class<?> componentClass, Class<?>... contracts)FeatureContextFeatureContextWrapper. register(Class<?> componentClass, Map<Class<?>,Integer> contracts)FeatureContextFeatureContextWrapper. register(Object component)FeatureContextFeatureContextWrapper. register(Object component, int priority)FeatureContextFeatureContextWrapper. register(Object component, Class<?>... contracts)FeatureContextFeatureContextWrapper. register(Object component, Map<Class<?>,Integer> contracts)Constructors in org.glassfish.jersey.model.internal with parameters of type FeatureContext Constructor Description FeatureContextWrapper(FeatureContext context, org.glassfish.jersey.internal.inject.InjectionManager injectionManager)Create a new instance of wrapper. -
Uses of FeatureContext in org.glassfish.jersey.server.filter
Methods in org.glassfish.jersey.server.filter with parameters of type FeatureContext Modifier and Type Method Description voidRolesAllowedDynamicFeature. configure(ResourceInfo resourceInfo, FeatureContext configuration) -
Uses of FeatureContext in org.glassfish.jersey.server.filter.internal
Methods in org.glassfish.jersey.server.filter.internal with parameters of type FeatureContext Modifier and Type Method Description voidServerFiltersAutoDiscoverable. configure(FeatureContext context) -
Uses of FeatureContext in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl with parameters of type FeatureContext Modifier and Type Method Description booleanWadlFeature. configure(FeatureContext context) -
Uses of FeatureContext in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal with parameters of type FeatureContext Modifier and Type Method Description voidWadlAutoDiscoverable. configure(FeatureContext context)
-