com.acciente.induction.init
Class ControllerResolverInitializer

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

public class ControllerResolverInitializer
extends Object

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

Author:
Adinath Raveendra Raj

Constructor Summary
ControllerResolverInitializer()
           
 
Method Summary
static ControllerResolver getControllerResolver(Config.ControllerResolver oControllerResolverConfig, Config.ControllerMapping oControllerMappingConfig, 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

ControllerResolverInitializer

public ControllerResolverInitializer()
Method Detail

getControllerResolver

public static ControllerResolver getControllerResolver(Config.ControllerResolver oControllerResolverConfig,
                                                       Config.ControllerMapping oControllerMappingConfig,
                                                       ModelPool oModelPool,
                                                       ClassLoader oClassLoader,
                                                       javax.servlet.ServletConfig oServletConfig)
                                                throws ClassNotFoundException,
                                                       InvocationTargetException,
                                                       ConstructorNotFoundException,
                                                       com.acciente.commons.reflect.ParameterProviderException,
                                                       IllegalAccessException,
                                                       InstantiationException,
                                                       IOException
Throws:
ClassNotFoundException
InvocationTargetException
ConstructorNotFoundException
com.acciente.commons.reflect.ParameterProviderException
IllegalAccessException
InstantiationException
IOException


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