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

All Known Implementing Classes:
ConstantFieldValue, ELFieldValue, InlineBeanFieldValue

public interface FieldValue

represents an initial field value. This may just be a wrapper around a constant value, or it could be an inline bean declaration or EL expression

Author:
Stuart Douglas

Method Summary
 Object value(Class<?> type, CreationalContext<?> ctx, BeanManager manager)
           
 

Method Detail

value

Object value(Class<?> type,
             CreationalContext<?> ctx,
             BeanManager manager)


Copyright © 2011 Seam Framework. All Rights Reserved.