| org.apache.turbine.services.rundata.RunDataService
All known Subclasses: org.apache.turbine.services.rundata.TurbineRunDataService,
RunDataService | public interface RunDataService extends Service(Code) | | The RunData Service provides the implementations for RunData and
related interfaces required by request processing. It supports
different configurations of implementations, which can be selected
by specifying a configuration key. It may use pooling, in which case
the implementations should implement the Recyclable interface.
author: Ilkka Priha author: Henning P. Schmiedehausen version: $Id: RunDataService.java 534527 2007-05-02 16:10:59Z tv $ |
COOKIE_PARSER_KEY | String COOKIE_PARSER_KEY(Code) | | The property for the implemention of the CookieParser.
|
DEFAULT_CONFIG | String DEFAULT_CONFIG(Code) | | The default parser configuration key.
|
PARAMETER_PARSER_KEY | String PARAMETER_PARSER_KEY(Code) | | The property for the implemention of the ParameterParser.
|
RUN_DATA_KEY | String RUN_DATA_KEY(Code) | | The property for the implemention of the RunData object
|
SERVICE_NAME | String SERVICE_NAME(Code) | | The key under which this service is stored in TurbineServices.
|
putRunData | boolean putRunData(RunData data)(Code) | | Puts the used RunData object back to the factory for recycling.
Parameters: data - the used RunData object. true, if pooling is supported and the object was accepted. |
|
|