Uses of Class
de.uplanet.lucy.server.connector.Cookie
-
Packages that use Cookie Package Description de.uplanet.lucy.server.composer de.uplanet.lucy.server.connector.web -
-
Uses of Cookie in de.uplanet.lucy.server.composer
Methods in de.uplanet.lucy.server.composer that return Cookie Modifier and Type Method Description CookieCookiesCallable. createCookie(String p_strName, String p_strValue)Create a cookie with the specified name and value, and the path set to/.CookieCookiesCallable. createCookieWithPath(String p_strName, String p_strValue, String p_strPath)Create a cookie with the specified name and value, and optional path.CookieCookiesCallable. 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 Modifier and Type Method Description voidHttpResponseWrapper. addCookie(Cookie p_cookie)
-