Uses of Interface
org.nustaq.kontraktor.webapp.javascript.JSPostProcessor
Packages that use JSPostProcessor
Package
Description
-
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 JSPostProcessorMethods in org.nustaq.kontraktor.remoting.http.undertow.builder with parameters of type JSPostProcessorModifier and TypeMethodDescriptionBldResPath.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 JSPostProcessorModifier and TypeMethodDescriptionDynamicResourceManager.jsPostProcessors(List<JSPostProcessor> jsPostProcessors) HtmlImportShim.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 JSPostProcessorModifier and TypeClassDescriptionclassuses 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