Expresso 5-6

Uses of Interface
com.jcorporate.expresso.core.controller.ControllerFactory

Packages that use ControllerFactory
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.services.test Contains classes that assist in unit testing using JUnit and Cactus testing. 
 

Uses of ControllerFactory in com.jcorporate.expresso.core.controller
 

Classes in com.jcorporate.expresso.core.controller that implement ControllerFactory
 class DefaultControllerFactory
          This version of Controller Factory acts dumb.
 class ExpressoActionServlet
          Title: Expresso Project Description: Copyright: Copyright (c) 2001, 2002, 2003 Company: Jcorporate
 

Uses of ControllerFactory in com.jcorporate.expresso.core.misc
 

Methods in com.jcorporate.expresso.core.misc that return ControllerFactory
static ControllerFactory ConfigManager.getControllerFactory()
          Returns the controller factory object.
 

Methods in com.jcorporate.expresso.core.misc with parameters of type ControllerFactory
static void ConfigManager.setControllerFactory(ControllerFactory cf)
          set the controller factory to use.
 

Uses of ControllerFactory in com.jcorporate.expresso.services.test
 

Classes in com.jcorporate.expresso.services.test that implement ControllerFactory
 class ActionTestServlet
          Deprecated. since v5.6, no longer compatible with Struts 1.1
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.