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 classClasspathHandlerConfig.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 classGenerated 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 ClasspathHandlerConfigClasspathHandlerConfig.create()Create a new instance with default values.static ClasspathHandlerConfigDeprecated.static ClasspathHandlerConfigCreate a new instance from configuration.static ClasspathHandlerConfigCreate 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()StaticContentConfig.classpath()List of classpath based static content handlers.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 HttpServiceStaticContentFeature.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.
create(io.helidon.config.Config)