WebObjects 5.4.2

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

java.lang.Object
  extended by com.webobjects.appserver.parser.woml.namespaces.WOMLGenericElementGenerator
      extended by com.webobjects.appserver.parser.woml.namespaces.WOMLImageElementGenerator
All Implemented Interfaces:
WOMLAbstractNamespace.WOMLElementGenerator

public class WOMLImageElementGenerator
extends WOMLGenericElementGenerator


Field Summary
 
Fields inherited from class com.webobjects.appserver.parser.woml.namespaces.WOMLGenericElementGenerator
ELEMENT_NAME_ASSOCIATION
 
Constructor Summary
WOMLImageElementGenerator()
           
 
Method Summary
 void contributeToDeclaration(WOMLAbstractNamespace namespace, WOMLElement element, WOMutableDeclaration declaration, NSArray languages, WOAssociationFactory associationFactory)
          Default implementation copies all associations in the given namespace to the declaration.
 
Methods inherited from class com.webobjects.appserver.parser.woml.namespaces.WOMLGenericElementGenerator
generateElement, getElementAssociationsForContribution, shouldContributeAssociation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOMLImageElementGenerator

public WOMLImageElementGenerator()
Method Detail

contributeToDeclaration

public void contributeToDeclaration(WOMLAbstractNamespace namespace,
                                    WOMLElement element,
                                    WOMutableDeclaration declaration,
                                    NSArray languages,
                                    WOAssociationFactory associationFactory)
                             throws WOMLElementGenerationException
Description copied from class: WOMLGenericElementGenerator
Default implementation copies all associations in the given namespace to the declaration.

Specified by:
contributeToDeclaration in interface WOMLAbstractNamespace.WOMLElementGenerator
Overrides:
contributeToDeclaration in class WOMLGenericElementGenerator
Throws:
WOMLElementGenerationException
See Also:
com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsNamespace.WOMLWebObjectsElementGenerator#contributeToDeclaration(com.webobjects.appserver.parser.woml.WOMLNamespace, com.webobjects.appserver.parser.woml.WOMLElement, com.webobjects.appserver._private.WOMutableDeclaration, com.webobjects.appserver.WOAssociationFactory)

Last updated June 2008

Copyright © 2000-2008 Apple Inc.