Module tapestry.request
Back to master index

[public] Service Point tapestry.request.CookieSource Interface: org.apache.tapestry.services.CookieSource
Allows access to incoming HTTP cookie values for the active (per-thread) request.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="org.apache.tapestry.services.impl.CookieSourceImpl" >
      • <set-object property="request" value="infrastructure:request" />
      • <set-object property="response" value="infrastructure:response" />
      </construct>
    </invoke-factory>

Module tapestry.request
Back to master index