Uses of Class
org.nustaq.kontraktor.webapp.javascript.DynamicResourceManager
Packages that use DynamicResourceManager
Package
Description
-
Uses of DynamicResourceManager in org.nustaq.kontraktor.remoting.http.servlet
Fields in org.nustaq.kontraktor.remoting.http.servlet declared as DynamicResourceManagerModifier and TypeFieldDescriptionprotected DynamicResourceManagerKontraktorServlet.dynamicResourceManagerMethods in org.nustaq.kontraktor.remoting.http.servlet that return DynamicResourceManagerModifier and TypeMethodDescriptionprotected DynamicResourceManagerKontraktorServlet.createDependencyResolver(BldResPath dr) -
Uses of DynamicResourceManager in org.nustaq.kontraktor.remoting.http.undertow
Methods in org.nustaq.kontraktor.remoting.http.undertow with parameters of type DynamicResourceManagerModifier and TypeMethodDescriptionHttp4K.publishResourcePath(String hostName, String urlPath, int port, DynamicResourceManager man, boolean compress) Http4K.publishResourcePath(String hostName, String urlPath, int port, DynamicResourceManager man, boolean compress, Function<io.undertow.server.HttpServerExchange, Boolean> interceptor) -
Uses of DynamicResourceManager in org.nustaq.kontraktor.webapp.javascript
Methods in org.nustaq.kontraktor.webapp.javascript that return DynamicResourceManagerModifier and TypeMethodDescriptionDynamicResourceManager.cachedIndexDir(File cachedIndexFile) DynamicResourceManager.debugInstalls(Map<String, byte[]> debugInstalls) DynamicResourceManager.dependencyResolver(DependencyResolver dependencyResolver) DynamicResourceManager.devMode(boolean devMode) DynamicResourceManager.importShim(HtmlImportShim importShim) DynamicResourceManager.jsPostProcessors(List<JSPostProcessor> jsPostProcessors) DynamicResourceManager.lastStartup(Date lastStartup) DynamicResourceManager.lookupCache(ConcurrentHashMap<String, io.undertow.server.handlers.resource.Resource> lookupCache) DynamicResourceManager.minify(boolean minify) DynamicResourceManager.transpilerMap(Map<String, TranspilerHook> transpilerMap)