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

Packages that use TemplatingEngine
com.acciente.induction.dispatcher.controller   
com.acciente.induction.dispatcher.interceptor   
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, RedirectResolverExecutor oRedirectResolverExecutor, ClassLoader oClassLoader)
           
 

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

Constructors in com.acciente.induction.dispatcher.interceptor with parameters of type TemplatingEngine
RequestInterceptorParameterProviderFactory(ModelPool oModelPool, Config.FileUpload oFileUploadConfig, TemplatingEngine oTemplatingEngine, ClassLoader oClassLoader)
           
 

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

Methods in com.acciente.induction.dispatcher.model with parameters of type TemplatingEngine
 void ModelFactory.setTemplatingEngine(TemplatingEngine oTemplatingEngine)
          This method exists to set the templating engine after construction of the model factory since there is a cyclic dependency between the templating engine and the model factory
 

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, RedirectResolverExecutor oRedirectResolverExecutor, 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, ModelPool oModelPool, 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.
 



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