|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jasp.buildin.ICookiesDictionary
This class is a general interface wrapper that can wrap the following collections:
| Constructor Summary | |
ICookiesDictionary()
Creates the ICookiesDictionary object. |
|
| Method Summary | |
java.util.Enumeration |
elements()
Retrieves an enumerator interface which can be used to iterate through the items in the collection. |
int |
getCount()
Returns the number of cookies in the Cookies collection |
ASPCookie |
getItem(int v)
Retrieves the specified cookie from Cookies colleciton. |
ASPCookie |
getItem(java.lang.String v)
Retrieves the specified cookie from the Cookies colleciton. |
ASPCookie |
getItem(variant v)
Retrieves the specified cookie from Cookies colleciton. |
java.lang.String |
getKey(int index)
Retrieves a unique identifier for a Cookie in the Cookies colleciton. |
java.lang.String |
getKey(variant v)
Retrieves a unique identifier for a Cookie in the Cookies colleciton. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ICookiesDictionary()
| Method Detail |
public java.util.Enumeration elements()
public ASPCookie getItem(variant v)
throws java.lang.Exception
v - the name of the cookie or index.
public ASPCookie getItem(int v)
throws java.lang.Exception
v - the cookie indexpublic ASPCookie getItem(java.lang.String v)
v - the name of the cookie
public java.lang.String getKey(variant v)
throws java.lang.Exception
v - the cookie index
public java.lang.String getKey(int index)
throws java.lang.Exception
v - the cookie indexpublic int getCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||