Uses of Class
org.pentaho.platform.engine.core.system.objfac.AbstractSpringPentahoObjectFactory

Packages that use AbstractSpringPentahoObjectFactory
org.pentaho.platform.engine.core.system.objfac   
org.pentaho.platform.web.http.context   
 

Uses of AbstractSpringPentahoObjectFactory in org.pentaho.platform.engine.core.system.objfac
 

Subclasses of AbstractSpringPentahoObjectFactory in org.pentaho.platform.engine.core.system.objfac
 class StandaloneSpringPentahoObjectFactory
          This factory implementation creates and uses a self-contained Spring ApplicationContext which is not tied to or accesible by any other parts of the application.
 

Uses of AbstractSpringPentahoObjectFactory in org.pentaho.platform.web.http.context
 

Subclasses of AbstractSpringPentahoObjectFactory in org.pentaho.platform.web.http.context
 class WebSpringPentahoObjectFactory
          This factory implementation can be used in a web environment in which a Spring WebApplicationContext has already been created during initialization of the web application.