Uses of Class
io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
Packages that use BaseHandlerConfig.BuilderBase
-
Uses of BaseHandlerConfig.BuilderBase in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type BaseHandlerConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
BaseHandlerConfig.BuilderBase<BUILDER extends BaseHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends BaseHandlerConfig> Fluent API builder base forBaseHandlerConfig
.Subclasses of BaseHandlerConfig.BuilderBase in io.helidon.webserver.staticcontentModifier and TypeClassDescriptionstatic class
Fluent API builder forBaseHandlerConfig
.static class
Fluent API builder forClasspathHandlerConfig
.static class
ClasspathHandlerConfig.BuilderBase<BUILDER extends ClasspathHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ClasspathHandlerConfig> Fluent API builder base forClasspathHandlerConfig
.static class
Fluent API builder forFileSystemHandlerConfig
.static class
FileSystemHandlerConfig.BuilderBase<BUILDER extends FileSystemHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends FileSystemHandlerConfig> Fluent API builder base forFileSystemHandlerConfig
.Methods in io.helidon.webserver.staticcontent with parameters of type BaseHandlerConfig.BuilderBaseModifier and TypeMethodDescriptionBaseHandlerConfig.BuilderBase.from
(BaseHandlerConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.staticcontent with parameters of type BaseHandlerConfig.BuilderBaseModifierConstructorDescriptionprotected
BaseHandlerConfigImpl
(BaseHandlerConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.