com.carbonfive.sstemplates.servlet
Class ServletSsTemplateProcessor

java.lang.Object
  extended bycom.carbonfive.sstemplates.SsTemplateProcessor
      extended bycom.carbonfive.sstemplates.servlet.ServletSsTemplateProcessor

public class ServletSsTemplateProcessor
extends SsTemplateProcessor


Method Summary
static SsTemplateProcessor getInstance(java.util.Collection customTags)
           
 org.apache.poi.hssf.usermodel.HSSFWorkbook process(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context, java.io.File templateDir, java.io.File templateFile)
           
 
Methods inherited from class com.carbonfive.sstemplates.SsTemplateProcessor
getInstance, getTags, process, process, retrieveRenderTree
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SsTemplateProcessor getInstance(java.util.Collection customTags)
                                       throws SsTemplateException
Throws:
SsTemplateException

process

public org.apache.poi.hssf.usermodel.HSSFWorkbook process(javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.ServletContext context,
                                                          java.io.File templateDir,
                                                          java.io.File templateFile)
                                                   throws SsTemplateException
Throws:
SsTemplateException