com.opensymphony.webwork.views.jsp.ui.template
Interface TemplateEngine

All Known Implementing Classes:
BaseTemplateEngine

public interface TemplateEngine

Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the template Date: Sep 28, 2004 11:56:34 AM

Author:
jcarreira

Method Summary
 String getFinalTemplateName(String templateName)
           
 void renderTemplate(TemplateRenderingContext templateContext)
           
 

Method Detail

renderTemplate

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

getFinalTemplateName

public String getFinalTemplateName(String templateName)

WebWork Project Page