org.jboss.seam.xml.fieldset
Class MapFieldSet

java.lang.Object
  extended by org.jboss.seam.xml.fieldset.MapFieldSet
All Implemented Interfaces:
FieldValueObject

public class MapFieldSet
extends Object
implements FieldValueObject

class responsible for setting the value of map properties.

Author:
Stuart Douglas

Constructor Summary
MapFieldSet(org.jboss.weld.extensions.properties.Property<Object> field, List<EntryXmlItem> items)
           
 
Method Summary
 void setValue(Object instance, javax.enterprise.context.spi.CreationalContext<?> ctx, javax.enterprise.inject.spi.BeanManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFieldSet

public MapFieldSet(org.jboss.weld.extensions.properties.Property<Object> field,
                   List<EntryXmlItem> items)
Method Detail

setValue

public void setValue(Object instance,
                     javax.enterprise.context.spi.CreationalContext<?> ctx,
                     javax.enterprise.inject.spi.BeanManager manager)
Specified by:
setValue in interface FieldValueObject


Copyright © 2010 Seam Framework. All Rights Reserved.