public abstract class BaseTemplate extends Template
Modifier and Type | Class and Description |
---|---|
static class |
BaseTemplate.RawData |
Modifier and Type | Field and Description |
---|---|
String |
compiledSource |
Class |
compiledTemplate |
String |
compiledTemplateName |
static ThreadLocal<BaseTemplate> |
currentTemplate |
Set<Integer> |
doBodyLines |
static ThreadLocal<BaseTemplate> |
layout |
static ThreadLocal<Map<Object,Object>> |
layoutData |
Map<Integer,Integer> |
linesMatrix |
Long |
timestamp |
Constructor and Description |
---|
BaseTemplate(String source) |
BaseTemplate(String name,
String source) |
Modifier and Type | Method and Description |
---|---|
protected abstract Throwable |
cleanStackTrace(Throwable e) |
boolean |
loadFromCache() |
void |
loadPrecompiled() |
public String compiledSource
public Class compiledTemplate
public String compiledTemplateName
public Long timestamp
public static final ThreadLocal<BaseTemplate> layout
public static final ThreadLocal<Map<Object,Object>> layoutData
public static final ThreadLocal<BaseTemplate> currentTemplate
public BaseTemplate(String source)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly