oracle.cabo.servlet.ui.data
Class HttpSessionDataObject

java.lang.Object
  |
  +--oracle.cabo.ui.data.servlet.HttpSessionDataObject
        |
        +--oracle.cabo.servlet.ui.data.HttpSessionDataObject
All Implemented Interfaces:
DataObject

Deprecated. This is equivalent to the oracle.cabo.ui version.

public class HttpSessionDataObject
extends HttpSessionDataObject

Turns the attributes of a HttpSession object into a DataObject, so they can be used as generic data objects for any interface that takes DataObjects.


Constructor Summary
HttpSessionDataObject(javax.servlet.http.HttpSession httpSession)
          Deprecated.  
 
Methods inherited from class oracle.cabo.ui.data.servlet.HttpSessionDataObject
selectValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionDataObject

public HttpSessionDataObject(javax.servlet.http.HttpSession httpSession)
Deprecated.