public class BldResPath extends Object
| Constructor and Description |
|---|
BldResPath(BldFourK cfg4k,
String urlPath) |
public BldResPath handlerInterceptor(Function<io.undertow.server.HttpServerExchange,Boolean> handlerInterceptor)
public Function<io.undertow.server.HttpServerExchange,Boolean> getHandlerInterceptor()
public BldResPath elements(String... resourcePath)
resourcePath - - a list of directories to lookup when searching for imports/resourcespublic BldResPath inline(boolean inline)
public BldResPath stripComments(boolean stripComments)
public BldResPath modify(Function<BldResPath,BldResPath> modificator)
public BldResPath baseDir(String baseDir)
public String getBaseDir()
public BldResPath minify(boolean minify)
public boolean isInline()
public boolean isStripComments()
public boolean isMinify()
public BldResPath cacheAggregates(boolean cacheAggregates)
public BldResPath allDev(boolean dev)
public BldResPath compress(boolean doGZip)
public BldFourK buildResourcePath()
public String getUrlPath()
public boolean isCacheAggregates()
public String[] getResourcePath()
public boolean isCompress()
public BldResPath transpile(String ending, TranspilerHook hook)
public Map<String,TranspilerHook> getTranspilers()
Copyright © 2017. All rights reserved.