Return to www.inductionframework.org

com.acciente.induction.dispatcher.model
Class ModelPool

java.lang.Object
  extended by com.acciente.induction.dispatcher.model.ModelPool

public class ModelPool
extends java.lang.Object

Internal. This class manages access to the pool model objects


Constructor Summary
ModelPool(Config.ModelDefs oModelDefs, ModelFactory oModelFactory)
           
 
Method Summary
 java.lang.Object getModel(java.lang.String sModelClassName, javax.servlet.http.HttpServletRequest oHttpServletRequest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelPool

public ModelPool(Config.ModelDefs oModelDefs,
                 ModelFactory oModelFactory)
Method Detail

getModel

public java.lang.Object getModel(java.lang.String sModelClassName,
                                 javax.servlet.http.HttpServletRequest oHttpServletRequest)
                          throws MethodNotFoundException,
                                 java.lang.reflect.InvocationTargetException,
                                 java.lang.ClassNotFoundException,
                                 ConstructorNotFoundException,
                                 com.acciente.commons.reflect.ParameterProviderException,
                                 java.lang.IllegalAccessException,
                                 java.lang.InstantiationException
Throws:
MethodNotFoundException
java.lang.reflect.InvocationTargetException
java.lang.ClassNotFoundException
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.