WebObjects 5.1

Uses of Package
com.webobjects.appserver

Packages that use com.webobjects.appserver
com.webobjects.appserver   
com.webobjects.directtoweb   
com.webobjects.directtoweb.generation   
com.webobjects.eodistribution   
com.webobjects.eogeneration   
com.webobjects.jspservlet   
com.webobjects.smil   
com.webobjects.woextensions   
 

Classes in com.webobjects.appserver used by com.webobjects.appserver
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 (e.g.
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 (for example, XML, HTML, WAP, PDF, etc...
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.
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
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 (for example, XML, HTML, WAP, PDF, etc...
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.directtoweb.generation
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.
WOElement
          The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page (for example, XML, HTML, WAP, PDF, etc...
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.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 (for example, XML, HTML, WAP, PDF, etc...
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
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 (for example, XML, HTML, WAP, PDF, etc...
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 (for example, XML, HTML, WAP, PDF, etc...
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.woextensions
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 (for example, XML, HTML, WAP, PDF, etc...
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 Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.