|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.services.impl.CookieSourceImpl
Implementation of the CookieSource
service interface.
Constructor Summary | |
CookieSourceImpl()
|
Method Summary | |
java.lang.String |
readCookieValue(java.lang.String name)
Returns the value of the first cookie whose name matches. |
void |
removeCookieValue(java.lang.String name)
Removes a previously written cookie, by writing a new cookie with a maxAge of 0. |
void |
setDefaultMaxAge(int defaultMaxAge)
|
void |
setRequest(javax.servlet.http.HttpServletRequest request)
|
void |
setResponse(javax.servlet.http.HttpServletResponse response)
|
void |
writeCookieValue(java.lang.String name,
java.lang.String value)
Creates or updates a cookie value. |
void |
writeCookieValue(java.lang.String name,
java.lang.String value,
int maxAge)
As with writeCookieValue(String, String) but an explicit maximum age may be set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CookieSourceImpl()
Method Detail |
public java.lang.String readCookieValue(java.lang.String name)
CookieSource
CookieSource.writeCookieValue(String, String)
).
readCookieValue
in interface CookieSource
public void writeCookieValue(java.lang.String name, java.lang.String value)
CookieSource
org.apache.tapestry.default-cookie-max-age
. The factory default
for this value is the equivalent of one week.
writeCookieValue
in interface CookieSource
public void writeCookieValue(java.lang.String name, java.lang.String value, int maxAge)
CookieSource
CookieSource.writeCookieValue(String, String)
but an explicit maximum age may be set.
writeCookieValue
in interface CookieSource
name
- the name of the cookievalue
- the value to be stored in the cookiemaxAge
- the maximum age, in seconds, to store the cookiepublic void removeCookieValue(java.lang.String name)
CookieSource
removeCookieValue
in interface CookieSource
public void setRequest(javax.servlet.http.HttpServletRequest request)
public void setResponse(javax.servlet.http.HttpServletResponse response)
public void setDefaultMaxAge(int defaultMaxAge)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |