com.webobjects.appserver
Class WOVariableAssociationFactory
java.lang.Object
com.webobjects.appserver.WOVariableAssociationFactory
- All Implemented Interfaces:
- WOAssociationFactory
public class WOVariableAssociationFactory
- extends Object
- implements WOAssociationFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WOVariableAssociationFactory
public WOVariableAssociationFactory()
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
Copyright © 2000-2008 Apple Inc.