WOAssociationFactory is described in "WebObjects 5.4 Reference" JavaDoc, you probably could get by just passing:
WODefaultAssociationFactory.WOAssociationFactory() and *WOMLDefaultNamespaceProvider.**WOMLDefaultNamespaceProvider <file:///Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/Resources/Documents/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/parser/woml/WOMLDefaultNamespaceProvider.html#WOMLDefaultNamespaceProvider%28%29>*() Class WODefaultAssociationFactory java.lang.Object <http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true> [image: extended by]*com.webobjects.appserver.WODefaultAssociationFactory* *All Implemented Interfaces:* WOAssociationFactory<file:///Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/Resources/Documents/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/WOAssociationFactory.html> ------------------------------ public class *WODefaultAssociationFactory*extends Object <http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true>implements WOAssociationFactory <file:///Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/Resources/Documents/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/WOAssociationFactory.html> Default implementation of WOAssociationFactory that implements creating constant and keyvalue associations. It implements no schemes. *Since:*5.4 ------------------------------ *Constructor Summary* *WODefaultAssociationFactory<file:///Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/Resources/Documents/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/WODefaultAssociationFactory.html#WODefaultAssociationFactory%28%29> *() Class WOMLDefaultNamespaceProvider java.lang.Object <http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true> [image: extended by]*com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider* *All Implemented Interfaces:* WOMLNamespaceProvider<file:///Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/Resources/Documents/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/parser/woml/WOMLNamespaceProvider.html> ------------------------------ public class *WOMLDefaultNamespaceProvider*extends Object <http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true>implements WOMLNamespaceProvider <file:///Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/Resources/Documents/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/parser/woml/WOMLNamespaceProvider.html> DefaultNamespaceProvider is a Map-based container for namespaces. It maintains a map of namespace id mappings to namespaces in the order in which they were added. The public getNamespacesById() method provides the Map for adding or removing namespaces. The WOMLNamespace.getNamespaces() method returns the collection of WOMLNamespace objects in the order in which they were added. On 11/20/07, Gaastra Dennis - WO Lists <[EMAIL PROTECTED]> wrote: > > Hi List: > The following method of *WOComponent* has been deprecated: > > public static > *WOElement*<http://developer.apple.com/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/WOElement.html> > *templateWithHTMLString*(*String*<http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true> > anHTMLString, > > *String*<http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true> > aDeclarationString, > > *NSArray*<http://developer.apple.com/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/foundation/NSArray.html> > <*String*<http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true> > > aLanguageArray) > > Now, we are recommended to use: > > public static > *WOElement*<http://developer.apple.com/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/WOElement.html> > *templateWithHTMLString*(*String*<http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true> > referenceName, > > *String*<http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true> > anHTMLString, > > *String*<http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true> > aDeclarationString, > > *NSArray*<http://developer.apple.com/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/foundation/NSArray.html> > <*String*<http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true> > > aLanguageArray, > > *WOAssociationFactory*<http://developer.apple.com/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/WOAssociationFactory.html> > associationFactory, > > *WOMLNamespaceProvider*<http://developer.apple.com/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/appserver/parser/woml/WOMLNamespaceProvider.html> > namespaceProvider) > > However, the new fields are not documented. Does anybody know what they > should be? null? > > With Kind Regards, > > *Dennis Gaastra*, M.B.A.[sfu.ca], B.Sc.[ubc.ca] > *C*hief *T*echnology *O*fficer, > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/lesv%40angeltech.com > > This email sent to [EMAIL PROTECTED] > -- Les Vogel 808 870-0418
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
