Uses of Interface
org.nustaq.kontraktor.webapp.javascript.JSPostProcessor
-
Uses of JSPostProcessor in org.nustaq.kontraktor.remoting.http.undertow.builder
Methods in org.nustaq.kontraktor.remoting.http.undertow.builder that return types with arguments of type JSPostProcessor Modifier and Type Method Description List<JSPostProcessor>BldResPath. getProdModePostProcessors()Methods in org.nustaq.kontraktor.remoting.http.undertow.builder with parameters of type JSPostProcessor Modifier and Type Method Description BldResPathBldResPath. jsPostProcessors(JSPostProcessor... procs)post processors are invoked on js fragments/files once "minify" is set to true. -
Uses of JSPostProcessor in org.nustaq.kontraktor.webapp.javascript
Method parameters in org.nustaq.kontraktor.webapp.javascript with type arguments of type JSPostProcessor Modifier and Type Method Description DynamicResourceManagerDynamicResourceManager. jsPostProcessors(List<JSPostProcessor> jsPostProcessors)HtmlImportShimHtmlImportShim. jsPostProcessors(List<JSPostProcessor> jsPostProcessors)static byte[]DynamicResourceManager. runJSPostProcessors(List<JSPostProcessor> procs, byte[] b)voidDynamicResourceManager. setJSPostProcessors(List<JSPostProcessor> JSPostProcessors)voidHtmlImportShim. setJSPostProcessors(List<JSPostProcessor> JSPostProcessors) -
Uses of JSPostProcessor in org.nustaq.kontraktor.webapp.javascript.clojure
Classes in org.nustaq.kontraktor.webapp.javascript.clojure that implement JSPostProcessor Modifier and Type Class Description classClojureJSPostProcessoruses blocking IO only applicable for build steps or build triggering initial request -
Uses of JSPostProcessor in org.nustaq.kontraktor.webapp.javascript.jsmin
Classes in org.nustaq.kontraktor.webapp.javascript.jsmin that implement JSPostProcessor Modifier and Type Class Description classJSMinifcationPostProcessor