Uses of Class
io.helidon.webserver.staticcontent.ClasspathHandlerConfig.Builder
Packages that use ClasspathHandlerConfig.Builder
-
Uses of ClasspathHandlerConfig.Builder in io.helidon.webserver.staticcontent
Subclasses with type arguments of type ClasspathHandlerConfig.Builder in io.helidon.webserver.staticcontentClasses in io.helidon.webserver.staticcontent that implement interfaces with type arguments of type ClasspathHandlerConfig.BuilderMethods 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.