Uses of Interface
io.helidon.webserver.staticcontent.StaticContentService
-
Uses of StaticContentService in io.helidon.webserver.staticcontent
Modifier and TypeMethodDescriptionfinal StaticContentService
StaticContentService.Builder.build()
static StaticContentService
Creates new instance with defined static content root as a class-loader resource.static StaticContentService
StaticContentService.create
(String resourceRoot, ClassLoader classLoader) Creates new instance with defined static content root as a class-loader resource.static StaticContentService
Creates new instance with defined static content root as a path to the file system.protected abstract StaticContentService
StaticContentService.Builder.doBuild()
Build the actual instance.protected StaticContentService
StaticContentService.ClassPathBuilder.doBuild()
protected StaticContentService
StaticContentService.FileSystemBuilder.doBuild()