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