Oracle Forms 9i Samples and Demos


Serialized Form


Package oracle.forms.demos.beans

Class oracle.forms.demos.beans.CookieHandler implements Serializable

Serialized Fields

CLASSNAME

java.lang.String CLASSNAME
The classname used for debugging purposes (in the log method). use getClass().getName(); if you want the full package name

m_cookieName

java.lang.String m_cookieName
Member variable to hold the name of the Cookie that GETCOOKIE will be using

m_debug

boolean m_debug

m_window

oracle.forms.demos.beans.JSObject m_window

m_document

oracle.forms.demos.beans.JSObject m_document

m_applet

java.applet.Applet m_applet

m_handler

oracle.forms.handler.IHandler m_handler

isMSIE

boolean isMSIE


Oracle Forms 9i Samples and Demos