jasp.buildin
Interface IReadCookie

All Known Implementing Classes:
ASPCookie

public interface IReadCookie

The IReadCookie interface enables your component to retrieve the values stored in the read-only Cookies collection.


Method Summary
 java.util.Enumeration elements()
           
 int getCount()
           
 variant getItem(int v)
           
 variant getItem(java.lang.String v)
           
 variant getItem(variant v)
           
 variant getValue()
           
 boolean HasKeys()
           
 

Method Detail

elements

public java.util.Enumeration elements()
                               throws java.lang.Exception

HasKeys

public boolean HasKeys()

getItem

public variant getItem(variant v)
                throws java.lang.Exception

getItem

public variant getItem(int v)
                throws java.lang.Exception

getItem

public variant getItem(java.lang.String v)
                throws java.lang.Exception

getCount

public int getCount()

getValue

public variant getValue()
                 throws java.lang.Exception