com.carbonfive.sstemplates
Class SsTemplateProcessor
java.lang.Object
com.carbonfive.sstemplates.SsTemplateProcessor
- Direct Known Subclasses:
- ServletSsTemplateProcessor
- public class SsTemplateProcessor
- extends java.lang.Object
- Version:
- $REVISION
- Author:
- sivoh
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static SsTemplateProcessor getInstance()
throws SsTemplateException
- Throws:
SsTemplateException
getInstance
public static SsTemplateProcessor getInstance(java.util.Collection customTags)
throws SsTemplateException
- Throws:
SsTemplateException
process
public org.apache.poi.hssf.usermodel.HSSFWorkbook process(java.io.File templateFile,
java.util.Map context)
throws SsTemplateException
- Throws:
SsTemplateException
process
public org.apache.poi.hssf.usermodel.HSSFWorkbook process(java.io.File templateDir,
java.io.File templateFile,
java.util.Map context)
throws SsTemplateException
- Throws:
SsTemplateException
getTags
public java.util.List getTags()
retrieveRenderTree
public WorkbookTag retrieveRenderTree(java.lang.String path)
throws SsTemplateException
- Throws:
SsTemplateException