Uses of Interface
javax.ws.rs.core.FeatureContext
Packages that use FeatureContext
Package
Description
Container-specific API.
Low-level interfaces and annotations used to create RESTful service
resources.
-
Uses of FeatureContext in javax.ws.rs.container
Methods in javax.ws.rs.container with parameters of type FeatureContextModifier and TypeMethodDescriptionvoidDynamicFeature.configure(ResourceInfo resourceInfo, FeatureContext context) A callback method called by the 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 javax.ws.rs.core
Subinterfaces with type arguments of type FeatureContext in javax.ws.rs.coreModifier and TypeInterfaceDescriptioninterfaceA configurable context passed toFeatureandDynamicFeatureinstances by the runtime during the phase of their configuration.Methods in javax.ws.rs.core with parameters of type FeatureContextModifier and TypeMethodDescriptionbooleanFeature.configure(FeatureContext context) A call-back method called when the feature is to be enabled in a given runtime configuration scope.