Uses of Interface
org.norther.tammi.spray.engine.TemplateEngine

Packages that use TemplateEngine
org.norther.tammi.spray.engine   
org.norther.tammi.spray.freemarker   
org.norther.tammi.spray.servlet   
org.norther.tammi.spray.template   
org.norther.tammi.spray.velocity   
 

Uses of TemplateEngine in org.norther.tammi.spray.engine
 

Classes in org.norther.tammi.spray.engine that implement TemplateEngine
 class AbstractTemplateEngine
          An abstract implementation of TemplateEngine.
 

Methods in org.norther.tammi.spray.engine that return TemplateEngine
 TemplateEngine TemplateExecutor.getTemplateEngine(String template)
          Gets the referent of the template engine MBean to be applied to the specified template.
 

Uses of TemplateEngine in org.norther.tammi.spray.freemarker
 

Classes in org.norther.tammi.spray.freemarker that implement TemplateEngine
 class FreemarkerEngine
          FreemarkerEngine implements TemplateEngine for Freemarker templates.
 

Uses of TemplateEngine in org.norther.tammi.spray.servlet
 

Subinterfaces of TemplateEngine in org.norther.tammi.spray.servlet
 interface JSPEngine
          JSPEngine is an extension to ServletEngine for rendering JSP templates.
 interface ServletEngine
          ServletEngine is an extension to TemplateEngine for rendering templates with the RequestDispatcher mechanism.
 

Classes in org.norther.tammi.spray.servlet that implement TemplateEngine
 class DefaultJSPEngine
          DefaultJSPEngine implements TemplateEngine for JSP templates.
 class DefaultServletEngine
          DefaultServletEngine implements TemplateEngine for servlet templates.
 

Uses of TemplateEngine in org.norther.tammi.spray.template
 

Methods in org.norther.tammi.spray.template that return TemplateEngine
 TemplateEngine DefaultPageFilter.getTemplateEngine(String template)
           
 

Uses of TemplateEngine in org.norther.tammi.spray.velocity
 

Classes in org.norther.tammi.spray.velocity that implement TemplateEngine
 class VelocityEngine
          VelocityEngine implements TemplateEngine for Velocity templates.
 



Copyright © 2004 The Norther Organization. All rights reserved.