Uses of Class
io.helidon.webserver.staticcontent.ClasspathHandlerConfig.Builder
Packages that use ClasspathHandlerConfig.Builder
-
Uses of ClasspathHandlerConfig.Builder in io.helidon.webserver.staticcontent
Methods in io.helidon.webserver.staticcontent that return ClasspathHandlerConfig.BuilderModifier and TypeMethodDescriptionClasspathHandlerConfig.builder()
Create a new fluent API builder to customize configuration.ClasspathHandlerConfig.builder
(ClasspathHandlerConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.staticcontent with type arguments of type ClasspathHandlerConfig.BuilderModifier and TypeMethodDescriptionStaticContentConfig.BuilderBase.addClasspath
(Consumer<ClasspathHandlerConfig.Builder> consumer) List of classpath based static content handlers.