org.jboss.seam.config.xml.fieldset
Interface FieldValueObject

All Known Implementing Classes:
ArrayFieldSet, CollectionFieldSet, MapFieldSet, SimpleFieldValue

public interface FieldValueObject

FieldValueObjects set field values for a given instance

Author:
Stuart Douglas

Method Summary
 void setValue(Object instance, CreationalContext<?> ctx, BeanManager manager)
           
 

Method Detail

setValue

void setValue(Object instance,
              CreationalContext<?> ctx,
              BeanManager manager)


Copyright © 2011 Seam Framework. All Rights Reserved.