Return to www.inductionframework.org

com.acciente.induction.init
Class ControllerResolverInitializer

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

public class ControllerResolverInitializer
extends java.lang.Object

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


Constructor Summary
ControllerResolverInitializer()
           
 
Method Summary
static ControllerResolver getControllerResolver(Config.ControllerResolver oControllerResolverConfig, java.lang.ClassLoader oClassLoader, javax.servlet.ServletConfig oServletConfig, Logger oLogger)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerResolverInitializer

public ControllerResolverInitializer()
Method Detail

getControllerResolver

public static ControllerResolver getControllerResolver(Config.ControllerResolver oControllerResolverConfig,
                                                       java.lang.ClassLoader oClassLoader,
                                                       javax.servlet.ServletConfig oServletConfig,
                                                       Logger oLogger)
                                                throws java.lang.ClassNotFoundException,
                                                       java.lang.reflect.InvocationTargetException,
                                                       ConstructorNotFoundException,
                                                       com.acciente.commons.reflect.ParameterProviderException,
                                                       java.lang.IllegalAccessException,
                                                       java.lang.InstantiationException
Throws:
java.lang.ClassNotFoundException
java.lang.reflect.InvocationTargetException
ConstructorNotFoundException
com.acciente.commons.reflect.ParameterProviderException
java.lang.IllegalAccessException
java.lang.InstantiationException

Return to www.inductionframework.org

Copyright (c) 2008 Acciente, LLC. All rights reserved.