public abstract class AbstractFtlHandler extends java.lang.Object implements IWebModuleConsumer, org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
jsRuntimeLib |
Constructor and Description |
---|
AbstractFtlHandler() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getLang(org.vertx.java.core.http.HttpServerRequest request) |
protected abstract java.lang.String |
getTemplateName() |
void |
handle(org.vertx.java.core.http.HttpServerRequest request) |
protected void |
loadPageModel(org.vertx.java.core.http.HttpServerRequest request,
java.util.Map<java.lang.String,java.lang.Object> model) |
void |
setModule(WebModule module) |
public void handle(org.vertx.java.core.http.HttpServerRequest request)
handle
in interface org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest>
protected java.lang.String getLang(org.vertx.java.core.http.HttpServerRequest request)
public void setModule(WebModule module)
setModule
in interface IWebModuleConsumer
protected abstract java.lang.String getTemplateName()
protected void loadPageModel(org.vertx.java.core.http.HttpServerRequest request, java.util.Map<java.lang.String,java.lang.Object> model)
Copyright © 2021. All Rights Reserved.