Uses of Class
io.helidon.webserver.staticcontent.StaticContentConfig.Builder
Packages that use StaticContentConfig.Builder
-
Uses of StaticContentConfig.Builder in io.helidon.webserver.staticcontent
Methods in io.helidon.webserver.staticcontent that return StaticContentConfig.BuilderModifier and TypeMethodDescriptionstatic StaticContentConfig.Builder
StaticContentConfig.builder()
Create a new fluent API builder to customize configuration.static StaticContentConfig.Builder
StaticContentConfig.builder
(StaticContentConfig instance) Create a new fluent API builder from an existing instance.static StaticContentConfig.Builder
StaticContentFeature.builder()
A new fluent API builder to create Access log support instance.Method parameters in io.helidon.webserver.staticcontent with type arguments of type StaticContentConfig.BuilderModifier and TypeMethodDescriptionstatic StaticContentFeature
StaticContentFeature.create
(Consumer<StaticContentConfig.Builder> builderConsumer) Create a new instance customizing its configuration.