Uses of Interface
io.helidon.webserver.staticcontent.ClasspathHandlerConfig
Packages that use ClasspathHandlerConfig
-
Uses of ClasspathHandlerConfig in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type ClasspathHandlerConfigModifier and TypeClassDescriptionstatic class
ClasspathHandlerConfig.BuilderBase<BUILDER extends ClasspathHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ClasspathHandlerConfig> Fluent API builder base forClasspathHandlerConfig
.Classes in io.helidon.webserver.staticcontent that implement ClasspathHandlerConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.staticcontent that return ClasspathHandlerConfigModifier and TypeMethodDescriptionClasspathHandlerConfig.Builder.build()
ClasspathHandlerConfig.Builder.buildPrototype()
static ClasspathHandlerConfig
ClasspathHandlerConfig.create()
Create a new instance with default values.static ClasspathHandlerConfig
Create a new instance from configuration.static ClasspathHandlerConfig
Create a new classpath based static content configuration from the defined location.Methods in io.helidon.webserver.staticcontent that return types with arguments of type ClasspathHandlerConfigModifier and TypeMethodDescriptionStaticContentConfig.BuilderBase.classpath()
List of classpath based static content handlers.StaticContentConfig.BuilderBase.StaticContentConfigImpl.classpath()
Methods in io.helidon.webserver.staticcontent with parameters of type ClasspathHandlerConfigModifier and TypeMethodDescriptionStaticContentConfig.BuilderBase.addClasspath
(ClasspathHandlerConfig classpath) List of classpath based static content handlers.ClasspathHandlerConfig.builder
(ClasspathHandlerConfig instance) Create a new fluent API builder from an existing instance.static HttpService
StaticContentFeature.createService
(ClasspathHandlerConfig config) Create an Http service for classpath based content handler.ClasspathHandlerConfig.BuilderBase.from
(ClasspathHandlerConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webserver.staticcontent with type arguments of type ClasspathHandlerConfigModifier and TypeMethodDescriptionStaticContentConfig.BuilderBase.addClasspath
(List<? extends ClasspathHandlerConfig> classpath) List of classpath based static content handlers.StaticContentConfig.BuilderBase.classpath
(List<? extends ClasspathHandlerConfig> classpath) List of classpath based static content handlers.