|
Class Summary |
| ComponentManager |
Component Manager Controller
Description: The Expresso Framework
Copyright: Copyright (c) 2001-2002
Company: JCorporate Ltd. |
| DataTransfer |
DataTransfer is a controller used to move data from one
db/context to another, with various options |
| Download |
The download controller provides a ready-to-use component for people to download
files through. |
| 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. |
| ReportServer |
Report server is a generic controller for dishing up reports. |
| RunSQL |
RunSQL allows any arbitrary SQL string to be sent to the database & executed
Must be carefully secured! |
| RunTests |
RunTests is a stand-alone application that allows sets of
tests to be run |
| RunTestThread |
RunTestThread is a single thread that runs a specified test set a given number
of times. |
| ServeTextFile |
This controller is used to serve up text files. |
| TestController |
TestController is a controller that can access and run
JUnit unit tests, but from within an Expresso environment (e.g.
|
| Upload |
This class is a sample of using uploading files. |