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