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="impl.CookieSourceImpl"
>
- <set-service
property="request"
service-id="tapestry.globals.HttpServletRequest"
/>
- <set-service
property="response"
service-id="tapestry.globals.HttpServletResponse"
/>
</construct>
</invoke-factory>
|
Implementation from module tapestry.portlet |
---|
|