Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Method and Description |
---|---|
CookieBuilder |
CookieBuilder.setDomain(String domain)
Set the domain for the cookie to be created.
|
CookieBuilder |
CookieBuilder.setMaxAge(int maxAge)
Set how long the cookie should live.
|
CookieBuilder |
CookieBuilder.setPath(String path)
Set the path for the cookie to be created.
|
CookieBuilder |
CookieBuilder.setSecure(boolean secure)
Set the cookie's secure mode.
|
Modifier and Type | Method and Description |
---|---|
CookieBuilder |
CookiesImpl.getBuilder(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
CookieBuilder |
Cookies.getBuilder(String name,
String value)
Returns a
CookieBuilder to build and write a Cookie . |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.