OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfDhtmlActiveDataSupport

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlActiveDataSupport

public class AdfDhtmlActiveDataSupport
extends AdfObject
For the moment, this is just an empty placeholder. Eventually, the active data implementation will be pulled out of AdfDhtmlPage and hosted here. This will allow us to use library partitioning to pull in the active data code base on an as needed basis, rather than pulling this code down all the time with AdfDhtmlPage.



Field Summary


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfDhtmlActiveDataSupport()
For the moment, this is just an empty placeholder.


Method Summary

private static Object
_requestCallback(Object xmlRequest)
Callback for the XHR onreadystatechange handler.
public Object
requestStatusChanged(Object requestEvent)


Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString


Field Detail


Constructor Detail


AdfDhtmlActiveDataSupport

public AdfDhtmlActiveDataSupport()

For the moment, this is just an empty placeholder. Eventually, the active data implementation will be pulled out of AdfDhtmlPage and hosted here. This will allow us to use library partitioning to pull in the active data code base on an as needed basis, rather than pulling this code down all the time with AdfDhtmlPage.

Method Detail


_requestCallback

private static Object _requestCallback(Object xmlRequest)

Callback for the XHR onreadystatechange handler. In ADS XHRs (long- and periodic-polling) we use this callback, as we are using a separate queue for all ADS XHR objects.

Parameters:
xmlRequest    
Return:
Object

requestStatusChanged

public Object requestStatusChanged(Object requestEvent)

Parameters:
requestEvent    
Return:
Object

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.