Uses of Class
io.helidon.webserver.StaticContentSupport
Packages that use StaticContentSupport
-
Uses of StaticContentSupport in io.helidon.webserver
Methods in io.helidon.webserver that return StaticContentSupportModifier and TypeMethodDescriptionStaticContentSupport.Builder.build()Builds newStaticContentSupportinstance.static StaticContentSupportDeprecated, for removal: This API element is subject to removal in a future version.Creates new instance with defined static content root as a class-loader resource.static StaticContentSupportStaticContentSupport.create(String resourceRoot, ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.Creates new instance with defined static content root as a class-loader resource.static StaticContentSupportDeprecated, for removal: This API element is subject to removal in a future version.Creates new instance with defined static content root as a path to the file system.