| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http.servlet | |
| org.nustaq.kontraktor.remoting.http.undertow.builder |
| Modifier and Type | Method and Description |
|---|---|
protected BldResPath |
KontraktorServlet.getResourcePathConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected DynamicResourceManager |
KontraktorServlet.createDependencyResolver(BldResPath dr) |
| Modifier and Type | Method and Description |
|---|---|
BldResPath |
BldResPath.allDev(boolean dev)
turn on/off all inlining + file caching for easy development.
|
BldResPath |
BldResPath.baseDir(String baseDir) |
BldResPath |
BldResPath.cacheAggregates(boolean cacheAggregates) |
BldResPath |
BldResPath.cfg4k(BldFourK cfg4k) |
BldResPath |
BldResPath.compress(boolean doGZip) |
BldResPath |
BldResPath.elements(String... resourcePath) |
BldResPath |
BldResPath.handlerInterceptor(Function<io.undertow.server.HttpServerExchange,Boolean> handlerInterceptor) |
BldResPath |
BldResPath.inline(boolean inline)
inline js, css and static html snippets ("html imports")
|
BldResPath |
BldResPath.jsPostProcessors(JSPostProcessor... procs)
post processors are invoked on js fragments/files once "minify" is set to true.
|
BldResPath |
BldResPath.minify(boolean minify) |
BldResPath |
BldResPath.modify(Function<BldResPath,BldResPath> modificator) |
BldResPath |
BldResPath.productionBuildDir(File productionBuildDir)
production mode only, deliver given file for 'index.html' if it exists,
else transpile and bundle and create it.
|
BldResPath |
BldFourK.resourcePath(String urlPath) |
BldResPath |
BldResPath.resourcePath(String[] resourcePath) |
BldResPath |
BldResPath.stripComments(boolean stripComments) |
BldResPath |
BldResPath.transpile(String ending,
TranspilerHook hook) |
BldResPath |
BldResPath.transpilers(Map<String,TranspilerHook> transpilers) |
BldResPath |
BldResPath.urlPath(String urlPath) |
| Modifier and Type | Method and Description |
|---|---|
BldResPath |
BldResPath.modify(Function<BldResPath,BldResPath> modificator) |
BldResPath |
BldResPath.modify(Function<BldResPath,BldResPath> modificator) |
Copyright © 2020. All rights reserved.