org.apache.cocoon.forms.formmodel
Class ImageMapDefinitionBuilder

java.lang.Object
  extended by org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
      extended by org.apache.cocoon.forms.formmodel.ImageMapDefinitionBuilder
All Implemented Interfaces:
Disposable, Serviceable, WidgetDefinitionBuilder

public class ImageMapDefinitionBuilder
extends AbstractWidgetDefinitionBuilder

Builds ImageMapDefinitions.

Since:
2.1.8
Version:
$Id: ImageMapDefinitionBuilder.java 462520 2006-10-10 19:39:14Z vgritsenko $

Field Summary
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
context, datatypeManager, expressionManager, serviceManager, widgetDefinitionBuilderSelector, widgetListenerBuilderSelector, widgetValidatorBuilderSelector
 
Constructor Summary
ImageMapDefinitionBuilder()
           
 
Method Summary
 WidgetDefinition buildWidgetDefinition(Element widgetElement)
           
protected  void setupDefinition(Element widgetElement, ImageMapDefinition definition)
           
 
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
buildAnotherWidgetDefinition, buildEventListeners, buildWidgetDefinition, dispose, service, setCommonProperties, setCreateListeners, setDisplayData, setupDefinition, setValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMapDefinitionBuilder

public ImageMapDefinitionBuilder()
Method Detail

buildWidgetDefinition

public WidgetDefinition buildWidgetDefinition(Element widgetElement)
                                       throws Exception
Throws:
Exception

setupDefinition

protected void setupDefinition(Element widgetElement,
                               ImageMapDefinition definition)
                        throws Exception
Throws:
Exception


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.