Interface TurbineRunData

  • All Superinterfaces:
    AutoCloseable, PipelineData, org.apache.fulcrum.pool.Recyclable, RunData
    All Known Implementing Classes:
    DefaultTurbineRunData

    public interface TurbineRunData
    extends RunData, org.apache.fulcrum.pool.Recyclable
    TurbineRunData is an extension to the RunData interface to be implemented by RunData implementations to be distributed by the Turbine RunData Service. The extensions define methods that are used by the service for initializing the implementation, but which are not meant to be called by the actual client objects.

    TurbineRunData extends also the Recyclable interface making it possible to pool its implementations for recycling.

    Version:
    $Id$
    Author:
    Ilkka Priha, Jon S. Stevens, Bernie Hoeneisen, Daniel Rall, Henning P. Schmiedehausen
    • Method Detail

      • getParameterParser

        org.apache.fulcrum.parser.ParameterParser getParameterParser()
        Gets the parameter parser without parsing the parameters.
        Returns:
        the parameter parser.
      • getCookieParser

        org.apache.fulcrum.parser.CookieParser getCookieParser()
        Gets the cookie parser without parsing the cookies.
        Returns:
        the cookie parser.