org.apache.turbine |
Turbine Servlet and Constants.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
ConfigurationTest.java | Class | Tests that the ConfigurationFactory and regular old properties methods both work. |
DestroyTest.java | Class | Can we call "destroy" unconditionally on our Turbine Servlet, even if
it hasn't configured?
author: Henning P. |
TestTurbine.java | Class | Start and Stop Turbine.
author: Henning P. |
TorqueLoadTest.java | Class | Can we load and run Torque standalone, from Component and from
AvalonComponent Service?
author: Henning P. |
Turbine.java | Class | Turbine is the main servlet for the entire system. |
TurbineConfigTest.java | Class | This testcase verifies that TurbineConfig can be used to startup Turbine in a non
servlet environment properly. |
TurbineConstants.java | Interface | This interface contains all the constants used throughout
the Turbine code base.
author: Jason van Zyl author: Henning P. |