JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object | +--oracle.adfinternal.view.js.util.AdfLoopbackUtils
public class AdfLoopbackUtils extends Object
Field Summary | 
|---|
Fields inherited from org.ecmascript.object.Object | 
constructor, prototype | 
Constructor Summary | 
|
|---|---|
public | 
|
Method Summary | 
|
|---|---|
private static Object | 
  | 
private static Object | 
|
private static Object | 
|
private static Object | 
|
private static Object | 
  | 
public static void | 
  | 
public static void | 
  | 
Field Detail | 
|---|
Constructor Detail | 
|---|
public AdfLoopbackUtils()
Method Detail | 
|---|
private static Object _addCookie(Object name,
                                 Object value)name | 
||
value | 
Objectprivate static Object _addParam(Object queryString,
                                Object paramName,
                                Object cookieName,
                                Object value,
                                Object isCookie)queryString | 
||
paramName | 
||
cookieName | 
||
value | 
||
isCookie | 
Objectprivate static Object _addQS(Object pname,
                             Object pvalue)pname | 
||
pvalue | 
Objectprivate static Object _cookiesEnabled()Objectprivate static Object _replaceCallback(Object p0,
                                       Object pname,
                                       Object p2,
                                       Object pvalue)p0 | 
||
pname | 
||
p2 | 
||
pvalue | 
Objectpublic static void runLoopback(int viewIdLength,
                               String loopbackIdParam,
                               String loopbackId,
                               String windowModeIdParam,
                               String clientWindowIdParam,
                               String pageIdParam,
                               String pageIdValue,
                               String windowId,
                               String jsessionId,
                               String adfHashMarker,
                               boolean useCookies,
                               String loopbackIdCookieParam,
                               String windowModeCookieParam,
                               String clientWindowIdCookieParam,
                               String pageIdCookieParam,
                               String redirectIdCookieParam,
                               boolean pprNavigationOptionSet,
                               Object internalParamsObj,
                               String noLoopbackViewId)viewIdLength | 
- | view Id length (characters), | 
loopbackIdParam | 
- | loopback Id param name, | 
loopbackId | 
- | loopback Id, | 
windowModeIdParam | 
- | window mode param name, | 
clientWindowIdParam | 
- | client window Id param name, | 
pageIdParam | 
- | page Id param name, | 
pageIdValue | 
- | page Id value, | 
windowId | 
- | window Id, | 
jsessionId | 
- | session Id that needs to be appended to the redirect URL | 
adfHashMarker | 
- | if the hash portion begins with this string, it should be interpreted by the framework. Otherwise, it should be treated as an anchor | 
useCookies | 
- | boolean indicating whether loopback values should be set as cookies,as opposed to query parameters | 
loopbackIdCookieParam | 
- | loopback Id cookie name | 
windowModeCookieParam | 
- | window mode cookie name | 
clientWindowIdCookieParam | 
- | client window Id cookie name | 
pageIdCookieParam | 
- | page Id cookie name | 
redirectIdCookieParam | 
- | redirect Id cookie name | 
pprNavigationOptionSet | 
- | true is PPR Navigation option is set, false otherwise | 
internalParamsObj | 
- | an object whose keys are the names of the internal parameters and whose values evaluate as true | 
noLoopbackViewId | 
- | View Id used where the page should be redirected when the session cannot be established due to the browser with disabled cookies accessing a server with URL rewriting disabled | 
void - nullpublic static void runRedirect(String url,
                               String cookieTemplate)url | 
- | redirect URL | 
cookieTemplate | 
- | cookie expression with a token for the expiration date | 
void - null
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||