WebObjects 5.4.2

com.webobjects.appserver.parser.woml.namespaces
Class WOMLWebObjectsNamespace

java.lang.Object
  extended by com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
      extended by com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsNamespace
All Implemented Interfaces:
WOMLNamespace

public class WOMLWebObjectsNamespace
extends WOMLAbstractNamespace

Element generator for the WebObjects namespace.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
WOMLAbstractNamespace.WOGenericElementRule, WOMLAbstractNamespace.WOMLElementGenerator
 
Field Summary
static String ATTRIBUTE_COMPONENT
           
 
Fields inherited from class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
ATTRIBUTE_VALUE_CONTENT, ATTRIBUTE_VALUE_REMOVE, WOGENERIC_CONTAINER_NAME, WOGENERIC_ELEMENT_NAME
 
Constructor Summary
WOMLWebObjectsNamespace(String namespaceId)
           
 
Method Summary
 void contributeToDeclaration(WOMLElement element, WOElement template, WOMutableDeclaration declaration, NSArray languages, WOAssociationFactory associationFactory)
          Sets the type of the declaration
 String getComponentIdentifierAttributeName()
           
 
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
 

Field Detail

ATTRIBUTE_COMPONENT

public static final String ATTRIBUTE_COMPONENT
See Also:
Constant Field Values
Constructor Detail

WOMLWebObjectsNamespace

public WOMLWebObjectsNamespace(String namespaceId)
Method Detail

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)

Last updated June 2008

Copyright © 2000-2008 Apple Inc.