Return to www.inductionframework.org

Uses of Interface
com.acciente.induction.template.TemplatingEngine

Packages that use TemplatingEngine
com.acciente.induction.dispatcher.controller   
com.acciente.induction.dispatcher.model   
com.acciente.induction.dispatcher.view   
com.acciente.induction.init   
com.acciente.induction.template   
 

Uses of TemplatingEngine in com.acciente.induction.dispatcher.controller
 

Constructors in com.acciente.induction.dispatcher.controller with parameters of type TemplatingEngine
ControllerParameterProviderFactory(ModelPool oModelPool, Config.FileUpload oFileUploadConfig, TemplatingEngine oTemplatingEngine, java.lang.ClassLoader oClassLoader)
           
 

Uses of TemplatingEngine in com.acciente.induction.dispatcher.model
 

Constructors in com.acciente.induction.dispatcher.model with parameters of type TemplatingEngine
ModelFactory(java.lang.ClassLoader oClassLoader, javax.servlet.ServletConfig oServletConfig, TemplatingEngine oTemplatingEngine, Config.FileUpload oFileUploadConfig)
           
 

Uses of TemplatingEngine in com.acciente.induction.dispatcher.view
 

Constructors in com.acciente.induction.dispatcher.view with parameters of type TemplatingEngine
ViewExecutor(ViewFactory oViewFactory, TemplatingEngine oTemplatingEngine)
           
ViewParameterProviderFactory(ModelPool oModelPool, Config.FileUpload oFileUploadConfig, TemplatingEngine oTemplatingEngine, java.lang.ClassLoader oClassLoader)
           
 

Uses of TemplatingEngine in com.acciente.induction.init
 

Methods in com.acciente.induction.init that return TemplatingEngine
static TemplatingEngine TemplatingEngineInitializer.getTemplatingEngine(Config.Templating oTemplatingConfig, java.lang.ClassLoader oClassLoader, javax.servlet.ServletConfig oServletConfig)
           
 

Uses of TemplatingEngine in com.acciente.induction.template
 

Classes in com.acciente.induction.template that implement TemplatingEngine
 class FreemarkerTemplatingEngine
          An implementation of the Induction template engine interface that plugs in the Freemarker templating engine.
 


Return to www.inductionframework.org

Copyright © 2008-2009 Acciente, LLC. All Rights Reserved.