|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.webobjects.appserver | |
com.webobjects.appserver | Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. |
com.webobjects.directtoweb | Provides the framework for rapid development of HTML-based WebObjects applications. |
com.webobjects.eodistribution | Provides the communication mechanism between the client and server components of Java Client applications. |
com.webobjects.eogeneration.rules | Provides infrastructure for dynamically generating user interfaces in Java Client applications that use the rule system. |
com.webobjects.jspservlet | Provides the infrastructure that supports the use of WebObjects API in JavaServlet Pages and the deployment of WebObjects components as Servlets. |
com.webobjects.smil | Provides the infrastructure that allows for the development of SMIL (Synchronized Multimedia Integration Language) applications in WebObjects. |
com.webobjects.webservices.generation | |
com.webobjects.woextensions | The WebObjects Extensions are non-synchronizing reusable components defined in the WebObjects Extensions Framework, which is included in every WebObjects Application project. |
Classes in com.webobjects.appserver used by com.webobjects.appserver | |
WOAction
|
|
WOActionResults
The WOActionResults interface is the return type for direct actions. |
|
WOAdaptor
The WOAdaptor class serves as the abstract superclass for all WebObjects application adaptors. |
|
WOApplication
The primary role of the WOApplication class is to coordinate the handling of HTTP requests. |
|
WOAssociation
The WOAssociation abstract class declares the programmatic interface to objects that represent the values of WebObject attributes, as specified in a declarations file. |
|
WOComponent
WOComponent objects dynamically render web pages (or sections of pages) at runtime. |
|
WOContext
A WOContext object lets you access objects and information that define the context of a transaction. |
|
WOCookie
WOCookie is used for the creation and setting of cookies in response objects. |
|
WODirectAction
WODirectAction is an abstract class that defines the interface for direct action classes. |
|
WODisplayGroup
A WODisplayGroup is the basic user interface manager for a WebObjects application that accesses a database. |
|
WODOMParserException
This runtime exception class is thrown when there are problems parsing XML content into a DOM document. |
|
WOElement
The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page. |
|
WOEvent
WOEvent is a subclass of EOEvent (defined in the EOControl framework) that serves as the parent class for objects that gather information –such as duration –about various operations in WebObjects. |
|
WOMailDelivery
WOMailDelivery constructs an email message from a file and uses Sun's sun.net.smtp package to send it. |
|
WOMessage
WOMessage is the parent class for both WORequest and WOResponse,and implements much of the behavior that is generic to both. |
|
WOMultipartIterator
This class represents the content of a multipart/form-data HTTP request. |
|
WOMultipartIterator.WOFormData
This class represents a form data element from a multipart/form data document as defined in http://www.ietf.org/rfc/rfc2388.txt. |
|
WORequest
A request object represents an event that requires a reaction from a WebObjects application. |
|
WORequestHandler
WORequestHandler is an abstract class that defines request handlers. |
|
WOResourceManager
The WOResourceManager class manages all resources of an application. |
|
WOResponse
A WOResponse object represents an HTTP response that an application returns to a Web server to complete a cycle of the request-response loop. |
|
WOSession
WOSession objects represent periods of user interaction during which access to a WebObjects application and its resources is granted to a particular client (typically a browser). |
|
WOSessionStore
WOSessionStore, an abstract superclass, offers an object abstraction for storing client state per session. |
|
WOStatisticsStore
This class holds various runtime statistics of an application. |
|
WOTimer
WOTimer creates timer objects, or more simply, timers. |
Classes in com.webobjects.appserver used by com.webobjects.directtoweb | |
WOAction
|
|
WOActionResults
The WOActionResults interface is the return type for direct actions. |
|
WOAssociation
The WOAssociation abstract class declares the programmatic interface to objects that represent the values of WebObject attributes, as specified in a declarations file. |
|
WOComponent
WOComponent objects dynamically render web pages (or sections of pages) at runtime. |
|
WOContext
A WOContext object lets you access objects and information that define the context of a transaction. |
|
WODirectAction
WODirectAction is an abstract class that defines the interface for direct action classes. |
|
WODisplayGroup
A WODisplayGroup is the basic user interface manager for a WebObjects application that accesses a database. |
|
WOElement
The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page. |
|
WORequest
A request object represents an event that requires a reaction from a WebObjects application. |
|
WOResponse
A WOResponse object represents an HTTP response that an application returns to a Web server to complete a cycle of the request-response loop. |
|
WOSession
WOSession objects represent periods of user interaction during which access to a WebObjects application and its resources is granted to a particular client (typically a browser). |
Classes in com.webobjects.appserver used by com.webobjects.eodistribution | |
WOActionResults
The WOActionResults interface is the return type for direct actions. |
|
WOComponent
WOComponent objects dynamically render web pages (or sections of pages) at runtime. |
|
WOContext
A WOContext object lets you access objects and information that define the context of a transaction. |
|
WOElement
The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page. |
|
WORequest
A request object represents an event that requires a reaction from a WebObjects application. |
|
WOResponse
A WOResponse object represents an HTTP response that an application returns to a Web server to complete a cycle of the request-response loop. |
|
WOSession
WOSession objects represent periods of user interaction during which access to a WebObjects application and its resources is granted to a particular client (typically a browser). |
Classes in com.webobjects.appserver used by com.webobjects.eogeneration.rules | |
WOActionResults
The WOActionResults interface is the return type for direct actions. |
|
WOComponent
WOComponent objects dynamically render web pages (or sections of pages) at runtime. |
|
WOContext
A WOContext object lets you access objects and information that define the context of a transaction. |
|
WODynamicElement
WODynamicElement is an abstract superclass for classes that generate dynamic elements: Either objects executing an operation (repetitions, conditions) or objects rendering themselves in any type of markup language like XML, HTML or PDF elements. |
|
WOElement
The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page. |
|
WOResponse
A WOResponse object represents an HTTP response that an application returns to a Web server to complete a cycle of the request-response loop. |
Classes in com.webobjects.appserver used by com.webobjects.jspservlet | |
WOContext
A WOContext object lets you access objects and information that define the context of a transaction. |
|
WORequest
A request object represents an event that requires a reaction from a WebObjects application. |
|
WOSession
WOSession objects represent periods of user interaction during which access to a WebObjects application and its resources is granted to a particular client (typically a browser). |
|
WOSessionStore
WOSessionStore, an abstract superclass, offers an object abstraction for storing client state per session. |
Classes in com.webobjects.appserver used by com.webobjects.smil | |
WOActionResults
The WOActionResults interface is the return type for direct actions. |
|
WOComponent
WOComponent objects dynamically render web pages (or sections of pages) at runtime. |
|
WOContext
A WOContext object lets you access objects and information that define the context of a transaction. |
|
WOElement
The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page. |
|
WOResponse
A WOResponse object represents an HTTP response that an application returns to a Web server to complete a cycle of the request-response loop. |
Classes in com.webobjects.appserver used by com.webobjects.webservices.generation | |
WOActionResults
The WOActionResults interface is the return type for direct actions. |
|
WOComponent
WOComponent objects dynamically render web pages (or sections of pages) at runtime. |
|
WOContext
A WOContext object lets you access objects and information that define the context of a transaction. |
|
WOElement
The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page. |
Classes in com.webobjects.appserver used by com.webobjects.woextensions | |
WOAction
|
|
WOActionResults
The WOActionResults interface is the return type for direct actions. |
|
WOComponent
WOComponent objects dynamically render web pages (or sections of pages) at runtime. |
|
WOContext
A WOContext object lets you access objects and information that define the context of a transaction. |
|
WODirectAction
WODirectAction is an abstract class that defines the interface for direct action classes. |
|
WODisplayGroup
A WODisplayGroup is the basic user interface manager for a WebObjects application that accesses a database. |
|
WODynamicElement
WODynamicElement is an abstract superclass for classes that generate dynamic elements: Either objects executing an operation (repetitions, conditions) or objects rendering themselves in any type of markup language like XML, HTML or PDF elements. |
|
WOElement
The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page. |
|
WORequest
A request object represents an event that requires a reaction from a WebObjects application. |
|
WOResponse
A WOResponse object represents an HTTP response that an application returns to a Web server to complete a cycle of the request-response loop. |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |