com.opensymphony.webwork.views.jsp.ui.template
Class JspTemplateEngine

java.lang.Object
  extended bycom.opensymphony.webwork.views.jsp.ui.template.BaseTemplateEngine
      extended bycom.opensymphony.webwork.views.jsp.ui.template.JspTemplateEngine
All Implemented Interfaces:
TemplateEngine

public class JspTemplateEngine
extends BaseTemplateEngine

JspTemplateEngine Date: Sep 28, 2004 12:01:59 PM

Author:
jcarreira

Constructor Summary
JspTemplateEngine()
           
 
Method Summary
protected  String getSuffix()
           
 void renderTemplate(TemplateRenderingContext templateContext)
           
 
Methods inherited from class com.opensymphony.webwork.views.jsp.ui.template.BaseTemplateEngine
getFinalTemplateName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTemplateEngine

public JspTemplateEngine()
Method Detail

renderTemplate

public void renderTemplate(TemplateRenderingContext templateContext)
                    throws Exception
Throws:
Exception

getSuffix

protected String getSuffix()
Specified by:
getSuffix in class BaseTemplateEngine

WebWork Project Page