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 classBaseHandlerConfig.BuilderBase<BUILDER extends BaseHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends BaseHandlerConfig> Fluent API builder base forBaseHandlerConfig.Subinterfaces of BaseHandlerConfig in io.helidon.webserver.staticcontentModifier and TypeInterfaceDescriptioninterfaceClasspath based static content handler configuration.interfaceFile system based static content handler configuration.Classes in io.helidon.webserver.staticcontent that implement BaseHandlerConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated 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.BuilderBaseHandlerConfig.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.