Module io.helidon.webserver.context
Package io.helidon.webserver.context
Class ContextFeatureProvider
java.lang.Object
io.helidon.webserver.context.ContextFeatureProvider
- All Implemented Interfaces:
- ConfiguredProvider<ContextFeature>,- ServerFeatureProvider<ContextFeature>
ServiceLoader provider implementation for context feature for WebServer.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ContextFeatureProviderDeprecated.only forServiceLoaderRequired forServiceLoader.
 
- 
- 
Method Details- 
configKeyDescription copied from interface:ConfiguredProviderKey this service implementation is stored under. This is also considered the service "type" when used in a list in configuration, to allow the same service defined more than once.- Specified by:
- configKeyin interface- ConfiguredProvider<ContextFeature>
- Returns:
- key of this implementation
 
- 
createDescription copied from interface:ConfiguredProviderCreate a new instance from the configuration located on the provided node.- Specified by:
- createin interface- ConfiguredProvider<ContextFeature>
- Parameters:
- config- located at- ConfiguredProvider.configKey()node
- name- name of the configured implementation
- Returns:
- a new instance created from this config node
 
 
- 
ServiceLoader