StaticContentSupport |
StaticContentSupport.Builder.build() |
|
static StaticContentSupport |
StaticContentSupport.create(String resourceRoot) |
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 |
StaticContentSupport.create(Path root) |
Creates new instance with defined static content root as a path to the file system.
|