Table of Contents
Previous Section
| WOAssociation | |
|---|---|
| Old API | New API |
| value | valueInComponent: |
| setValue: | setValue:inComponent: (Objective-C) setValue (Java) |
| WORequest | |
|---|---|
| Old API | New API |
| applicationHost | See NSProcessInfo or NSHost (Objective-C) java.net.InetAddress (Java) |
| contextID | WOContext contextID |
| pageName | WOComponent name |
| senderID | WOContext senderID |
| WOSession | |
|---|---|
| Old API | New API |
| application | WOApplication application class or static method |
| WOSessionStore | |
|---|---|
| Old API | New API |
| restoreSession | restoreSessionWithID:request: (Objective-C) restoreSessionWithID (Java) |
| saveSession: | saveSessionForContext: |
| cookieSessionStoreWithDistributionDomain:secure: | None. See Cookie API for new API that allows you to store session IDs in cookies. |
Table of Contents
Next Section