Documentation Archive Developer
Search
Table of Contents Previous Section

Objects and State

Three classes manage state in an application-WOApplication, WOSession, and WOComponent. (In Java, these classes are called WebApplication, WebSession, and Component.) An application object handles state associated with the application as a whole, session objects handle state associated with a particular user session within the application, and component objects handle state associated with a particular page or component within a session.

Table of Contents Next Section