Uses of Class
org.apache.tapestry5.CookieBuilder
Packages that use CookieBuilder
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
[INTERNAL USE ONLY] internal service classes; API subject to change
Core services
-
Uses of CookieBuilder in org.apache.tapestry5
Methods in org.apache.tapestry5 that return CookieBuilderModifier and TypeMethodDescriptionCookieBuilder.setComment
(String comment) Comments are not supported by version 0 (the default) cookiesSet the domain for the cookie to be created.CookieBuilder.setHttpOnly
(boolean httpOnly) Set the cookie's httpOnly mode.CookieBuilder.setMaxAge
(int maxAge) Set how long the cookie should live.Set how long the cookie should live.Set the path for the cookie to be created.CookieBuilder.setSecure
(boolean secure) Set the cookie's secure mode.CookieBuilder.setVersion
(int version) Version 0 complies with the original Netscape cookie specification. -
Uses of CookieBuilder in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return CookieBuilder -
Uses of CookieBuilder in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return CookieBuilderModifier and TypeMethodDescriptionCookies.getBuilder
(String name, String value) Returns aCookieBuilder
to build and write aCookie
.