All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
DynamicResourceManager |
cachedIndexDir(File cachedIndexFile) |
DynamicResourceManager |
debugInstalls(Map<String,byte[]> debugInstalls) |
DynamicResourceManager |
dependencyResolver(DependencyResolver dependencyResolver) |
DynamicResourceManager |
devMode(boolean devMode) |
io.undertow.server.handlers.resource.Resource |
getCacheEntry(String normalizedPath) |
protected io.undertow.server.handlers.resource.FileResource |
getFileResource(File file,
String path) |
long |
getLastModified() |
Date |
getLastModifiedDate() |
io.undertow.server.handlers.resource.Resource |
getResource(String initialPath) |
Map<String,TranspilerHook> |
getTranspilerMap() |
DynamicResourceManager |
importShim(HtmlImportShim importShim) |
void |
install(String path,
byte[] resolved)
a transpiler generates files which need to be mapped temporary
|
boolean |
isDevMode() |
DynamicResourceManager |
jsPostProcessors(List<JSPostProcessor> jsPostProcessors) |
DynamicResourceManager |
lastStartup(Date lastStartup) |
File |
locateResource(String urlPath) |
DynamicResourceManager |
lookupCache(ConcurrentHashMap<String,io.undertow.server.handlers.resource.Resource> lookupCache) |
DynamicResourceManager |
minify(boolean minify) |
DynamicResourceManager |
prefix(String prefix) |
byte[] |
resolve(File baseDir,
String name,
Map<String,Object> alreadyProcessed)
lookup searchpath
|
File |
resolveFile(File baseDir,
String name) |
String |
resolveUniquePath(File file) |
byte[] |
retrieveBytes(File impFi)
invoke transpilers during prodmode inlining
|
static byte[] |
runJSPostProcessors(List<JSPostProcessor> procs,
byte[] b) |
void |
setImportShim(HtmlImportShim shim) |
void |
setJSPostProcessors(List<JSPostProcessor> JSPostProcessors) |
void |
setPrefix(String prefix) |
void |
setTranspilerMap(Map<String,TranspilerHook> transpilerMap) |
DynamicResourceManager |
transpilerMap(Map<String,TranspilerHook> transpilerMap) |