| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method | Description |
|---|---|---|
StaticContentSupport |
StaticContentSupport.Builder.build() |
Builds new
StaticContentSupport instance. |
static StaticContentSupport |
StaticContentSupport.create(java.lang.String resourceRoot) |
Creates new instance with defined static content root as a class-loader resource.
|
static StaticContentSupport |
StaticContentSupport.create(java.lang.String resourceRoot,
java.lang.ClassLoader classLoader) |
Creates new instance with defined static content root as a class-loader resource.
|
static StaticContentSupport |
StaticContentSupport.create(java.nio.file.Path root) |
Creates new instance with defined static content root as a path to the file system.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.