WebObjects 5.2.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

W

WEB_ASSISTANT - Static variable in class com.webobjects.directtoweb.Rule
A constant denoting authorship by the Web Assistant.
WEB_ASSISTANT_PAGE_AVAILABLE - Static variable in class com.webobjects.directtoweb.Rule
A constant denoting authorship by the Web Assistant when generating new pageAvailable rules in the user model.
WOAction - class com.webobjects.appserver.WOAction.
 
WOAction(WORequest) - Constructor for class com.webobjects.appserver.WOAction
Subclasses must override to provide any additional initialization.
WOActionResults - interface com.webobjects.appserver.WOActionResults.
The WOActionResults interface is the return type for direct actions.
WOAdaptor - class com.webobjects.appserver.WOAdaptor.
The WOAdaptor class serves as the abstract superclass for all WebObjects application adaptors.
WOAdaptor(String, NSDictionary) - Constructor for class com.webobjects.appserver.WOAdaptor
Initializes a WOAdaptor with the name aName and arguments arguments.
WOAdminAction - class com.webobjects.appserver.WOAdminAction.
This class is intentionally undocumented.
WOAdminAction(WORequest) - Constructor for class com.webobjects.appserver.WOAdminAction
This constructor is intentionally undocumented.
WOAggregateEventRow - class com.webobjects.woextensions.WOAggregateEventRow.
 
WOAggregateEventRow(WOContext) - Constructor for class com.webobjects.woextensions.WOAggregateEventRow
 
WOAnyField - class com.webobjects.woextensions.WOAnyField.
 
WOAnyField(WOContext) - Constructor for class com.webobjects.woextensions.WOAnyField
 
WOApplication - class com.webobjects.appserver.WOApplication.
The primary role of the WOApplication class is to coordinate the handling of HTTP requests.
WOApplication() - Constructor for class com.webobjects.appserver.WOApplication
Creates and initializes the instance of WOApplication.
WOApplication.Event - class com.webobjects.appserver.WOApplication.Event.
This is a subclass of WOEvent used by the WebObjects runtime to collect pageWithName events.
WOApplication.Event() - Constructor for class com.webobjects.appserver.WOApplication.Event
 
WOArraySerializer - class com.webobjects.webservices.support.xml.WOArraySerializer.
WOArraySerializer serializes NSArray instances.
WOArraySerializer() - Constructor for class com.webobjects.webservices.support.xml.WOArraySerializer
 
WOArraySerializerFactory - class com.webobjects.webservices.support.xml.WOArraySerializerFactory.
WOArraySerializerFactory creates instances of WOArraySerializer.
WOArraySerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOArraySerializerFactory
 
WOAssociation - class com.webobjects.appserver.WOAssociation.
The WOAssociation abstract class declares the programmatic interface to objects that represent the values of WebObject attributes, as specified in a declarations file.
WOAssociation() - Constructor for class com.webobjects.appserver.WOAssociation
 
WOAssociation.Event - class com.webobjects.appserver.WOAssociation.Event.
The WOAssociation.Event class is used to time value assignment/retrieval at the component level.
WOAssociation.Event() - Constructor for class com.webobjects.appserver.WOAssociation.Event
 
WOAssociationEventRow - class com.webobjects.woextensions.WOAssociationEventRow.
 
WOAssociationEventRow(WOContext) - Constructor for class com.webobjects.woextensions.WOAssociationEventRow
 
WOBatchNavigationBar - class com.webobjects.woextensions.WOBatchNavigationBar.
 
WOBatchNavigationBar(WOContext) - Constructor for class com.webobjects.woextensions.WOBatchNavigationBar
 
WOBeginTransactionOperation - class com.webobjects.webservices.generation.WOBeginTransactionOperation.
 
WOBeginTransactionOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOBeginTransactionOperation
 
WOBindingTag - class com.webobjects.jspservlet.WOBindingTag.
This is a sub-tag of WOComponentTag used to pass bindings.
WOBindingTag() - Constructor for class com.webobjects.jspservlet.WOBindingTag
 
WOCheckboxMatrix - class com.webobjects.woextensions.WOCheckboxMatrix.
 
WOCheckboxMatrix(WOContext) - Constructor for class com.webobjects.woextensions.WOCheckboxMatrix
 
WOClientOperation - class com.webobjects.webservices.client.WOClientOperation.
A WOClientOperation represents a single SOAP HTTP Web service operation as defined in the WSDL document used to create a WOWebServiceClient.
WOClientParameter - class com.webobjects.webservices.client.WOClientParameter.
A WOClientParameter represents a parameter to a SOAP HTTP Web service invocation as defined in the WSDL document used to create the associated WOWebServiceClient.
WOCollapsibleComponentContent - class com.webobjects.woextensions.WOCollapsibleComponentContent.
 
WOCollapsibleComponentContent(WOContext) - Constructor for class com.webobjects.woextensions.WOCollapsibleComponentContent
 
WOCommitTransactionOperation - class com.webobjects.webservices.generation.WOCommitTransactionOperation.
 
WOCommitTransactionOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOCommitTransactionOperation
 
WOCompletionBar - class com.webobjects.woextensions.WOCompletionBar.
 
WOCompletionBar(WOContext) - Constructor for class com.webobjects.woextensions.WOCompletionBar
 
WOComponent - class com.webobjects.appserver.WOComponent.
WOComponent objects dynamically render web pages (or sections of pages) at runtime.
WOComponent() - Constructor for class com.webobjects.appserver.WOComponent
Deprecated. use WOComponent(WOContext aContext) instead. Using this constructor will slow down your application considerably.
WOComponent(WOContext) - Constructor for class com.webobjects.appserver.WOComponent
WebObjects Builder archive files exist in the component directory, and this constructor initializes component variables from this archive.
WOComponent.Event - class com.webobjects.appserver.WOComponent.Event.
The WOComponent.Event class is used to time various operations at the component level.
WOComponent.Event() - Constructor for class com.webobjects.appserver.WOComponent.Event
 
WOComponentTag - class com.webobjects.jspservlet.WOComponentTag.
This is a regular JSP taglib handler that enables the use of a WOComponent within a JSP.
WOComponentTag() - Constructor for class com.webobjects.jspservlet.WOComponentTag
 
WOContext - class com.webobjects.appserver.WOContext.
A WOContext object lets you access objects and information that define the context of a transaction.
WOContext(WORequest) - Constructor for class com.webobjects.appserver.WOContext
Returns a WOContext instance initialized with aRequest.
WOContextKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the current com.webobjects.appserver.WOContext
WOCookie - class com.webobjects.appserver.WOCookie.
WOCookie is used for the creation and setting of cookies in response objects.
WOCookie(String, String, String, String, NSTimestamp, boolean) - Constructor for class com.webobjects.appserver.WOCookie
Constructor for a WOCookie with the specified attributes.
WOCookie(String, String, String, String, int, boolean) - Constructor for class com.webobjects.appserver.WOCookie
Constructor for a WOCookie with the specified attributes.
WOCookie(String, String) - Constructor for class com.webobjects.appserver.WOCookie
Constructor for a WOCookie with the specified name and value.
WODOMParserException - exception com.webobjects.appserver.WODOMParserException.
This runtime exception class is thrown when there are problems parsing XML content into a DOM document.
WODOMParserException(String) - Constructor for class com.webobjects.appserver.WODOMParserException
Creates a WODOMParserException.
WODataSerializer - class com.webobjects.webservices.support.xml.WODataSerializer.
WODataSerializer serializes NSData instances.
WODataSerializer() - Constructor for class com.webobjects.webservices.support.xml.WODataSerializer
 
WODataSerializerFactory - class com.webobjects.webservices.support.xml.WODataSerializerFactory.
WODataSerializerFactory creates instances of WODataSerializer.
WODataSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WODataSerializerFactory
 
WODefaultWebServiceKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the default service name
WODeleteOperation - class com.webobjects.webservices.generation.WODeleteOperation.
 
WODeleteOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WODeleteOperation
 
WODictionaryRepetition - class com.webobjects.woextensions.WODictionaryRepetition.
 
WODictionaryRepetition(WOContext) - Constructor for class com.webobjects.woextensions.WODictionaryRepetition
 
WODictionarySerializer - class com.webobjects.webservices.support.xml.WODictionarySerializer.
WODictionarySerializer serializes NSDictionary instances.
WODictionarySerializer() - Constructor for class com.webobjects.webservices.support.xml.WODictionarySerializer
 
WODictionarySerializerFactory - class com.webobjects.webservices.support.xml.WODictionarySerializerFactory.
WODictionarySerializerFactory creates instances of WODictionarySerializer.
WODictionarySerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WODictionarySerializerFactory
 
WODictionarySerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WODictionarySerializerFactory
 
WODirectAction - class com.webobjects.appserver.WODirectAction.
WODirectAction is an abstract class that defines the interface for direct action classes.
WODirectAction(WORequest) - Constructor for class com.webobjects.appserver.WODirectAction
Subclasses must override to provide any additional initialization.
WODirectActionTag - class com.webobjects.jspservlet.WODirectActionTag.
This is a regular JSP taglib handler that enables the use of a WOComponent within a JSP.
WODirectActionTag() - Constructor for class com.webobjects.jspservlet.WODirectActionTag
 
WODisplayGroup - class com.webobjects.appserver.WODisplayGroup.
A WODisplayGroup is the basic user interface manager for a WebObjects application that accesses a database.
WODisplayGroup() - Constructor for class com.webobjects.appserver.WODisplayGroup
Creates and returns a new WODisplayGroup.
WODisplayGroup.Delegate - interface com.webobjects.appserver.WODisplayGroup.Delegate.
The WODisplayGroup delegate offers a number of methods, and WODisplayGroup invokes them as appropriate.
WODynamicElement - class com.webobjects.appserver.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.
WODynamicElement(String, NSDictionary, WOElement) - Constructor for class com.webobjects.appserver.WODynamicElement
Returns a dynamic element identified by class aName and initialized with the objects in dictionary associations.
WOElement - class com.webobjects.appserver.WOElement.
The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page.
WOElement() - Constructor for class com.webobjects.appserver.WOElement
Returns an initialized WOElement.
WOEnterpriseObjectDeserializer - class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer.
WOEnterpriseObjectDeserializer deserializes instances of classes implementing EOEnterpriseObject.
WOEnterpriseObjectDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
 
WOEnterpriseObjectDeserializerFactory - class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializerFactory.
WOEnterpriseObjectDeserializerFactory creates instances of WOEnterpriseObjectDeserializer.
WOEnterpriseObjectDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializerFactory
 
WOEnterpriseObjectSerializationStrategy - class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy.
 
WOEnterpriseObjectSerializationStrategy() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
 
WOEnterpriseObjectSerializer - class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializer.
WOEnterpriseObjectSerializer serializes objects implementing the EOEnterpriseObject interface.
WOEnterpriseObjectSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializer
 
WOEnterpriseObjectSerializerFactory - class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializerFactory.
WOEnterpriseObjectSerializerFactory creates instances of WOEnterpriseObjectSerializer.
WOEnterpriseObjectSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializerFactory
 
WOEvent - class com.webobjects.appserver.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.
WOEvent() - Constructor for class com.webobjects.appserver.WOEvent
 
WOEventDisplay - class com.webobjects.woextensions.WOEventDisplay.
 
WOEventDisplay(WORequest) - Constructor for class com.webobjects.woextensions.WOEventDisplay
 
WOEventDisplayPage - class com.webobjects.woextensions.WOEventDisplayPage.
 
WOEventDisplayPage(WOContext) - Constructor for class com.webobjects.woextensions.WOEventDisplayPage
 
WOEventPage - class com.webobjects.woextensions.WOEventPage.
 
WOEventPage(WOContext) - Constructor for class com.webobjects.woextensions.WOEventPage
 
WOEventRow - class com.webobjects.woextensions.WOEventRow.
 
WOEventRow(WOContext) - Constructor for class com.webobjects.woextensions.WOEventRow
 
WOEventSetup - class com.webobjects.woextensions.WOEventSetup.
 
WOEventSetup(WORequest) - Constructor for class com.webobjects.woextensions.WOEventSetup
 
WOEventSetupPage - class com.webobjects.woextensions.WOEventSetupPage.
 
WOEventSetupPage(WOContext) - Constructor for class com.webobjects.woextensions.WOEventSetupPage
 
WOExceptionPage - class com.webobjects.woextensions.WOExceptionPage.
 
WOExceptionPage(WOContext) - Constructor for class com.webobjects.woextensions.WOExceptionPage
 
WOExceptionParser - class com.webobjects.woextensions.WOExceptionParser.
 
WOExceptionParser(Throwable) - Constructor for class com.webobjects.woextensions.WOExceptionParser
 
WOExtraHeaderTag - class com.webobjects.jspservlet.WOExtraHeaderTag.
This is a sub-tag of both WOComponentTag WODirectActionTag used to pass HTTP headers.
WOExtraHeaderTag() - Constructor for class com.webobjects.jspservlet.WOExtraHeaderTag
 
WOFetchSpecSearchOperation - class com.webobjects.webservices.generation.WOFetchSpecSearchOperation.
 
WOFetchSpecSearchOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOFetchSpecSearchOperation
 
WOFormValueTag - class com.webobjects.jspservlet.WOFormValueTag.
This is a sub-tag of WODirectActionTag used to pass form values.
WOFormValueTag() - Constructor for class com.webobjects.jspservlet.WOFormValueTag
 
WOGlobalIDDeserializer - class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer.
WOGlobalIDDeserializer deserializes instances of EOGlobalID.
WOGlobalIDDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
WOGlobalIDDeserializerFactory - class com.webobjects.webservices.support.xml.WOGlobalIDDeserializerFactory.
WOGlobalIDDeserializerFactory creates instances of WOGlobalIDDeserializer.
WOGlobalIDDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDDeserializerFactory
 
WOGlobalIDSerializer - class com.webobjects.webservices.support.xml.WOGlobalIDSerializer.
WOGlobalIDSerializer serializes EOGlobalID instances.
WOGlobalIDSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDSerializer
 
WOGlobalIDSerializerFactory - class com.webobjects.webservices.support.xml.WOGlobalIDSerializerFactory.
WOGlobalIDSerializerFactory creates instances of WOGlobalIDSerializer.
WOGlobalIDSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDSerializerFactory
 
WOHTTPConnection - class com.webobjects.appserver.WOHTTPConnection.
The WOHTTPConnection class is intended to be used as a client for HTTP communications.
WOHTTPConnection(String, int) - Constructor for class com.webobjects.appserver.WOHTTPConnection
Creates a WOHTTPConnection instance initialized with the specified host name and port number.
WOHTTPConnection(String, int, int) - Constructor for class com.webobjects.appserver.WOHTTPConnection
Deprecated. Use setReceiveTimeout, setSendTimeout to control the timeout after creating an instance.
WOIFrame - class com.webobjects.woextensions.WOIFrame.
 
WOIFrame(WOContext) - Constructor for class com.webobjects.woextensions.WOIFrame
 
WOInsertOperation - class com.webobjects.webservices.generation.WOInsertOperation.
 
WOInsertOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOInsertOperation
 
WOJavaClientApplet - class com.webobjects.eodistribution.WOJavaClientApplet.
Deprecated. So far, Applets have been used for starting and downloading a JavaClient application from a web browser. With Sun's new WebStart technology (which is supported by MacOS X version 10.1.2 upwards), in addition to the advantages of applets, the runtime environment of applications will be independent of the web browser, and automatic download/caching/update capabilities provide a major improvement. WebStart is supported by WOJavaClientComponent and related classes.
WOJavaClientApplet(WOContext) - Constructor for class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Creates a new WOJavaClientApplet in a given context.
WOJavaClientComponent - class com.webobjects.eodistribution.WOJavaClientComponent.
WOJavaClientComponent is the web component used by Java Client applications in connection with Web Start or other desktop applications installed on client machines.
WOJavaClientComponent(WOContext) - Constructor for class com.webobjects.eodistribution.WOJavaClientComponent
Creates a new WOJavaClientComponent in a given context.
WOJavaClientJNLP - class com.webobjects.eodistribution.WOJavaClientJNLP.
WOJavaClientJNLP is the component called to dynamically create the Web Start JNLP information for WebObjects Java Client applications.
WOJavaClientJNLP(WOContext) - Constructor for class com.webobjects.eodistribution.WOJavaClientJNLP
Creates a new WOJavaClientJNLP component in a given context.
WOKVCTarget - class com.webobjects.webservices.support.xml.WOKVCTarget.
This class implements org.apache.axis.encoding.Target in a manner compatible with NSKeyValueCoding.
WOKVCTarget(Object, String) - Constructor for class com.webobjects.webservices.support.xml.WOKVCTarget
 
WOKeyValueConditional - class com.webobjects.woextensions.WOKeyValueConditional.
 
WOKeyValueConditional(WOContext) - Constructor for class com.webobjects.woextensions.WOKeyValueConditional
 
WOLCompactInspectComponent - class com.webobjects.directtoweb.WOLCompactInspectComponent.
 
WOLCompactInspectComponent(WOContext) - Constructor for class com.webobjects.directtoweb.WOLCompactInspectComponent
 
WOLConfirmPage - class com.webobjects.directtoweb.WOLConfirmPage.
 
WOLConfirmPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLConfirmPage
 
WOLEditRelationshipPage - class com.webobjects.directtoweb.WOLEditRelationshipPage.
 
WOLEditRelationshipPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLEditRelationshipPage
 
WOLErrorPage - class com.webobjects.directtoweb.WOLErrorPage.
 
WOLErrorPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLErrorPage
 
WOLHeader - class com.webobjects.directtoweb.WOLHeader.
 
WOLHeader(WOContext) - Constructor for class com.webobjects.directtoweb.WOLHeader
 
WOLInspectPage - class com.webobjects.directtoweb.WOLInspectPage.
 
WOLInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLInspectPage
 
WOLListPage - class com.webobjects.directtoweb.WOLListPage.
 
WOLListPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLListPage
 
WOLMasterDetailPage - class com.webobjects.directtoweb.WOLMasterDetailPage.
 
WOLMasterDetailPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLMasterDetailPage
 
WOLPlainListPage - class com.webobjects.directtoweb.WOLPlainListPage.
 
WOLPlainListPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLPlainListPage
 
WOLQueryAllPage - class com.webobjects.directtoweb.WOLQueryAllPage.
 
WOLQueryAllPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLQueryAllPage
 
WOLQueryPage - class com.webobjects.directtoweb.WOLQueryPage.
 
WOLQueryPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLQueryPage
 
WOLTabInspectPage - class com.webobjects.directtoweb.WOLTabInspectPage.
 
WOLTabInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLTabInspectPage
 
WOLongResponsePage - class com.webobjects.woextensions.WOLongResponsePage.
 
WOLongResponsePage(WOContext) - Constructor for class com.webobjects.woextensions.WOLongResponsePage
 
WOMailDelivery - class com.webobjects.appserver.WOMailDelivery.
WOMailDelivery constructs an email message from a file and uses Sun's sun.net.smtp package to send it.
WOMailDelivery() - Constructor for class com.webobjects.appserver.WOMailDelivery
This protected constructor initializes a newly-instantiated WOMailDelivery object.
WOMessage - class com.webobjects.appserver.WOMessage.
WOMessage is the parent class for both WORequest and WOResponse,and implements much of the behavior that is generic to both.
WOMessage() - Constructor for class com.webobjects.appserver.WOMessage
Construct and initialize a WOMessage with HTTP version 1.0 and string encoding ISO8859_1 (ISO Latin 1).
WOMetaRefresh - class com.webobjects.woextensions.WOMetaRefresh.
 
WOMetaRefresh(WOContext) - Constructor for class com.webobjects.woextensions.WOMetaRefresh
 
WOMethodInvocation - class com.webobjects.woextensions.WOMethodInvocation.
 
WOMethodInvocation(String, NSDictionary, WOElement) - Constructor for class com.webobjects.woextensions.WOMethodInvocation
 
WOMultipartIterator - class com.webobjects.appserver.WOMultipartIterator.
This class represents the content of a multipart/form-data HTTP request.
WOMultipartIterator(WORequest) - Constructor for class com.webobjects.appserver.WOMultipartIterator
 
WOMultipartIterator.WOFormData - class com.webobjects.appserver.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.
WOMultipartIterator.WOFormData() - Constructor for class com.webobjects.appserver.WOMultipartIterator.WOFormData
 
WONullDeserializer - class com.webobjects.webservices.support.xml.WONullDeserializer.
WONullDeserializer deserializes instances NSKeyValueCoding.Null.
WONullDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WONullDeserializer
 
WONullDeserializerFactory - class com.webobjects.webservices.support.xml.WONullDeserializerFactory.
WONullDeserializerFactory creates instances of WONullDeserializer.
WONullDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WONullDeserializerFactory
 
WONullSerializer - class com.webobjects.webservices.support.xml.WONullSerializer.
WONullSerializer serializes instances of NSKeyValueCoding.Null.
WONullSerializer() - Constructor for class com.webobjects.webservices.support.xml.WONullSerializer
 
WONullSerializerFactory - class com.webobjects.webservices.support.xml.WONullSerializerFactory.
WONullSerializerFactory creates instances of WONullSerializer.
WONullSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WONullSerializerFactory
 
WOOperation - class com.webobjects.webservices.generation.WOOperation.
 
WOOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOOperation
Constructor for WOOperation.
WOOperationWSDLTemplate - class com.webobjects.webservices.generation.WOOperationWSDLTemplate.
This component is used to dynamically generate WSDL based on D2WContext information for an operation.
WOOperationWSDLTemplate(WOContext) - Constructor for class com.webobjects.webservices.generation.WOOperationWSDLTemplate
 
WOPageNotFoundException - exception com.webobjects.appserver.WOPageNotFoundException.
This is an runtime exception thrown if a requested page cannot be found.
WOPageNotFoundException(String) - Constructor for class com.webobjects.appserver.WOPageNotFoundException
Creates a new WOPageNotFoundException with message s.
WOPageRestorationError - class com.webobjects.woextensions.WOPageRestorationError.
 
WOPageRestorationError(WOContext) - Constructor for class com.webobjects.woextensions.WOPageRestorationError
 
WOParsedErrorLine - class com.webobjects.woextensions.WOParsedErrorLine.
 
WOParsedErrorLine(String) - Constructor for class com.webobjects.woextensions.WOParsedErrorLine
 
WOProjectBuilderAction - class com.webobjects.woextensions.WOProjectBuilderAction.
 
WOProjectBuilderAction(WORequest) - Constructor for class com.webobjects.woextensions.WOProjectBuilderAction
 
WORadioButtonMatrix - class com.webobjects.woextensions.WORadioButtonMatrix.
 
WORadioButtonMatrix(WOContext) - Constructor for class com.webobjects.woextensions.WORadioButtonMatrix
 
WORangeDeserializer - class com.webobjects.webservices.support.xml.WORangeDeserializer.
WORangeDeserializer deserializes instances of NSRange.
WORangeDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WORangeDeserializer
 
WORangeDeserializerFactory - class com.webobjects.webservices.support.xml.WORangeDeserializerFactory.
WORangeDeserializerFactory creates instances of WORangeDeserializer.
WORangeDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WORangeDeserializerFactory
 
WORangeSerializer - class com.webobjects.webservices.support.xml.WORangeSerializer.
WORangeSerializer serializes instances of NSRange.
WORangeSerializer() - Constructor for class com.webobjects.webservices.support.xml.WORangeSerializer
 
WORangeSerializerFactory - class com.webobjects.webservices.support.xml.WORangeSerializerFactory.
WORangeSerializerFactory creates instances of WORangeSerializer.
WORangeSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WORangeSerializerFactory
 
WORedirect - class com.webobjects.appserver.WORedirect.
WORedirect is a subclass of WOComponent that may be used to force the user's browser to redirect to another URL.
WORedirect(WOContext) - Constructor for class com.webobjects.appserver.WORedirect
Creates a new WORedirect.
WORequest - class com.webobjects.appserver.WORequest.
A request object represents an event that requires a reaction from a WebObjects application.
WORequest(String, String, String, NSDictionary, NSData, NSDictionary) - Constructor for class com.webobjects.appserver.WORequest
Returns a WORequest object initialized with the specified parameters.
WORequestHandler - class com.webobjects.appserver.WORequestHandler.
WORequestHandler is an abstract class that defines request handlers.
WORequestHandler() - Constructor for class com.webobjects.appserver.WORequestHandler
Default constructor for WORequestHandler that only calls super().
WOResourceManager - class com.webobjects.appserver.WOResourceManager.
The WOResourceManager class manages all resources of an application.
WOResourceManager() - Constructor for class com.webobjects.appserver.WOResourceManager
This is the default constructor for the WOResourceManager class.
WOResponse - class com.webobjects.appserver.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.
WOResponse() - Constructor for class com.webobjects.appserver.WOResponse
Creates a WOResponse with HTTP status set to 200 (OK), client caching enabled, and the default string encoding set to ISO Latin 1.
WORollbackTransactionOperation - class com.webobjects.webservices.generation.WORollbackTransactionOperation.
 
WORollbackTransactionOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WORollbackTransactionOperation
 
WORuleSerializationStrategy - class com.webobjects.webservices.generation.WORuleSerializationStrategy.
The WORuleSerializationStrategy implements WOEnterpriseObjectSerializationStrategy methods by using information from a D2WContext.
WORuleSerializationStrategy() - Constructor for class com.webobjects.webservices.generation.WORuleSerializationStrategy
Default constructor.
WORuleSerializationStrategy(D2WContext) - Constructor for class com.webobjects.webservices.generation.WORuleSerializationStrategy
Creates a new WORuleSerializationStrategy that uses context to implement its strategy.
WOSMILActivelink - class com.webobjects.smil.WOSMILActivelink.
WOSmilActiveLink creates content for a SMIL "a" element.
WOSMILActivelink(WOContext) - Constructor for class com.webobjects.smil.WOSMILActivelink
Creates a WOSMILActivelink.
WOSMILAnchor - class com.webobjects.smil.WOSMILAnchor.
WOSMILAnchor creates content for a SMIL "anchor" element.
WOSMILAnchor(WOContext) - Constructor for class com.webobjects.smil.WOSMILAnchor
Creates a WOSMILAnchor.
WOSMILBody - class com.webobjects.smil.WOSMILBody.
WOSMILBody creates content for a SMIL "body" element.
WOSMILBody(WOContext) - Constructor for class com.webobjects.smil.WOSMILBody
Creates a WOSMILBody.
WOSMILDocument - class com.webobjects.smil.WOSMILDocument.
WOSMILDocument creates content for a SMIL "smil" element.
WOSMILDocument(WOContext) - Constructor for class com.webobjects.smil.WOSMILDocument
Creates a WOSMILDocument.
WOSMILElement - class com.webobjects.smil.WOSMILElement.
WOSMILElement is the superclass of all classes in the JavaWOSMIL framework.
WOSMILElement(WOContext) - Constructor for class com.webobjects.smil.WOSMILElement
Creates a WOSMILElement.
WOSMILHead - class com.webobjects.smil.WOSMILHead.
WOSMILHead creates content for a SMIL "head" element.
WOSMILHead(WOContext) - Constructor for class com.webobjects.smil.WOSMILHead
Creates a WOSMILHead.
WOSMILHeadLayout - class com.webobjects.smil.WOSMILHeadLayout.
WOSMILHeadLayout creates content for a SMIL "layout" element.
WOSMILHeadLayout(WOContext) - Constructor for class com.webobjects.smil.WOSMILHeadLayout
Creates a WOSMILHeadLayout.
WOSMILHeadMeta - class com.webobjects.smil.WOSMILHeadMeta.
WOSMILHeadMeta creates content for a SMIL "meta" element.
WOSMILHeadMeta(WOContext) - Constructor for class com.webobjects.smil.WOSMILHeadMeta
Creates a WOSMILHeadMeta.
WOSMILMediaObject - class com.webobjects.smil.WOSMILMediaObject.
WOSMILMediaObject creates content for the SMIL media object types.
WOSMILMediaObject(WOContext) - Constructor for class com.webobjects.smil.WOSMILMediaObject
Creates a WOSMILMediaObject.
WOSMILPar - class com.webobjects.smil.WOSMILPar.
WOSMILPar creates content for the SMIL "par" element.
WOSMILPar(WOContext) - Constructor for class com.webobjects.smil.WOSMILPar
Creates a WOSMILPar.
WOSMILRegion - class com.webobjects.smil.WOSMILRegion.
WOSMILRegion creates content for the SMIL "region" element.
WOSMILRegion(WOContext) - Constructor for class com.webobjects.smil.WOSMILRegion
Creates a WOSMILRegion.
WOSMILRootLayout - class com.webobjects.smil.WOSMILRootLayout.
WOSMILRootLayout creates content for the SMIL "root-layout" element.
WOSMILRootLayout(WOContext) - Constructor for class com.webobjects.smil.WOSMILRootLayout
Creates a WOSMILRootLayout.
WOSMILSeq - class com.webobjects.smil.WOSMILSeq.
WOSMILSeq creates content for the SMIL "seq" element.
WOSMILSeq(WOContext) - Constructor for class com.webobjects.smil.WOSMILSeq
Creates a WOSMILSeq
WOSMILSwitch - class com.webobjects.smil.WOSMILSwitch.
WOSMILSwitch creates content for the SMIL "switch" element.
WOSMILSwitch(WOContext) - Constructor for class com.webobjects.smil.WOSMILSwitch
Creates a WOSMILSwitch
WOSMILSynchronizationElement - class com.webobjects.smil.WOSMILSynchronizationElement.
WOSMILSynchronizationElement is the superclass of WOSMIL components that describe SMIL synchronization elements (par, seq, and media objects).
WOSMILSynchronizationElement(WOContext) - Constructor for class com.webobjects.smil.WOSMILSynchronizationElement
Creates a WOSMILSynchronizationElement.
WOSOAP_URI - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
WOSTRINGKEYMAP_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
WOSearchOperation - class com.webobjects.webservices.generation.WOSearchOperation.
 
WOSearchOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOSearchOperation
 
WOSecurityDelegate - interface com.webobjects.webservices.support.WOSecurityDelegate.
The WOSecurityDelegate interface defines methods that can be used to process incoming and outgoing responses and requests.
WOServiceUtilities - class com.webobjects.webservices.generation.WOServiceUtilities.
 
WOServiceUtilities() - Constructor for class com.webobjects.webservices.generation.WOServiceUtilities
 
WOServiceUtilities.RuleSystemConstants - interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants.
Constants for keys used by the rule system to access values in a D2WContext
WOServletAdaptor - class com.webobjects.jspservlet.WOServletAdaptor.
This class is an adaptor that allows a WebObjects application to appear as a servlet to a servlet container, using the normal doGet/Post methods.
WOServletAdaptor() - Constructor for class com.webobjects.jspservlet.WOServletAdaptor
Empty default constructor that just calls super().
WOServletAdaptor.JavaArchiveFilter - class com.webobjects.jspservlet.WOServletAdaptor.JavaArchiveFilter.
 
WOServletAdaptor.JavaArchiveFilter() - Constructor for class com.webobjects.jspservlet.WOServletAdaptor.JavaArchiveFilter
 
WOServletContext - class com.webobjects.jspservlet.WOServletContext.
Subclass of WOContext providing custom URL generation, to account for JSP Session IDs.
WOServletContext(WORequest) - Constructor for class com.webobjects.jspservlet.WOServletContext
Creates a new WOServletContext object with aRequest.
WOServletSessionStore - class com.webobjects.jspservlet.WOServletSessionStore.
This is a subclass of WOSessionStore, and is intended to replace the WOServerSessionStore subclass.
WOServletSessionStore() - Constructor for class com.webobjects.jspservlet.WOServletSessionStore
Creates a default session object.
WOSession - class com.webobjects.appserver.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).
WOSession() - Constructor for class com.webobjects.appserver.WOSession
Creates a WOSession with a randomly generated session ID and a session time-out of WOApplication.sessionTimeOut() seconds.
WOSession(String) - Constructor for class com.webobjects.appserver.WOSession
Creates a WOSession with session ID aSessionId and a session time-out of WOApplication.sessionTimeOut() seconds.
WOSessionCreationError - class com.webobjects.woextensions.WOSessionCreationError.
 
WOSessionCreationError(WOContext) - Constructor for class com.webobjects.woextensions.WOSessionCreationError
 
WOSessionRestorationError - class com.webobjects.woextensions.WOSessionRestorationError.
 
WOSessionRestorationError(WOContext) - Constructor for class com.webobjects.woextensions.WOSessionRestorationError
 
WOSessionStore - class com.webobjects.appserver.WOSessionStore.
WOSessionStore, an abstract superclass, offers an object abstraction for storing client state per session.
WOSessionStore() - Constructor for class com.webobjects.appserver.WOSessionStore
Creates a default WOSessionStore.
WOSetSerializer - class com.webobjects.webservices.support.xml.WOSetSerializer.
WOSetSerializer serializes instances of NSSet.
WOSetSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOSetSerializer
 
WOSetSerializerFactory - class com.webobjects.webservices.support.xml.WOSetSerializerFactory.
WOSetSerializerFactory creates instances of WOSetSerializer.
WOSetSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOSetSerializerFactory
 
WOSimpleArrayDisplay - class com.webobjects.woextensions.WOSimpleArrayDisplay.
 
WOSimpleArrayDisplay(WOContext) - Constructor for class com.webobjects.woextensions.WOSimpleArrayDisplay
 
WOSimpleArrayDisplay2 - class com.webobjects.woextensions.WOSimpleArrayDisplay2.
 
WOSimpleArrayDisplay2(WOContext) - Constructor for class com.webobjects.woextensions.WOSimpleArrayDisplay2
 
WOSoapConstants - interface com.webobjects.webservices.support.xml.WOSoapConstants.
WOSoapConstants defines a number of constants used during serialization/deserialization.
WOSoapConstants.WOXMLAttributes - class com.webobjects.webservices.support.xml.WOSoapConstants.WOXMLAttributes.
 
WOSoapConstants.WOXMLAttributes(String, String, String, String, String) - Constructor for class com.webobjects.webservices.support.xml.WOSoapConstants.WOXMLAttributes
 
WOSortOrder - class com.webobjects.woextensions.WOSortOrder.
 
WOSortOrder(WOContext) - Constructor for class com.webobjects.woextensions.WOSortOrder
 
WOSortOrderManyKey - class com.webobjects.woextensions.WOSortOrderManyKey.
 
WOSortOrderManyKey(WOContext) - Constructor for class com.webobjects.woextensions.WOSortOrderManyKey
 
WOStatisticsStore - class com.webobjects.appserver.WOStatisticsStore.
This class holds various runtime statistics of an application.
WOStatisticsStore() - Constructor for class com.webobjects.appserver.WOStatisticsStore
Returns an initialized WOStatisticsStore.
WOStats - class com.webobjects.woextensions.WOStats.
 
WOStats(WORequest) - Constructor for class com.webobjects.woextensions.WOStats
 
WOStatsPage - class com.webobjects.woextensions.WOStatsPage.
 
WOStatsPage(WOContext) - Constructor for class com.webobjects.woextensions.WOStatsPage
 
WOStopWatch - class com.webobjects.appserver.WOStopWatch.
Deprecated.  
WOStopWatch(String) - Constructor for class com.webobjects.appserver.WOStopWatch
Deprecated.  
WOStringKeyMap - class com.webobjects.webservices.support.xml.WOStringKeyMap.
This class is a subclass of java.util.HashMap designed to generate XML in which the element name is the key's value and the element's content is the object mapped to the key.
WOStringKeyMap() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMap
 
WOStringKeyMap(int) - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMap
 
WOStringKeyMap(Map) - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMap
 
WOStringKeyMap(NSDictionary) - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMap
Create a WOStringKeyMap and initialize values from d.
WOStringKeyMapDeserializer - class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializer.
WOStringKeyMapDeserializer deserializes instances of WOStringKeyMap.
WOStringKeyMapDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializer
 
WOStringKeyMapDeserializerFactory - class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializerFactory.
WOStringKeyMapDeserializerFactory creates instances of WOStringKeyMapDeserializer.
WOStringKeyMapDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializerFactory
 
WOStringKeyMapSerializer - class com.webobjects.webservices.support.xml.WOStringKeyMapSerializer.
WOStringKeyMapSerializer serializes instances of WOStringKeyMap.
WOStringKeyMapSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapSerializer
 
WOStringKeyMapSerializerFactory - class com.webobjects.webservices.support.xml.WOStringKeyMapSerializerFactory.
WOStringKeyMapSerializerFactory creates instances of WOStringKeyMapSerializer.
WOStringKeyMapSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapSerializerFactory
 
WOTabPanel - class com.webobjects.woextensions.WOTabPanel.
 
WOTabPanel(WOContext) - Constructor for class com.webobjects.woextensions.WOTabPanel
 
WOTable - class com.webobjects.woextensions.WOTable.
 
WOTable(WOContext) - Constructor for class com.webobjects.woextensions.WOTable
 
WOTableString - class com.webobjects.woextensions.WOTableString.
Deprecated. WOTableString is no longer supported
WOTableString(WOContext) - Constructor for class com.webobjects.woextensions.WOTableString
Deprecated.  
WOThresholdColoredNumber - class com.webobjects.woextensions.WOThresholdColoredNumber.
 
WOThresholdColoredNumber(WOContext) - Constructor for class com.webobjects.woextensions.WOThresholdColoredNumber
 
WOTimeDeserializer - class com.webobjects.webservices.support.xml.WOTimeDeserializer.
 
WOTimeDeserializer(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOTimeDeserializer
 
WOTimeDeserializerFactory - class com.webobjects.webservices.support.xml.WOTimeDeserializerFactory.
WOTimeDeserializerFactory creates instances of WOTimeDeserializer.
WOTimeDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOTimeDeserializerFactory
 
WOTimeZoneDeserializer - class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer.
WOTimeZoneDeserializer deserializes instances of NSTimeZone.
WOTimeZoneDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer
 
WOTimeZoneDeserializerFactory - class com.webobjects.webservices.support.xml.WOTimeZoneDeserializerFactory.
WOTimeZoneDeserializerFactory creates instances of WOTimeZoneDeserializer.
WOTimeZoneDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneDeserializerFactory
 
WOTimeZoneSerializer - class com.webobjects.webservices.support.xml.WOTimeZoneSerializer.
WOTimeZoneSerializer serializes instances of NSTimeZone.
WOTimeZoneSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneSerializer
 
WOTimeZoneSerializerFactory - class com.webobjects.webservices.support.xml.WOTimeZoneSerializerFactory.
WOTimeZoneSerializerFactory creates instances of WOTimeZoneSerializer.
WOTimeZoneSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneSerializerFactory
 
WOTimer - class com.webobjects.appserver.WOTimer.
WOTimer creates timer objects, or more simply, timers.
WOTimer(long, Object, String, Object, Class, boolean) - Constructor for class com.webobjects.appserver.WOTimer
Creates a timer which will fire after ti milliseconds, and at intervals ti thereafter (if repeats is true).
WOTimer(NSTimestamp, long, Object, String, Object, Class, boolean) - Constructor for class com.webobjects.appserver.WOTimer
Creates a timer which will fire at fireDate, and at intervals ti thereafter (if repeats is true).
WOToManyRelationship - class com.webobjects.woextensions.WOToManyRelationship.
 
WOToManyRelationship(WOContext) - Constructor for class com.webobjects.woextensions.WOToManyRelationship
 
WOToOneRelationship - class com.webobjects.woextensions.WOToOneRelationship.
 
WOToOneRelationship(WOContext) - Constructor for class com.webobjects.woextensions.WOToOneRelationship
 
WOUpdateOperation - class com.webobjects.webservices.generation.WOUpdateOperation.
 
WOUpdateOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOUpdateOperation
 
WOWSDLGeneration - class com.webobjects.webservices.generation.WOWSDLGeneration.
 
WOWSDLGeneration(WOContext) - Constructor for class com.webobjects.webservices.generation.WOWSDLGeneration
 
WOWebService - class com.webobjects.webservices.client.WOWebService.
A WOWebService represents a single SOAP HTTP service as defined in a WSDL document.
WOWebService(QName, URL) - Constructor for class com.webobjects.webservices.client.WOWebService
Create and initialize a new instance of WOWebService.
WOWebService.SessionInfo - class com.webobjects.webservices.client.WOWebService.SessionInfo.
SessionInfo stores all data required to connect to an existing Web service sessions.
WOWebServiceClient - class com.webobjects.webservices.client.WOWebServiceClient.
A WOWebServiceClient provides a mechanism for introspecting and invoking Web service operations implemented using SOAP over HTTP.
WOWebServiceClient(URL) - Constructor for class com.webobjects.webservices.client.WOWebServiceClient
Create and initialize an instance of WOWebServiceClient from aURL.
WOWebServiceRegistrar - class com.webobjects.appserver.WOWebServiceRegistrar.
 
WOWebServiceRegistrar() - Constructor for class com.webobjects.appserver.WOWebServiceRegistrar
 
WOWebServiceUtilities - class com.webobjects.appserver.WOWebServiceUtilities.
 
WOWebServiceUtilities() - Constructor for class com.webobjects.appserver.WOWebServiceUtilities
 
WOXMLCoder - class com.webobjects.appserver.xml.WOXMLCoder.
This class is used to encode objects as XML data.
WOXMLCoder() - Constructor for class com.webobjects.appserver.xml.WOXMLCoder
 
WOXMLCoding - interface com.webobjects.appserver.xml.WOXMLCoding.
This interface allows WOXMLCoder, when used without a mapping model, to encode the class that implements this interface as XML data.
WOXMLDecoder - class com.webobjects.appserver.xml.WOXMLDecoder.
Use this class to decode an object from XML data.
WOXMLDecoder() - Constructor for class com.webobjects.appserver.xml.WOXMLDecoder
 
WOXMLException - exception com.webobjects.appserver.xml.WOXMLException.
This class serves to wrap a number of exceptions that can arise during the parsing process, reducing the number of exceptions your code has to catch.
WOXMLException(Throwable, String) - Constructor for class com.webobjects.appserver.xml.WOXMLException
Creates a WOXMLException that wraps an exception and an extra text string.
WOXMLException(Throwable) - Constructor for class com.webobjects.appserver.xml.WOXMLException
Creates a WOXMLException that wraps an exception.
WOXMLException(String) - Constructor for class com.webobjects.appserver.xml.WOXMLException
Creates a WOXMLException that contains an exception message.
WOXMLProvider - class com.webobjects.webservices.support.WOXMLProvider.
For internal use only.
WOXMLProvider(InputStream) - Constructor for class com.webobjects.webservices.support.WOXMLProvider
 
WOXMLProvider(Document) - Constructor for class com.webobjects.webservices.support.WOXMLProvider
 
WSDLComponentNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the component to use to generate the WSDL for a service
WXAccessControl - class com.webobjects.woextensions.WXAccessControl.
 
WXAccessControl(WOContext) - Constructor for class com.webobjects.woextensions.WXAccessControl
 
WXBar - class com.webobjects.woextensions.WXBar.
 
WXBar(WOContext) - Constructor for class com.webobjects.woextensions.WXBar
 
WXOutlineControl - class com.webobjects.woextensions.WXOutlineControl.
 
WXOutlineControl(WOContext) - Constructor for class com.webobjects.woextensions.WXOutlineControl
 
WXOutlineEntry - class com.webobjects.woextensions.WXOutlineEntry.
 
WXOutlineEntry(WOContext) - Constructor for class com.webobjects.woextensions.WXOutlineEntry
 
WXOutlineRepetition - class com.webobjects.woextensions.WXOutlineRepetition.
 
WXOutlineRepetition(WOContext) - Constructor for class com.webobjects.woextensions.WXOutlineRepetition
 
WXSortOrder - class com.webobjects.woextensions.WXSortOrder.
 
WXSortOrder(WOContext) - Constructor for class com.webobjects.woextensions.WXSortOrder
 
WebAssistantPageNameKey - Static variable in class com.webobjects.directtoweb.D2WModel
The Web Assistant page name key; the literal "webAssistantPageName".
WebServiceOperationAttributesKey - Static variable in class com.webobjects.appserver.WOWebServiceUtilities
 
WidthKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Key for use in change dictionaries whose corresponding value is the width value in the database for an EOAttribute.
WidthKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the width binding.
WidthSizable - Static variable in class com.webobjects.eointerface.swing.EOViewLayout
This constant is used to specify that a component's width may be adjusted.
WillCloseUndoGroupNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted whenever an NSUndoManager closes an undo group, which occurs in an invocation of endUndoGrouping.
WillRedoChangeNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted just before an NSUndoManager performs a redo operation.
WillUndoChangeNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted just before an NSUndoManager performs an undo operation.
WindowCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Windows category.
WindowPositionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
wasEdited() - Method in class com.webobjects.eoapplication.EODocumentController
Invoked from setEdited to notify the receiver that edited status has changed, giving the receiver the opportunity to react.
wasMainInvoked() - Method in class com.webobjects.appserver.WOApplication
Used to determine if the WO application was started standalone or not.
webAssistantInContext(WOContext) - Method in class com.webobjects.directtoweb.D2W
Is invoked when the user clicks Customize in the menu bar.
webAssistantRulesForSave() - Method in class com.webobjects.directtoweb.D2WModel
Gets the Web Assistant rules for saving.
webEventCount() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
webEventDuration() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
webEvents - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
webServiceRequestHandlerKey() - Method in class com.webobjects.appserver.WOApplication
Returns the key which identifies URLs directed at Web services.
webStartActionURL(WOContext, String) - Static method in class com.webobjects.eodistribution.WOJavaClientComponent
This static method returns the URL for calling a direct action which returns the JNLP file that initiates the WebStart download/update by the web browser.
webserverConnectURL() - Method in class com.webobjects.appserver.WOApplication
Returns the URL to connect to the application through the web server and WOAdaptors.
whereClauseString() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the part of the receiver's WHERE clause that qualifies rows.
widget() - Method in class com.webobjects.eogeneration.EOWidgetController
 
widget() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Returns the user interface widget this plugin manages for its association.
widgetAlignment() - Method in class com.webobjects.eogeneration.EOWidgetController
 
widgetDidBeginEditing() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method is called to notify the Association that the widget entered the editing state.
widgetDidBeginEditing() - Method in class com.webobjects.eointerface.EOValueAssociation
This method is called to notify the Association that the widget entered the editing state.
widgetDidChange() - Method in class com.webobjects.eointerface.EOValueAssociation
This method is called to notify the Association that the widget has changed data values for this association.
widgetDidEndEditing() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method is called to notify the Association that the widget has finished the editing state.
widgetDidEndEditing() - Method in class com.webobjects.eointerface.EOValueAssociation
This method is called to notify the Association that the widget has no longer in an editing state.
widgetFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for normal input widgets, for example text fields.
widgetKeysTaken() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Returns an array of String "keys" the plugin will "take over" in its widget.
widgetKeysTaken() - Method in class com.webobjects.eointerface.cocoa.EOCocoaButtonPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.cocoa.EOCocoaCheckBoxPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.cocoa.EOCocoaComboBoxPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.cocoa.EOCocoaImageViewPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.cocoa.EOCocoaPopUpButtonPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.cocoa.EOCocoaRadioMatrixPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.cocoa.EOCocoaSimpleTextPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableColumnPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableViewPlugin
Returns an array of Strings that represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Returns an array of Strings which represent outlet names in Interface Builder These outlets are disabled by Interface Builder once the button is connected to this plugins association.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Returns an array of Strings which represent outlet names in Interface Builder These outlets are disabled by Interface Builder once the TableColumn is connected to this plugins association.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns an array of Strings which represent outlet names in Interface Builder These outlets are disabled by Interface Builder once the TableColumn is connected to this plugin's association.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Returns an array of Strings which represent outlet names in Interface Builder These outlets are disabled by Interface Builder once the button is connected to this plugins association.
widgetPlugin() - Method in class com.webobjects.eointerface.EOWidgetAssociation
 
widgetPluginClass() - Method in class com.webobjects.eointerface.EOActionWidgetAssociation
Specifies the widget plugin class this association can work wth.
widgetPluginClass() - Method in class com.webobjects.eointerface.EOTableAssociation
Returns the abstract base class for plugin's defined by this association (EOTableAssociation.TablePlugin).
widgetPluginClass() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns the abstract base class for table column widget plugin's for this association class.
widgetPluginClass() - Method in class com.webobjects.eointerface.EOTreeAssociation
 
widgetPluginClass() - Method in class com.webobjects.eointerface.EOValueAssociation
 
widgetPluginClass() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation
See the widgetPluginClass method description in the superclass EOWidgetAssociation.
widgetPluginClass() - Method in class com.webobjects.eointerface.EOWidgetAssociation
Returns the Class of widget plugin that this association requires for operation.
widgetSelectionDidChange() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation
Invoked by the association's plugin when the selection in the display object changes.
widgetSetPlugin() - Static method in class com.webobjects.eointerface.EOWidgetPluginRegistry
Returns the application's WidgetSetPlugin.
width() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the maximum length (in bytes) for values that are mapped to this attribute.
width() - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization.ColumnTypes
Returns the receiver's width.
width() - Method in class com.webobjects.eodistribution.client.EOAttribute
Returns the maximum length (in characters or bytes) for values that are mapped to this attribute.
width() - Method in class com.webobjects.smil.WOSMILRegion
Returns the value of the width binding.
width() - Method in class com.webobjects.smil.WOSMILRootLayout
Returns the value of the width binding.
width - Variable in class com.webobjects.woextensions.WOCompletionBar
 
wildcardPatternForAttributes() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Return the String to use for describing the column pattern in the JDBC getColumns method call.
wildcardPatternForAttributes() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
wildcardPatternForSchema() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Return the String to use for describing the schema pattern in the JDBC getTables method call.
wildcardPatternForSchema() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
wildcardPatternForTables() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Return the String to use for describing the table pattern in the JDBC getTables method call.
wildcardPatternForTables() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
willChange() - Method in class com.webobjects.appserver.WODisplayGroup
Notifies observers that the WODisplayGroup will change.
willChange() - Method in class com.webobjects.eoapplication.EOArchiveController
Triggers EOObserverCenter change notifications for the controller itsself.
willChange() - Method in class com.webobjects.eocontrol.EOCustomObject
Notifies any observers that the receiver's state is about to change, by sending each an objectWillChange message.
willChange() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Notifies any observers that the receiver's state is about to change, by sending each an objectWillChange message.
willChange() - Method in class com.webobjects.eointerface.EODisplayGroup
Notifies observers that the receiver will change.
willCheckRules(NSNotification) - Method in class com.webobjects.directtoweb.D2W
This method is intentionally undocumented.
willRead() - Method in class com.webobjects.eocontrol.EOCustomObject
Fills the receiver with values fetched from the database.
willRead() - Method in interface com.webobjects.eocontrol.EOFaulting
Fills the receiver with values fetched from the database.
willReadRelationship(Object) - Method in class com.webobjects.eocontrol.EOCustomObject
Enterprise object instances that use deferred faulting invoke this method before accessing a relationship to ensure that the relationship isn't a deferred fault.
willReadRelationship(Object) - Method in interface com.webobjects.eocontrol.EODeferredFaulting
Enterprise Object instances that use deferred faulting invoke this method before accessing a relationship to ensure that the relationship isn't a deferred fault.
window() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowActivated(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowActivated(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowBorderSize() - Method in class com.webobjects.eoapplication.EODialogController
windowBorderSize() - Method in class com.webobjects.eoapplication.EOFrameController
windowBorderSize() - Method in class com.webobjects.eoapplication.EOInspectorController
windowBorderSize() - Method in class com.webobjects.eoapplication.EOWindowController
windowClosed(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowClosed(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowClosing(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowClosing(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDeactivated(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowDeactivated(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDeiconified(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowDeiconified(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDidBecomeActive(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDidBecomeInactive(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDidBecomeInvisible(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDidBecomeVisible(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowForController(EOController) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowIconified(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowIconified(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowInfo() - Method in class com.webobjects.woextensions.JSModalWindow
 
windowObserver() - Method in class com.webobjects.eoapplication.EOApplication
Returns the application's window observer.
windowOpened(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowOpened(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowPosition() - Method in class com.webobjects.eoapplication.EOWindowController
Returns the window positionas defined by the constants in EOComponentController, for example Left or Center.
woApplicationObject() - Static method in class com.webobjects.jspservlet.WOServletAdaptor
Returns the WOApplication class (or subclass) used by this application.
woSessionFromHttpSession(HttpSession) - Static method in class com.webobjects.jspservlet.WOServletSessionStore
Returns the WOSession associated with anHttpSession.
workerThreadCount() - Method in class com.webobjects.appserver.WOApplication
Deprecated. workerThreadCount no longer supported
workerThreadCountMax() - Method in class com.webobjects.appserver.WOApplication
Returns the number of worker threads the default adaptor will create startup.
workerThreadCountMin() - Method in class com.webobjects.appserver.WOApplication
Returns the number of worker threads the default adaptor will create at startup.
wrapperElementID - Variable in class com.webobjects.woextensions.WOCheckboxMatrix
 
wrapperElementID - Variable in class com.webobjects.woextensions.WORadioButtonMatrix
 
write(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a byte.
write(byte[], String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes an array of bytes.
write(byte[], int, int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a sub array of bytes.
write(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a byte.
write(byte[]) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a sub array of bytes.
write(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a byte.
write(byte[], String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
write(byte[], int, int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
writeBoolean(boolean, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a boolean.
writeBoolean(boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a boolean.
writeBoolean(boolean, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a boolean.
writeByte(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes an 8 bit byte.
writeByte(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes an 8 bit byte.
writeByte(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes an 8 bit byte.
writeBytes(String, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a String as a sequence of bytes.
writeBytes(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a String as a sequence of bytes.
writeBytes(String, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
writeChar(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 16 bit char.
writeChar(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 16 bit char.
writeChar(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 16 bit char.
writeChars(String, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a String as a sequence of chars.
writeChars(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a String as a sequence of chars.
writeChars(String, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a String as a sequence of chars.
writeComment(String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a comment to the XML output.
writeComment(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a comment to the XML output.
writeDictionaryToFile(NSDictionary, File) - Static method in class com.webobjects.directtoweb.Services
 
writeDouble(double, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 64 bit double.
writeDouble(double) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 64 bit double.
writeDouble(double, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 64 bit double.
writeEngineConfig(AxisEngine) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
writeFields() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Write the buffered fields to the stream.
writeFloat(float, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 32 bit float.
writeFloat(float) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 32 bit float.
writeFloat(float, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 32 bit float.
writeFormat() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the format string used to format the attribute's value for INSERT or UPDATE expressions.
writeInt(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 32 bit int.
writeInt(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 32 bit int.
writeInt(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 32 bit int.
writeLong(long, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 64 bit long.
writeLong(long) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 64 bit long.
writeLong(long, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 64 bit long.
writeObject(Object, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes the specified object as XML data.
writeObject(Object, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes the specified object as XML data.
writeObjectOverride(Object) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Method used by subclasses to override the default writeObject method.
writeRootComment(String, boolean) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a comment to the XML output.
writeRootComment(String, boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a comment to the XML output.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WOArraySerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WODataSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WODictionarySerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WOGlobalIDSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WONullSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WORangeSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WOSetSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMapSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeShort(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 16 bit short.
writeShort(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 16 bit short.
writeShort(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 16 bit short.
writeStreamHeader() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeToFile(String) - Method in class com.webobjects.eoaccess.EOModel
Writes out the model archive representation of the receiver in the location specified by path.
writeToFile(String) - Method in class com.webobjects.foundation.NSData
Deprecated.  
writeToStream(OutputStream) - Method in class com.webobjects.foundation.NSData
Writes the bytes in the receiver contents to the stream.
writeToURL(URL, boolean) - Method in class com.webobjects.foundation.NSData
Deprecated.  
writeUTF(String, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Primitive data write of this String in UTF format.
writeUTF(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Primitive data write of this String in UTF format.
writeUTF(String, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Primitive data write of this String in UTF format.

Last updated Thu Oct 21 15:04:16 PDT 2004.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2004 Apple Computer, Inc.