Uses of Interface
io.helidon.webserver.staticcontent.StaticContentService
Packages that use StaticContentService
-
Uses of StaticContentService in io.helidon.webserver.staticcontent
Methods in io.helidon.webserver.staticcontent that return StaticContentServiceModifier and TypeMethodDescriptionfinal StaticContentService
StaticContentService.Builder.build()
Deprecated, for removal: This API element is subject to removal in a future version.static StaticContentService
Deprecated, for removal: This API element is subject to removal in a future version.static StaticContentService
StaticContentService.create
(String resourceRoot, ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.static StaticContentService
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract StaticContentService
StaticContentService.Builder.doBuild()
Deprecated, for removal: This API element is subject to removal in a future version.Build the actual instance.protected StaticContentService
StaticContentService.ClassPathBuilder.doBuild()
protected StaticContentService
StaticContentService.FileSystemBuilder.doBuild()
ClasspathHandlerConfig.builder()
andStaticContentFeature.createService(ClasspathHandlerConfig)
instead