JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.scriptLoading
Class AdfXmlHttpLibraryLoadableScript
Warning:
- This is an unsupported, internal implementation class.
 
- Use an API class that might provide equivalent functionality instead.
 
- This class will change without notice.
 
- It is not recommended that you use anything in this class.
 
 
org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.laf.dhtml.scriptLoading.AdfLoadableScript
               |
               +--oracle.adfinternal.view.js.laf.dhtml.scriptLoading.AdfXmlHttpLibraryLoadableScript
public class AdfXmlHttpLibraryLoadableScript
extends AdfLoadableScript
AdfLoadableScript implementation that loads script via XmlHttpRequest.
Methods inherited from oracle.adf.view.js.base.AdfObject
 | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
private Object _librarySource 
private Object _loadMethod 
public AdfXmlHttpLibraryLoadableScript(Object domWindow,
                                       Object librarySource,
                                       Object loadMethod) 
AdfLoadableScript implementation that loads script via XmlHttpRequest.
 
- Parameters:
 
- 
domWindow | 
  | 
  | 
librarySource | 
  | 
  | 
loadMethod | 
  | 
  | 
 
 
private Object _completeExecScript(Object xmlHttp) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
private Object _execScriptCallback(Object xmlHttp) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
public Object getLoadMethod() 
Returns the loading method used to load this script.
 
- Return:
 
Object 
- Overrides:
 
AdfLoadableScript.getLoadMethod() 
 
protected Object Init(Object domWindow,
                      Object librarySource,
                      Object loadMethod) 
Initializes the AdfXmlHttpLibraryLoadableScript.
 
- Parameters:
 
- 
domWindow | 
  | 
  | 
librarySource | 
  | 
  | 
loadMethod | 
  | 
  | 
 
- Return:
 
Object 
- Overrides:
 
AdfObject.Init() 
 
public Object load(Object loadCallback) 
Loads this script.
 
- Parameters:
 
- 
 
- Return:
 
Object 
- Overrides:
 
AdfLoadableScript.load(Object) 
 
private Object _loadAsync(Object xmlHttp) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
private Object _loadScriptFailed(Object e) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
private Object _loadSync(Object xmlHttp) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
private Object _send(Object xmlHttp) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.