Uses of Interface
com.opensymphony.webwork.components.template.TemplateEngine

Packages that use TemplateEngine
com.opensymphony.webwork.components.template   
 

Uses of TemplateEngine in com.opensymphony.webwork.components.template
 

Classes in com.opensymphony.webwork.components.template that implement TemplateEngine
 class BaseTemplateEngine
          Base class for template engines.
 class FreemarkerTemplateEngine
          Freemarker based template engine.
 class JspTemplateEngine
          JSP based template engine.
 class VelocityTemplateEngine
          Velocity based template engine.
 

Methods in com.opensymphony.webwork.components.template that return TemplateEngine
static TemplateEngine TemplateEngineManager.getTemplateEngine(Template template, String templateTypeOverride)
          Gets the TemplateEngine for the template name.
 

Methods in com.opensymphony.webwork.components.template with parameters of type TemplateEngine
 List Template.getPossibleTemplates(TemplateEngine engine)
           
static void TemplateEngineManager.registerTemplateEngine(String templateExtension, TemplateEngine templateEngine)
          Registers the given template engine.
 


WebWork Project Page