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