Uses of Interface
io.helidon.webserver.staticcontent.BaseHandlerConfig
Packages that use BaseHandlerConfig
-
Uses of BaseHandlerConfig in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type BaseHandlerConfigModifier and TypeClassDescriptionstatic class
BaseHandlerConfig.BuilderBase<BUILDER extends BaseHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends BaseHandlerConfig> Fluent API builder base forBaseHandlerConfig
.Subinterfaces of BaseHandlerConfig in io.helidon.webserver.staticcontentModifier and TypeInterfaceDescriptioninterface
Classpath based static content handler configuration.interface
File system based static content handler configuration.Classes in io.helidon.webserver.staticcontent that implement BaseHandlerConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.protected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.protected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.staticcontent that return BaseHandlerConfigModifier and TypeMethodDescriptionBaseHandlerConfig.Builder.build()
BaseHandlerConfig.Builder.buildPrototype()
Methods in io.helidon.webserver.staticcontent with parameters of type BaseHandlerConfigModifier and TypeMethodDescriptionstatic BaseHandlerConfig.Builder
BaseHandlerConfig.builder
(BaseHandlerConfig instance) Create a new fluent API builder from an existing instance.BaseHandlerConfig.BuilderBase.from
(BaseHandlerConfig prototype) Update this builder from an existing prototype instance.