Return to www.inductionframework.org

Uses of Class
com.acciente.induction.dispatcher.model.ModelPool

Packages that use ModelPool
com.acciente.induction.dispatcher.controller   
com.acciente.induction.dispatcher.model   
com.acciente.induction.dispatcher.view   
com.acciente.induction.init   
 

Uses of ModelPool in com.acciente.induction.dispatcher.controller
 

Constructors in com.acciente.induction.dispatcher.controller with parameters of type ModelPool
ControllerParameterProviderFactory(ModelPool oModelPool, Config.FileUpload oFileUploadConfig, TemplatingEngine oTemplatingEngine, java.lang.ClassLoader oClassLoader)
           
 

Uses of ModelPool in com.acciente.induction.dispatcher.model
 

Methods in com.acciente.induction.dispatcher.model with parameters of type ModelPool
 void ModelFactory.setModelPool(ModelPool oModelPool)
          Used to set a model pool for use in model-to-model dendency injection (note the cyclic relationship between ModelFactory class and the ModelPool class, also a the same relationship between the object instances)
 

Uses of ModelPool in com.acciente.induction.dispatcher.view
 

Constructors in com.acciente.induction.dispatcher.view with parameters of type ModelPool
ViewParameterProviderFactory(ModelPool oModelPool, Config.FileUpload oFileUploadConfig, TemplatingEngine oTemplatingEngine, java.lang.ClassLoader oClassLoader)
           
 

Uses of ModelPool in com.acciente.induction.init
 

Methods in com.acciente.induction.init with parameters of type ModelPool
static ControllerResolver ControllerResolverInitializer.getControllerResolver(Config.ControllerResolver oControllerResolverConfig, Config.ControllerMapping oControllerMappingConfig, ModelPool oModelPool, java.lang.ClassLoader oClassLoader, javax.servlet.ServletConfig oServletConfig)
           
static RedirectResolver RedirectResolverInitializer.getRedirectResolver(Config.RedirectResolver oRedirectResolverConfig, Config.RedirectMapping oRedirectMappingConfig, ModelPool oModelPool, java.lang.ClassLoader oClassLoader, javax.servlet.ServletConfig oServletConfig)
           
static ViewResolver ViewResolverInitializer.getViewResolver(Config.ViewResolver oViewResolverConfig, Config.ViewMapping oViewMappingConfig, ModelPool oModelPool, java.lang.ClassLoader oClassLoader, javax.servlet.ServletConfig oServletConfig)
           
 

Constructors in com.acciente.induction.init with parameters of type ModelPool
InitializerParameterProvider(ModelPool oModelPool, java.lang.String sMessagePrefix)
           
 


Return to www.inductionframework.org

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