org.apache.turbine.services.rundata |
Rundata Service provides a factory for the request cycle data objects.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
DefaultTurbineRunData.java | Class | DefaultTurbineRunData is the default implementation of the
TurbineRunData interface, which is distributed by the Turbine
RunData service, if another implementation is not defined in
the default or specified RunData configuration.
TurbineRunData is an extension to RunData, which
is an interface to run-rime information that is passed
within Turbine. |
RunDataService.java | Interface | The RunData Service provides the implementations for RunData and
related interfaces required by request processing. |
TurbineRunData.java | Interface | TurbineRunData is an extension to the RunData interface to be
implemented by RunData implementations to be distributed by
the Turbine RunData Service. |
TurbineRunDataFacade.java | Class | Static wrapper for the RunData service. |
TurbineRunDataService.java | Class | The RunData Service provides the implementations for RunData and
related interfaces required by request processing. |