public class UndertowWebServerMain extends Object
| Constructor and Description |
|---|
UndertowWebServerMain() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkBabelService() |
protected void |
checkWorkingDir(File root) |
protected String |
constructLibName(String name) |
protected org.nustaq.kontraktor.webapp.transpiler.TranspilerHook |
createJSXTranspiler(boolean intrinsicJSX,
BasicWebAppConfig cfg) |
protected String |
generateImportEnd(String name,
org.nustaq.kontraktor.webapp.transpiler.jsx.JSXGenerator.ParseResult result) |
protected String |
generateImportPrologue(String name,
org.nustaq.kontraktor.webapp.transpiler.jsx.JSXGenerator.ParseResult result) |
protected String |
getApiEndpointUrlPath()
note client must be changed if this is changed
|
protected String |
getRawRequestUrlPrefix()
requests to urls with the given prefix will be routed raw to "handleDirectRequest" of the WebAppActor.
|
protected String[] |
getResourcePathElements(BasicWebAppConfig cfg) |
BasicWebAppActor |
reactMainHelper(boolean intrinsicJSX,
Class<? extends BasicWebAppActor> myHttpAppClass,
BasicWebAppConfig cfg) |
boolean |
runNodify()
util to startup babel/browserify daemon.
|
protected BasicWebAppActor |
setupAppActor(Class<? extends BasicWebAppActor> myHttpAppClass,
BasicWebAppConfig cfg) |
protected void |
setupUndertow4K_React(boolean intrinsicJSX,
BasicWebAppConfig cfg,
BasicWebAppActor myHttpApp) |
public boolean runNodify()
JSXWithBabelTranspilerpublic BasicWebAppActor reactMainHelper(boolean intrinsicJSX, Class<? extends BasicWebAppActor> myHttpAppClass, BasicWebAppConfig cfg) throws IOException
IOExceptionprotected void setupUndertow4K_React(boolean intrinsicJSX,
BasicWebAppConfig cfg,
BasicWebAppActor myHttpApp)
protected String[] getResourcePathElements(BasicWebAppConfig cfg)
protected org.nustaq.kontraktor.webapp.transpiler.TranspilerHook createJSXTranspiler(boolean intrinsicJSX,
BasicWebAppConfig cfg)
protected String getApiEndpointUrlPath()
protected String getRawRequestUrlPrefix()
protected BasicWebAppActor setupAppActor(Class<? extends BasicWebAppActor> myHttpAppClass, BasicWebAppConfig cfg)
protected void checkWorkingDir(File root)
protected void checkBabelService()
protected String generateImportEnd(String name, org.nustaq.kontraktor.webapp.transpiler.jsx.JSXGenerator.ParseResult result)
protected String generateImportPrologue(String name, org.nustaq.kontraktor.webapp.transpiler.jsx.JSXGenerator.ParseResult result)
Copyright © 2017. All rights reserved.