WebObjects 5.4.2

com.webobjects.appserver
Class WOVariableAssociationFactory

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

public class WOVariableAssociationFactory
extends Object
implements WOAssociationFactory


Constructor Summary
WOVariableAssociationFactory()
           
 
Method Summary
 WOAssociation createAssociation(String scheme, Object value)
          Creates a WOAssociation with the given scheme name and content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOVariableAssociationFactory

public WOVariableAssociationFactory()
Method Detail

createAssociation

public WOAssociation createAssociation(String scheme,
                                       Object value)
                                throws WOSchemeNotSupportedException
Description copied from interface: WOAssociationFactory
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.

Specified by:
createAssociation in interface WOAssociationFactory
Parameters:
scheme - Name of the scheme to which the content belongs.
Returns:
WOAssociation for the given scheme and content.
Throws:
WOSchemeNotSupportedException

Last updated June 2008

Copyright © 2000-2008 Apple Inc.