Business Components

Uses of Class
oracle.jbo.http.HttpContainer

Packages that use.*
PackageDescription
oracle.jbo.html.jsp Contains utitlity classes used by the Data Web Bean runtime. 
oracle.jbo.http   
 

Uses of HttpContainer in oracle.jbo.html.jsp
 

Methods in oracle.jbo.html.jsp that return HttpContainer
TypeName
static HttpContainer JSPApplicationRegistry.getHttpContainer(javax.servlet.http.HttpSession session)
          Deprecated.  
 

Uses of HttpContainer in oracle.jbo.http
 

Methods in oracle.jbo.http that return HttpContainer
TypeName
static HttpContainer HttpContainer.getInstanceFromSession(javax.servlet.http.HttpSession session)
          Retrieve an http container instance from the http session context.
 


Business Components