Class AbstractTemplateEngineConfiguration
java.lang.Object
fr.opensagres.xdocreport.template.config.AbstractTemplateEngineConfiguration
- All Implemented Interfaces:
ITemplateEngineConfiguration
public abstract class AbstractTemplateEngineConfiguration
extends Object
implements ITemplateEngineConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected abstract voidpopulate(Collection<ReplaceText> replacment)
-
Constructor Details
-
AbstractTemplateEngineConfiguration
public AbstractTemplateEngineConfiguration()
-
-
Method Details
-
escapeXML
public boolean escapeXML()- Specified by:
escapeXMLin interfaceITemplateEngineConfiguration
-
getReplacment
- Specified by:
getReplacmentin interfaceITemplateEngineConfiguration
-
populate
-