| Package | Description |
|---|---|
| oracle.adf.view.rich.remote |
A package for making a connection to a remote application server to retrieve data.
|
| Modifier and Type | Method and Description |
|---|---|
CookieWrapper |
RemoteApplication.getSessionCookie()
Returns the 'JSESSIONID' cookie.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RemoteApplication.setSessionCookie(CookieWrapper sessionCookie)
Sets the sessionCookie for the object.
|
| Constructor and Description |
|---|
CookieWrapper(CookieWrapper cookie)
This is a copy constructor which creates a new CookieWrapper based on another CookieWrapper.
|