|
WebObjects 5.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WOAssociationFactory
Method Summary | |
---|---|
WOAssociation |
createConstantAssociation(Object value)
Creates a new WOAssociation with a constant value. |
WOAssociation |
createKeyValueAssociation(String keyPath)
Creates a new WOAssociation that reads from a Key-Value Coding expression. |
WOAssociation |
createSchemedAssociation(String scheme,
String content)
Creates a WOAssociation with the given scheme name and content. |
Method Detail |
---|
WOAssociation createConstantAssociation(Object value)
value
- constant value
WOAssociation createKeyValueAssociation(String keyPath)
keyPath
- Key path to use. May start with "^" for parent
association
WOAssociation createSchemedAssociation(String scheme, String content) throws WOSchemeNotSupportedException
scheme
- Name of the scheme to which the content belongs.content
- Raw text of the scheme contents.
WOSchemeNotSupportedException
|
Last updated Tuesday, October 9, 2007 08:58 PDT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |