Class ClojureJSPostProcessor
java.lang.Object
org.nustaq.kontraktor.webapp.javascript.clojure.ClojureJSPostProcessor
- All Implemented Interfaces:
JSPostProcessor
public class ClojureJSPostProcessor extends java.lang.Object implements JSPostProcessor
uses blocking IO only applicable for build steps or build triggering initial request
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.nustaq.kontraktor.webapp.javascript.JSPostProcessor
JSPostProcessor.JSPostProcessorContext -
Constructor Summary
Constructors Constructor Description ClojureJSPostProcessor() -
Method Summary
Modifier and Type Method Description java.lang.StringpostProcess(java.lang.String currentJS, JSPostProcessor.JSPostProcessorContext context)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nustaq.kontraktor.webapp.javascript.JSPostProcessor
postProcess
-
Constructor Details
-
ClojureJSPostProcessor
public ClojureJSPostProcessor()
-
-
Method Details
-
postProcess
public java.lang.String postProcess(java.lang.String currentJS, JSPostProcessor.JSPostProcessorContext context)- Specified by:
postProcessin interfaceJSPostProcessor
-