public abstract class AbstractTemplatesLoader<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractTemplatesLoader.TEMPLATE_TYPE
Deprecated.
|
Constructor and Description |
---|
AbstractTemplatesLoader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract T |
createTemplate(org.jdom.Element templateElement)
Deprecated.
|
void |
load(TemplateConfig<T> templateConfig,
org.jdom.Element rootElement)
Deprecated.
Loads notificator templates.
|
public void load(TemplateConfig<T> templateConfig, org.jdom.Element rootElement)
protected abstract T createTemplate(org.jdom.Element templateElement)