fr.opensagres.xdocreport.template.config
Class AbstractTemplateEngineConfiguration

java.lang.Object
  extended by fr.opensagres.xdocreport.template.config.AbstractTemplateEngineConfiguration
All Implemented Interfaces:
ITemplateEngineConfiguration
Direct Known Subclasses:
DocxTemplateEngineConfiguration, ODPTemplateEngineConfiguration, ODSTemplateEngineConfiguration, ODTTemplateEngineConfiguration, PPTXTemplateEngineConfiguration

public abstract class AbstractTemplateEngineConfiguration
extends Object
implements ITemplateEngineConfiguration


Constructor Summary
AbstractTemplateEngineConfiguration()
           
 
Method Summary
 boolean escapeXML()
           
 Collection<ReplaceText> getReplacment()
           
protected abstract  void populate(Collection<ReplaceText> replacment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTemplateEngineConfiguration

public AbstractTemplateEngineConfiguration()
Method Detail

escapeXML

public boolean escapeXML()
Specified by:
escapeXML in interface ITemplateEngineConfiguration

getReplacment

public Collection<ReplaceText> getReplacment()
Specified by:
getReplacment in interface ITemplateEngineConfiguration

populate

protected abstract void populate(Collection<ReplaceText> replacment)


Copyright © 2013. All rights reserved.