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 StaticContentServiceStaticContentService.Builder.build()static StaticContentServiceCreates new instance with defined static content root as a class-loader resource.static StaticContentServiceStaticContentService.create(String resourceRoot, ClassLoader classLoader) Creates new instance with defined static content root as a class-loader resource.static StaticContentServiceCreates new instance with defined static content root as a path to the file system.protected abstract StaticContentServiceStaticContentService.Builder.doBuild()Build the actual instance.protected StaticContentServiceStaticContentService.ClassPathBuilder.doBuild()protected StaticContentServiceStaticContentService.FileSystemBuilder.doBuild()