public abstract class AbstractTemplateEngineConfiguration extends Object implements ITemplateEngineConfiguration
| Constructor and Description |
|---|
AbstractTemplateEngineConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
escapeXML() |
Collection<ReplaceText> |
getReplacment() |
protected abstract void |
populate(Collection<ReplaceText> replacment) |
public boolean escapeXML()
escapeXML in interface ITemplateEngineConfigurationpublic Collection<ReplaceText> getReplacment()
getReplacment in interface ITemplateEngineConfigurationprotected abstract void populate(Collection<ReplaceText> replacment)
Copyright © 2015. All Rights Reserved.