com.acciente.induction.init
Class TemplatingEngineInitializer

java.lang.Object
  extended by com.acciente.induction.init.TemplatingEngineInitializer

public class TemplatingEngineInitializer
extends Object

Internal. This class manages initialization of the templating engine based on the configured settings

Author:
Adinath Raveendra Raj

Constructor Summary
TemplatingEngineInitializer()
           
 
Method Summary
static TemplatingEngine getTemplatingEngine(Config.Templating oTemplatingConfig, ModelPool oModelPool, ClassLoader oClassLoader, javax.servlet.ServletConfig oServletConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplatingEngineInitializer

public TemplatingEngineInitializer()
Method Detail

getTemplatingEngine

public static TemplatingEngine getTemplatingEngine(Config.Templating oTemplatingConfig,
                                                   ModelPool oModelPool,
                                                   ClassLoader oClassLoader,
                                                   javax.servlet.ServletConfig oServletConfig)
                                            throws ClassNotFoundException,
                                                   IOException,
                                                   InvocationTargetException,
                                                   ConstructorNotFoundException,
                                                   com.acciente.commons.reflect.ParameterProviderException,
                                                   IllegalAccessException,
                                                   InstantiationException
Throws:
ClassNotFoundException
IOException
InvocationTargetException
ConstructorNotFoundException
com.acciente.commons.reflect.ParameterProviderException
IllegalAccessException
InstantiationException


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