Uses of Interface
javax.ws.rs.core.FeatureContext
-
Packages that use FeatureContext Package Description javax.ws.rs.container Container-specific API.javax.ws.rs.core 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 FeatureContext Modifier and Type Method Description voidDynamicFeature. 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
Methods in javax.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.
-