|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-02 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject | +--oracle.adfinternal.view.js.agent.AdfNavigationHistoryAgent
public class AdfNavigationHistoryAgent extends AdfObject
Field Summary |
|
---|---|
private static Object |
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
protected Object |
|
public Object |
|
protected Object |
|
protected Object |
|
public static Object |
|
protected Object |
|
protected static Object |
|
public Object |
|
public Object |
|
private Object |
|
private Object |
|
public Object |
|
public Object |
|
protected Object |
|
protected Object |
|
public Object |
|
private Object |
|
protected Object |
|
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 |
---|
private static Object _STATE_SEPARATOR
Constructor Detail |
---|
public AdfNavigationHistoryAgent()
Method Detail |
---|
protected Object AddHistoryEntry(Object id,
Object queryParams)
id |
||
queryParams |
Object
- true if the history entry was added, false if the current browser URI already reflects the new view idpublic Object dispose()
Object
protected Object GetDomDocument()
Object
protected Object GetDomWindow()
Object
public static Object getInstance()
Object
- the instance.protected Object GetViewInfoFromBrowserURI()
Object
protected static Object InitClass()
Object
public Object initialize(Object defaultViewId,
Object queryParams)
defaultViewId |
||
queryParams |
- | URI query parameters to be stored in the hash portion of the URL This parameter may be null |
Object
public Object isInitialized()
Object
- true if initialized, false otherwiseprivate Object _loadView(Object id,
Object params)
id |
||
params |
Object
private Object _recordInitialQueryParams(Object queryParams)
queryParams |
Object
public Object setCurrentViewId(Object viewId,
Object queryParams)
viewId |
- | new view Id |
queryParams |
- | optional query parameters associated with the new view Id |
Object
public Object setQueryString(Object queryParams)
queryParams |
Object
protected Object SetQueryStringImpl(Object id,
Object queryParams)
id |
||
queryParams |
Object
protected Object SetViewIdOnURI(Object id,
Object queryParams)
id |
||
queryParams |
Object
- true if the view id has been set, false if the view id has not been set since it already has the correct valuepublic Object startTrackingURI(Object callbackObj)
callbackObj |
- | callback object |
Object
private Object _updateHash(Object id,
Object queryParams,
Object noHistory)
id |
||
queryParams |
||
noHistory |
Object
protected Object ValidateCurrentView(Object browserId,
Object queryParams)
browserId |
||
queryParams |
Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-02 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |