You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by "Albrecht F.Leiprecht" <al...@mail.ccc-casino.com> on 2001/04/09 18:41:53 UTC

DefaultCookieParser Instance

Hi all...

I'm right now fiddling with cookies... I found the following part in
the Turbine Props for my Project. I've been looking at the (new) api
and it looks very useable to me ...

Is there a recommended way to use it ...?
I wonder if Turbine instanciates a those default parsers ...

I would very appreciate if you can give me a hint or
point me in the right direction ..

<!--- snipp part from Turbine.properties --->

    # -------------------------------------------------------------------
    #  R U N   D A T A   S E R V I C E
    # -------------------------------------------------------------------
    # Default implementations of base interfaces for request processing.
    # Additional configurations can be defined by using other keys
    # in the place of the <default> key.
    # -------------------------------------------------------------------


services.TurbineRunDataService.default.run.data=org.apache.turbine.services.
rundata.DefaultTurbineRunData

services.TurbineRunDataService.default.parameter.parser=org.apache.turbine.u
til.parser.DefaultParameterParser

services.TurbineRunDataService.default.cookie.parser=org.apache.turbine.util
.parser.DefaultCookieParser

<!--- snapp part from Turbine.properties --->


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org