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 classBaseHandlerConfig.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 classFluent API builder forBaseHandlerConfig.static classFluent API builder forClasspathHandlerConfig.static classClasspathHandlerConfig.BuilderBase<BUILDER extends ClasspathHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ClasspathHandlerConfig> Fluent API builder base forClasspathHandlerConfig.static classFluent API builder forFileSystemHandlerConfig.static classFileSystemHandlerConfig.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.BuilderBaseModifierConstructorDescriptionprotectedBaseHandlerConfigImpl(BaseHandlerConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.