public class FreeMarkerApplication<USERID> extends TaskApplication<USERID> implements net.idea.restnet.i.freemarker.IFreeMarkerApplication<freemarker.template.Configuration>
Modifier and Type | Field and Description |
---|---|
protected String |
gaCode |
protected String |
profile |
protected String |
versionLong |
protected String |
versionShort |
taskStorage
Constructor and Description |
---|
FreeMarkerApplication() |
Modifier and Type | Method and Description |
---|---|
String |
getAjaxTimeout()
msec
|
freemarker.template.Configuration |
getConfiguration() |
String |
getGACode() |
String |
getProfile() |
String |
getVersionLong() |
String |
getVersionShort() |
protected void |
initFreeMarkerConfiguration() |
boolean |
isEnableEmailVerification() |
boolean |
isSendTokenAsCookie() |
boolean |
isSimilarityOrder() |
void |
setConfiguration(freemarker.template.Configuration configuration) |
void |
setProfile(String profile) |
void |
setVersionLong(String versionLong) |
void |
setVersionShort(String versionShort) |
addTask, addTask, createTaskStorage, finalize, findTask, getTaskStorage, removeTasks, setTaskStorage, stop
createInboundRoot, createOutboundRoot, createRoot, findRole, getConnectorService, getConverterService, getCurrent, getDecoderService, getFinderClass, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRoles, getRoot, getService, getServices, getStatusService, getTaskService, getTunnelService, handle, setClientRoot, setConnectorService, setConverterService, setCurrent, setDecoderService, setFinderClass, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setRangeService, setRoles, setRoot, setRoot, setService, setServices, setStatusService, setTaskService, setTunnelService, start
protected String gaCode
protected String profile
protected String versionShort
protected String versionLong
public String getGACode()
getGACode
in interface net.idea.restnet.i.freemarker.IFreeMarkerApplication<freemarker.template.Configuration>
public String getProfile()
getProfile
in interface net.idea.restnet.i.freemarker.IFreeMarkerApplication<freemarker.template.Configuration>
public void setProfile(String profile)
public String getVersionShort()
getVersionShort
in interface net.idea.restnet.i.freemarker.IFreeMarkerApplication<freemarker.template.Configuration>
public void setVersionShort(String versionShort)
public String getVersionLong()
getVersionLong
in interface net.idea.restnet.i.freemarker.IFreeMarkerApplication<freemarker.template.Configuration>
public void setVersionLong(String versionLong)
public freemarker.template.Configuration getConfiguration()
getConfiguration
in interface net.idea.restnet.i.freemarker.IFreeMarkerApplication<freemarker.template.Configuration>
public void setConfiguration(freemarker.template.Configuration configuration)
protected void initFreeMarkerConfiguration()
public String getAjaxTimeout()
public boolean isSimilarityOrder()
public boolean isEnableEmailVerification()
isEnableEmailVerification
in interface net.idea.restnet.i.freemarker.IFreeMarkerApplication<freemarker.template.Configuration>
public boolean isSendTokenAsCookie()
isSendTokenAsCookie
in interface net.idea.restnet.i.freemarker.IFreeMarkerApplication<freemarker.template.Configuration>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.