JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.scriptLoading
Class AdfInlineLoadableScript
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.AdfInlineLoadableScript
public class AdfInlineLoadableScript
extends AdfLoadableScript
AdfLoadableScript implementation that loads inline scripts.
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 _content
public AdfInlineLoadableScript(Object domWindow,
Object content)
AdfLoadableScript implementation that loads inline scripts.
- Parameters:
-
public Object getLoadMethod()
Returns the loading method used to load this script.
- Return:
Object
- Overrides:
AdfLoadableScript.getLoadMethod()
protected Object Init(Object domWindow,
Object content)
Initializes the AdfInlineLoadableScript
- Parameters:
-
- Return:
Object
- Overrides:
AdfObject.Init()
public Object load(Object loadCallback)
Loads this script.
- Parameters:
-
- Return:
Object
- Overrides:
AdfLoadableScript.load(Object)
Generated on 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.