com.carbonfive.sstemplates
Class SsTemplateProcessor

java.lang.Object
  extended bycom.carbonfive.sstemplates.SsTemplateProcessor
Direct Known Subclasses:
ServletSsTemplateProcessor

public class SsTemplateProcessor
extends java.lang.Object

Version:
$REVISION
Author:
sivoh

Method Summary
static SsTemplateProcessor getInstance()
           
static SsTemplateProcessor getInstance(java.util.Collection customTags)
           
 java.util.List getTags()
           
 org.apache.poi.hssf.usermodel.HSSFWorkbook process(java.io.File templateDir, java.io.File templateFile, java.util.Map context)
           
 org.apache.poi.hssf.usermodel.HSSFWorkbook process(java.io.File templateFile, java.util.Map context)
           
 WorkbookTag retrieveRenderTree(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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