• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WO 5.4 templateWithHTMLString ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WO 5.4 templateWithHTMLString ?


  • Subject: Re: WO 5.4 templateWithHTMLString ?
  • From: "Les Vogel" <email@hidden>
  • Date: Tue, 20 Nov 2007 21:04:17 -1000

WOAssociationFactory  is described in  "WebObjects 5.4 Reference" JavaDoc, you probably could get by just passing: 

WODefaultAssociationFactory.WOAssociationFactory()

and

WOMLDefaultNamespaceProvider.

WOMLDefaultNamespaceProvider()


Class WODefaultAssociationFactory

java.lang.Object
extended by com.webobjects.appserver.WODefaultAssociationFactory
All Implemented Interfaces:
WOAssociationFactory

public class WODefaultAssociationFactory
extends Object
implements WOAssociationFactory

Default implementation of WOAssociationFactory that implements creating constant and keyvalue associations. It implements no schemes.

Since:
5.4

Constructor Summary
WODefaultAssociationFactory()

Class WOMLDefaultNamespaceProvider

java.lang.Object
extended by com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
All Implemented Interfaces:
WOMLNamespaceProvider

public class WOMLDefaultNamespaceProvider
extends Object
implements WOMLNamespaceProvider

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@hidden> wrote:
Hi List:

The following method of WOComponent has been deprecated:

public static WOElement templateWithHTMLString( String anHTMLString,
                                                          String aDeclarationString,
                                                          NSArray< String> aLanguageArray)

Now, we are recommended to use:

public static WOElement templateWithHTMLString( String referenceName,
                                               String anHTMLString,
                                               String aDeclarationString,
                                               NSArray< String> aLanguageArray,
                                               WOAssociationFactory associationFactory,
                                               WOMLNamespaceProvider 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]
Chief Technology  Officer,


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden



--
Les Vogel
808 870-0418
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >WO 5.4 templateWithHTMLString ? (From: Gaastra Dennis - WO Lists <email@hidden>)

  • Prev by Date: WO 5.4 templateWithHTMLString ?
  • Next by Date: JavaEOGenerator Eclipse
  • Previous by thread: WO 5.4 templateWithHTMLString ?
  • Next by thread: Re: WO 5.4 templateWithHTMLString ?
  • Index(es):
    • Date
    • Thread