public class DynamicResourceManager
extends io.undertow.server.handlers.resource.FileResourceManager
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DynamicResourceManager.MyResource |
| Constructor and Description |
|---|
DynamicResourceManager(boolean devMode,
String prefix,
boolean minify,
String resPathBase,
String... resourcePath) |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.server.handlers.resource.Resource |
getResource(String initialPath) |
boolean |
isDevMode() |
void |
setImportShim(HtmlImportShim shim) |
void |
setPrefix(String prefix) |
public void setImportShim(HtmlImportShim shim)
public void setPrefix(String prefix)
public boolean isDevMode()
public io.undertow.server.handlers.resource.Resource getResource(String initialPath)
getResource in interface io.undertow.server.handlers.resource.ResourceManagergetResource in class io.undertow.server.handlers.resource.FileResourceManagerCopyright © 2015. All rights reserved.