com.webobjects.appserver.parser.woml.namespaces
Class WOMLWebObjectsNamespace
java.lang.Object
com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsNamespace
- All Implemented Interfaces:
- WOMLNamespace
public class WOMLWebObjectsNamespace
- extends WOMLAbstractNamespace
Element generator for the WebObjects namespace.
Methods inherited from class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace |
canGenerateElement, contributeToDeclaration, generateElement, getAlias, getAssociations, getDeclaredType, getDefaultElementGenerator, getElementGenerator, getGenericElementType, getNamespaceId, getRawComponentType, setAlias, setDefaultElementGenerator, setElementGenerator, shouldContributeAssociation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_COMPONENT
public static final String ATTRIBUTE_COMPONENT
- See Also:
- Constant Field Values
WOMLWebObjectsNamespace
public WOMLWebObjectsNamespace(String namespaceId)
getComponentIdentifierAttributeName
public String getComponentIdentifierAttributeName()
- Specified by:
getComponentIdentifierAttributeName
in class WOMLAbstractNamespace
contributeToDeclaration
public void contributeToDeclaration(WOMLElement element,
WOElement template,
WOMutableDeclaration declaration,
NSArray languages,
WOAssociationFactory associationFactory)
throws WOMLElementGenerationException
- Sets the type of the declaration
- Parameters:
element
- template
- declaration
- associationFactory
-
- Throws:
WOMLElementGenerationException
- See Also:
com.webobjects.appserver.parser.woml.WOMLNamespace#contributeToDeclaration(com.webobjects.appserver.parser.woml.WOMLElement, com.webobjects.appserver.WOElement, com.webobjects.appserver._private.WOMutableDeclaration, com.webobjects.appserver.WOAssociationFactory)
Copyright © 2000-2008 Apple Inc.