Uses of Interface
org.nustaq.kontraktor.webapp.transpiler.TranspilerHook
| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http.undertow.builder | |
| org.nustaq.kontraktor.webapp.javascript | |
| org.nustaq.kontraktor.webapp.transpiler |
-
Uses of TranspilerHook in org.nustaq.kontraktor.remoting.http.undertow.builder
Methods in org.nustaq.kontraktor.remoting.http.undertow.builder that return types with arguments of type TranspilerHook Modifier and Type Method Description Map<String,TranspilerHook>BldResPath. getTranspilers()Methods in org.nustaq.kontraktor.remoting.http.undertow.builder with parameters of type TranspilerHook Modifier and Type Method Description BldResPathBldResPath. transpile(String ending, TranspilerHook hook)Method parameters in org.nustaq.kontraktor.remoting.http.undertow.builder with type arguments of type TranspilerHook Modifier and Type Method Description BldResPathBldResPath. transpilers(Map<String,TranspilerHook> transpilers) -
Uses of TranspilerHook in org.nustaq.kontraktor.webapp.javascript
Methods in org.nustaq.kontraktor.webapp.javascript that return types with arguments of type TranspilerHook Modifier and Type Method Description Map<String,TranspilerHook>DynamicResourceManager. getTranspilerMap()Method parameters in org.nustaq.kontraktor.webapp.javascript with type arguments of type TranspilerHook Modifier and Type Method Description voidDynamicResourceManager. setTranspilerMap(Map<String,TranspilerHook> transpilerMap)DynamicResourceManagerDynamicResourceManager. transpilerMap(Map<String,TranspilerHook> transpilerMap) -
Uses of TranspilerHook in org.nustaq.kontraktor.webapp.transpiler
Classes in org.nustaq.kontraktor.webapp.transpiler that implement TranspilerHook Modifier and Type Class Description classCLICommandTranspilerCreated by ruedi on 21.05.16.classCoffeeScriptTranspilerCreated by ruedi on 22.05.16.classJSXIntrinsicTranspilertranspiles jsx without requiring babel.classJSXWithBabelTranspilerCreated by ruedi on 30.06.17.