Uses of Class
org.nustaq.kontraktor.remoting.http.undertow.builder.BldResPath
| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http.servlet | |
| org.nustaq.kontraktor.remoting.http.undertow.builder |
-
Uses of BldResPath in org.nustaq.kontraktor.remoting.http.servlet
Methods in org.nustaq.kontraktor.remoting.http.servlet that return BldResPath Modifier and Type Method Description protected BldResPathKontraktorServlet. getResourcePathConfig()Methods in org.nustaq.kontraktor.remoting.http.servlet with parameters of type BldResPath Modifier and Type Method Description protected 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 BldResPath Modifier and Type Method Description BldResPathBldResPath. allDev(boolean dev)turn on/off all inlining + file caching for easy development.BldResPathBldResPath. baseDir(java.lang.String baseDir)BldResPathBldResPath. cacheAggregates(boolean cacheAggregates)BldResPathBldResPath. cfg4k(BldFourK cfg4k)BldResPathBldResPath. compress(boolean doGZip)BldResPathBldResPath. elements(java.lang.String... resourcePath)BldResPathBldResPath. handlerInterceptor(java.util.function.Function<io.undertow.server.HttpServerExchange,java.lang.Boolean> handlerInterceptor)BldResPathBldResPath. inline(boolean inline)inline js, css and static html snippets ("html imports")BldResPathBldResPath. jsPostProcessors(JSPostProcessor... procs)post processors are invoked on js fragments/files once "minify" is set to true.BldResPathBldResPath. minify(boolean minify)BldResPathBldResPath. modify(java.util.function.Function<BldResPath,BldResPath> modificator)BldResPathBldResPath. productionBuildDir(java.io.File productionBuildDir)production mode only, deliver given file for 'index.html' if it exists, else transpile and bundle and create it.BldResPathBldFourK. resourcePath(java.lang.String urlPath)BldResPathBldResPath. resourcePath(java.lang.String[] resourcePath)BldResPathBldResPath. stripComments(boolean stripComments)BldResPathBldResPath. transpile(java.lang.String ending, TranspilerHook hook)BldResPathBldResPath. transpilers(java.util.Map<java.lang.String,TranspilerHook> transpilers)BldResPathBldResPath. urlPath(java.lang.String urlPath)Method parameters in org.nustaq.kontraktor.remoting.http.undertow.builder with type arguments of type BldResPath Modifier and Type Method Description BldResPathBldResPath. modify(java.util.function.Function<BldResPath,BldResPath> modificator)BldResPathBldResPath. modify(java.util.function.Function<BldResPath,BldResPath> modificator)