Package net.wotonomy.web

An implementation of the WebObjects framework.

See:
          Description

Interface Summary
WOActionResults An interface defining the results of a DirectAction.
WODisplayGroup.Delegate DisplayGroups can delegate important decisions to a Delegate.
 

Class Summary
WOActionURL This dynamic element renders only the URL of a hyperlink.
WOActiveImage WOActiveImage renders a dynamically generated IMG tag, enclosed in a hyperlink.
WOApplication A pure java implementation of WOApplication.
WOAssociation A pure java implementation of WOAssociation.
WOBody WOBody represents a page's "body" tag and is used to dynamically set the background image for a page, and therefore works much like WOImage.
WOCheckBox  
WOComponent Pure java implementation of WOComponent.
WOComponentContent Used to include a component's content inside another component.
WOComponentRequestHandler An implementation of WORequestHandler that dispatches Component actions.
WOConditional WOConditional renders whatever is inside its opening and closing tags only if a condition is met.
WOContext A pure java implementation of WOContext.
WOCookie A pure java implementation of WOCookie that extends javax.servlet.httpd.Cookie for greater compatibility.
WODirectAction A pure java implementation of WODirectAction.
WODirectActionRequestHandler An implementation of WORequestHandler that dispatches DirectActions.
WODisplayGroup WODisplayGroup manages a set of objects, allowing them to be sorted, batched, and filtered.
WODynamicElement The base class for dynamic WOElements.
WOElement This class represents a static or dynamic portion of the content returned to a request.
WOForm Implements a FORM element with dynamic bindings.
WOFrame  
WOGenericContainer Used to dynamically generate HTML containers (elements with opening and closing tags and something in between).
WOGenericElement Used to generate any HTML element dynamically.
WOHiddenField Used to dynamically generate a hidden field within a form.
WOHyperlink WOHyperlink renders a dynamically generated hyperlink in the output.
WOImage WOImage renders a dynamically generated IMG tag.
WOImageButton WOImageButton renders a dynamically generated IMG tag or an INPUT tag, depending on whether the element is inside a WOForm (in which case an INPUT of type IMAGE is generated) or not (in which case the equivalent of a WOActiveImage) Bindings are: src: A static URL for the image source. data: A NSData object with the image content.
WOInput  
WOMailDelivery A pure java implementation of WOMailDelivery.
WOMessage A pure java implementation of WOResponse.
WOPasswordField  
WOPopUpButton  
WORadioButton  
WORepetition  
WORequest A pure java implementation of WORequest.
WORequestHandler A pure java implementation that corresponds to the abstract class WORequestHandler.
WOResetButton Implements a reset button with dynamic bindings.
WOResourceManager Manages all resources vended by the application.
WOResourceRequestHandler An implementation of WORequestHandler that retrieves resources from the deployed application.
WOResourceURL  
WOResponse A pure java implementation of WOResponse.
WOServletSessionStore An implementation of WOSessionStore that stores WOSessions inside of HttpSessions, to take advantage of the servlet containers built-in distribution capabilities.
WOSession A pure java implementation of WOSession.
WOSessionStore An abstract class defining the requirements for persisting session state across user transactions.
WOString WOString renders a dynamically generated string in the output.
WOSubmitButton Implements a submit button with dynamic bindings.
WOSwitchComponent  
WOText Implements a TEXTAREA element, with dynamic bindings.
WOTextField Implements an INPUT tag of type TEXT, with dynamic bindings.
 

Package net.wotonomy.web Description

An implementation of the WebObjects framework. It tries to be API-compatible to the maximum extent possible.

This package has dependencies on the foundation and util packages.



Copyright © 2006 null. All Rights Reserved.