|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.khubla.pragmatach.framework.api.Cookies
public class Cookies
Constructor Summary | |
---|---|
Cookies(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
ctor |
Method Summary | |
---|---|
void |
clearAll()
clear all cookies |
String |
getCookie(String name)
get a cookie by name |
Hashtable<String,String> |
getCookies()
get all the cookies |
String |
getEncryptedCookie(String name)
get a encrypter cookie by name |
void |
removeCookie(String name)
remove a cookie |
void |
setCookie(String name,
String value)
set a cookie |
void |
setEncryptedCookie(String name,
String value)
set a cookie |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cookies(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
Method Detail |
---|
public void clearAll() throws PragmatachException
PragmatachException
public String getCookie(String name) throws PragmatachException
PragmatachException
public Hashtable<String,String> getCookies() throws PragmatachException
PragmatachException
public String getEncryptedCookie(String name) throws PragmatachException
PragmatachException
public void removeCookie(String name) throws PragmatachException
PragmatachException
public void setCookie(String name, String value) throws PragmatachException
PragmatachException
public void setEncryptedCookie(String name, String value) throws PragmatachException
PragmatachException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |