Return to www.inductionframework.org

com.acciente.induction.init
Class ViewResolverInitializer

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

public class ViewResolverInitializer
extends java.lang.Object

Internal. This is helper class that focuses on setting up the view resolver used by the dispatcher servlet.

Author:
Adinath Raveendra Raj

Constructor Summary
ViewResolverInitializer()
           
 
Method Summary
static ViewResolver getViewResolver(Config.ViewResolver oViewResolverConfig, Config.ViewMapping oViewMappingConfig, ModelPool oModelPool, java.lang.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

ViewResolverInitializer

public ViewResolverInitializer()
Method Detail

getViewResolver

public static ViewResolver getViewResolver(Config.ViewResolver oViewResolverConfig,
                                           Config.ViewMapping oViewMappingConfig,
                                           ModelPool oModelPool,
                                           java.lang.ClassLoader oClassLoader,
                                           javax.servlet.ServletConfig oServletConfig)
                                    throws java.lang.ClassNotFoundException,
                                           java.lang.reflect.InvocationTargetException,
                                           ConstructorNotFoundException,
                                           com.acciente.commons.reflect.ParameterProviderException,
                                           java.lang.IllegalAccessException,
                                           java.lang.InstantiationException,
                                           java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.lang.reflect.InvocationTargetException
ConstructorNotFoundException
com.acciente.commons.reflect.ParameterProviderException
java.lang.IllegalAccessException
java.lang.InstantiationException
java.io.IOException

Return to www.inductionframework.org

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