WebObjects 5.4.2

com.webobjects.appserver
Interface WOAssociationFactory

All Known Implementing Classes:
WOAssociationFactoryRegistry, WOConstantAssociationFactory, WOKeyValueAssociationFactory, WOVariableAssociationFactory

public interface WOAssociationFactory

Since:
5.4

Method Summary
 WOAssociation createAssociation(String scheme, Object value)
          Creates a WOAssociation with the given scheme name and content.
 

Method Detail

createAssociation

WOAssociation createAssociation(String scheme,
                                Object value)
                                throws WOSchemeNotSupportedException
Creates a WOAssociation with the given scheme name and content. The content is the unparsed contents of the scheme specifier and will have to be interpreted by the scheme handler.

Parameters:
scheme - Name of the scheme to which the content belongs.
content - Raw text of the scheme contents.
Returns:
WOAssociation for the given scheme and content.
Throws:
WOSchemeNotSupportedException
Since:
5.4

Last updated June 2008

Copyright © 2000-2008 Apple Inc.