Module io.helidon.webserver.context
Package io.helidon.webserver.context
package io.helidon.webserver.context
Helidon WebServer Context Support.
Integration of
Context
with WebServer
.
Register ContextFeature
with
routing builder
.
This will create a request specific context accessible through Contexts.context()
.-
ClassDescriptionAdds
Context
support to Helidon WebServer.Configuration of context feature.Fluent API builder forContextFeature
.ContextFeatureConfig.BuilderBase<BUILDER extends ContextFeatureConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ContextFeatureConfig> Fluent API builder base forContextFeature
.Generated implementation of the prototype, can be extended by descendant prototype implementations.ServiceLoader
provider implementation for context feature forWebServer
.