Uses of Class
org.nustaq.kontraktor.remoting.http.undertow.builder.BldResPath
Packages that use BldResPath
Package
Description
-
Uses of BldResPath in org.nustaq.kontraktor.remoting.http.servlet
Methods in org.nustaq.kontraktor.remoting.http.servlet that return BldResPathMethods in org.nustaq.kontraktor.remoting.http.servlet with parameters of type BldResPathModifier and TypeMethodDescriptionprotected DynamicResourceManagerKontraktorServlet.createDependencyResolver(BldResPath dr) -
Uses of BldResPath in org.nustaq.kontraktor.remoting.http.undertow.builder
Methods in org.nustaq.kontraktor.remoting.http.undertow.builder that return BldResPathModifier and TypeMethodDescriptionBldResPath.allDev(boolean dev) turn on/off all inlining + file caching for easy development.BldResPath.cacheAggregates(boolean cacheAggregates) BldResPath.compress(boolean doGZip) BldResPath.handlerInterceptor(Function<io.undertow.server.HttpServerExchange, Boolean> handlerInterceptor) BldResPath.inline(boolean inline) inline js, css and static html snippets ("html imports")BldResPath.jsPostProcessors(JSPostProcessor... procs) post processors are invoked on js fragments/files once "minify" is set to true.BldResPath.minify(boolean minify) BldResPath.modify(Function<BldResPath, BldResPath> modificator) BldResPath.productionBuildDir(File productionBuildDir) production mode only, deliver given file for 'index.html' if it exists, else transpile and bundle and create it.BldFourK.resourcePath(String urlPath) BldResPath.resourcePath(String[] resourcePath) BldResPath.stripComments(boolean stripComments) BldResPath.transpile(String ending, TranspilerHook hook) BldResPath.transpilers(Map<String, TranspilerHook> transpilers) Method parameters in org.nustaq.kontraktor.remoting.http.undertow.builder with type arguments of type BldResPathModifier and TypeMethodDescriptionBldResPath.modify(Function<BldResPath, BldResPath> modificator) BldResPath.modify(Function<BldResPath, BldResPath> modificator)