|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
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 Object |
|
public static Object |
|
private static Object |
|
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 |
|
private static Object |
|
public Object |
|
protected Object |
|
protected Object |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
public static Object |
|
protected Object |
|
private Object |
|
protected Object |
|
protected static Object |
|
public Object |
|
public Object |
|
public Object |
|
private Object |
|
private Object |
|
protected Object |
|
private Object |
|
private Object |
|
protected Object |
|
public Object |
|
public Object |
|
public Object |
|
public Object |
|
protected Object |
|
protected Object |
|
public Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
private Object _loadCounter
public static Object STATE_MARKER
private static Object _STATE_MARKER_LENGTH
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 idprivate static Object _delayedStartTrackingURI()
Object
public Object dispose()
Object
protected Object GetCurrentQueryParams()
Object
protected Object GetCurrentViewId()
Object
private Object _getDefaultQueryParams()
Object
protected Object GetDomDocument()
Object
protected Object GetDomWindow()
Object
protected Object GetFacesPath()
Object
- faces pathpublic static Object getInstance()
Object
- the instance.protected Object GetViewInfoFromBrowserURI()
Object
private Object _handleAnchorNavigation()
Object
protected Object Init()
Object
AdfObject.Init()
protected static Object InitClass()
Object
public Object initializeNavigation(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 isNavigationInitialized()
Object
- true if initialized, false otherwisepublic Object isWaitingForServer()
Object
private Object _loadView(Object id,
Object params,
Object pageId)
id | ||
params | ||
pageId |
Object
private Object _navigateToSavedAnchor(Object info)
info |
Object
protected Object NavigateToSavedAnchorImpl(Object info,
Object anchor)
info | ||
anchor |
Object
private Object _recordCurrentTrackedValues()
Object
private Object _replaceLocation(Object hash)
hash |
Object
protected Object RestoreValuesAfterAnchorNavigation(Object pageId,
Object viewid,
Object queryParams,
Object anchor)
pageId | ||
viewid | ||
queryParams | ||
anchor |
Object
public Object setCurrentPage(Object viewId,
Object queryParams,
Object loadId)
viewId | - | new view Id |
queryParams | - | query parameters associated with the view Id (may be null) |
loadId | - | load View request id. A non-null request Id will be passed if the new page was requested to satisfy the current browser URL (back button, etc.) |
Object
public Object setFacesPath(Object path)
path | - | Faces Path (the portion of the URL from the context path until the View Id) |
Object
public Object setPageId(Object id)
id | - | new page Id |
Object
public Object setQueryString(Object queryParams,
Object noHistory)
queryParams | - | query string |
noHistory | - | true if the browser history entry should not be added, false otherwise |
Object
protected Object SetQueryStringImpl(Object pageId,
Object id,
Object queryParams,
Object anchor,
Object noHistory)
pageId | ||
id | ||
queryParams | ||
anchor | ||
noHistory |
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
protected Object StartTrackingUriImpl(Object info)
info |
Object
protected Object UpdateHash(Object pageId,
Object id,
Object queryParams,
Object anchor,
Object noHistory)
pageId | ||
id | ||
queryParams | ||
anchor | ||
noHistory |
Object
protected Object UpdateInitialValues(Object pageId,
Object viewid,
Object queryParams,
Object anchor)
pageId | ||
viewid | ||
queryParams | ||
anchor |
Object
protected Object UsesHashForTrackingNavigation()
Object
protected Object ValidateCurrentView(Object browserId,
Object queryParams)
browserId | ||
queryParams |
Object
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |