Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.controller.DBController

Packages that use DBController
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.ext.controller Controllers that are optional to Expresso.  
com.jcorporate.expresso.ext.xml.controller Contains a controller object for importing and export DBObject data into XML formats. 
com.jcorporate.expresso.services.controller.configuration   
 

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

Subclasses of DBController in com.jcorporate.expresso.core.controller
 class SecureIfSetController
          Controller that uses security if the security system is available.
 

Methods in com.jcorporate.expresso.core.controller that return DBController
protected  DBController State.getDBController()
          Deprecated. 4/04 v5.5 use getController and cast.
 

Methods in com.jcorporate.expresso.core.controller with parameters of type DBController
static boolean DBController.isAllowed(ControllerRequest request, DBController controller, String newState)
          for the given controller class and state, can the user in this request access this state?
 

Uses of DBController in com.jcorporate.expresso.ext.controller
 

Subclasses of DBController in com.jcorporate.expresso.ext.controller
 class ComponentManager
          Component Manager Controller Description: The Expresso Framework Copyright: Copyright (c) 2001-2002 Company: JCorporate Ltd.
 class DataTransfer
          DataTransfer is a controller used to move data from one db/context to another, with various options
 class Download
          The download controller provides a ready-to-use component for people to download files through.
 class HealthCheck
          HealthCheck is a stand-alone application that is intended to be called periodically by a scheduler to make sure that all components of the system are operational.
 class ReportServer
          Report server is a generic controller for dishing up reports.
 class RunSQL
          RunSQL allows any arbitrary SQL string to be sent to the database & executed Must be carefully secured!
 class RunTests
          RunTests is a stand-alone application that allows sets of tests to be run
 class ServeTextFile
          This controller is used to serve up text files.
 class TestController
          TestController is a controller that can access and run JUnit unit tests, but from within an Expresso environment (e.g.
 class Upload
          This class is a sample of using uploading files.
 

Uses of DBController in com.jcorporate.expresso.ext.xml.controller
 

Subclasses of DBController in com.jcorporate.expresso.ext.xml.controller
 class XMLController
          The XML transaction allows authorized users to easily import and export DBObject contents to XML formats
 

Uses of DBController in com.jcorporate.expresso.services.controller.configuration
 

Subclasses of DBController in com.jcorporate.expresso.services.controller.configuration
 class CreateSettingsWizard
          Wizard-style controller that helps to create a blank set of settings for the Expresso Runtime.
 class UpgradeSettingsWizard
          Wizard controller that updates all the current settings to the new Expresso runtime system.
 


Expresso 5-6

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