jasp.buildin
Interface IWriteCookie
- All Known Implementing Classes:
- ASPCookie
- public interface IWriteCookie
The IWriteCookie interface enables your component to
add new values and set the attributes of the write-only
Cookie collection.
setExpires
public void setExpires(double d)
setSecure
public void setSecure(boolean b)
setPath
public void setPath(java.lang.String s)
elements
public java.util.Enumeration elements()
throws java.lang.Exception
HasKeys
public boolean HasKeys()
setDomain
public void setDomain(java.lang.String s)
throws java.lang.Exception
setItem
public void setItem(variant v,
java.lang.String s)
throws java.lang.Exception
setItem
public void setItem(java.lang.String s,
java.lang.String v)
throws java.lang.Exception