Uses of Interface
io.helidon.webserver.context.ContextFeatureConfig
Packages that use ContextFeatureConfig
-
Uses of ContextFeatureConfig in io.helidon.webserver.context
Classes in io.helidon.webserver.context with type parameters of type ContextFeatureConfigModifier and TypeClassDescriptionstatic class
ContextFeatureConfig.BuilderBase<BUILDER extends ContextFeatureConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContextFeatureConfig> Fluent API builder base forContextFeature
.Classes in io.helidon.webserver.context that implement ContextFeatureConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.context that return ContextFeatureConfigModifier and TypeMethodDescriptionContextFeatureConfig.Builder.buildPrototype()
static ContextFeatureConfig
ContextFeatureConfig.create()
Create a new instance with default values.static ContextFeatureConfig
Create a new instance from configuration.ContextFeature.prototype()
Methods in io.helidon.webserver.context with parameters of type ContextFeatureConfigModifier and TypeMethodDescriptionstatic ContextFeatureConfig.Builder
ContextFeatureConfig.builder
(ContextFeatureConfig instance) Create a new fluent API builder from an existing instance.static ContextFeature
ContextFeature.create
(ContextFeatureConfig config) Create a new instance from its configuration.ContextFeatureConfig.BuilderBase.from
(ContextFeatureConfig prototype) Update this builder from an existing prototype instance.