org.experlog.util
Interface Cookie

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ESCookie

public interface Cookie
extends java.io.Serializable


Method Summary
 void fromHttpSession(javax.servlet.http.HttpSession s, AppConfiguration c, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp)
           
 java.lang.String get(java.lang.String name)
           
 java.util.Hashtable getInfo()
           
 void set(java.lang.String name, java.lang.Object val)
           
 void setCookie(ESServletRequest req)
           
 void setCookie(javax.servlet.http.HttpServletRequest req)
           
 void setInfo(java.util.Hashtable info)
           
 void toHttpSession(javax.servlet.http.HttpSession s)
           
 

Method Detail

setCookie

void setCookie(javax.servlet.http.HttpServletRequest req)
               throws java.sql.SQLException
Throws:
java.sql.SQLException

setCookie

void setCookie(ESServletRequest req)
               throws java.sql.SQLException
Throws:
java.sql.SQLException

get

java.lang.String get(java.lang.String name)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

set

void set(java.lang.String name,
         java.lang.Object val)
         throws java.sql.SQLException
Throws:
java.sql.SQLException

getInfo

java.util.Hashtable getInfo()

setInfo

void setInfo(java.util.Hashtable info)

toHttpSession

void toHttpSession(javax.servlet.http.HttpSession s)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

fromHttpSession

void fromHttpSession(javax.servlet.http.HttpSession s,
                     AppConfiguration c,
                     javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse rsp)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException