Uses of Class
de.uplanet.lucy.server.connector.Cookie
Packages that use Cookie
-
Uses of Cookie in de.uplanet.lucy.server.composer
Methods in de.uplanet.lucy.server.composer that return CookieModifier and TypeMethodDescriptionCookiesCallable.createCookie
(String p_strName, String p_strValue) Create a cookie with the specified name and value, and the path set to/
.CookiesCallable.createCookieWithPath
(String p_strName, String p_strValue, String p_strPath) Create a cookie with the specified name and value, and optional path.CookiesCallable.createSessionCookie
(ISession p_session) Create a session cookie. -
Uses of Cookie in de.uplanet.lucy.server.connector.web
Methods in de.uplanet.lucy.server.connector.web with parameters of type Cookie